My intent is to run in memory only except on one node which writes to database for reporting use.
If this is not possible I will use an alternate for the database host.
Just to note, same issue is present for dialog module, in this case dialogs sync fine but nothing is written to the database.
….
modparam("dialog", "enable_dmq", 1)
modparam("dialog", "db_mode", 1) ----(Set to 0 on sender)
….
Contact replication is still not working though, even with db_mode=4 on both nodes, still getting:
ERROR: dmq_usrloc [usrloc_sync.c:70]: add_contact(): Failed to get domain
# kamctl ul show
{
"jsonrpc": "2.0",
"result": {
"Domains": []
},
"id": 1366
}