<html><head><style type="text/css">body {word-wrap: break-word; background-color:#ffffff;}</style></head><body><div style="font-family: sans-serif; font-size: 16px">Hello,<br>I'm currently working on a HA setup with geographically separated proxies.&nbsp; Each proxy is in a different data center with an MPLS link between them.&nbsp; The proxies access a locally connected PostgreSQL database that is replicated from a master in the primary data center.&nbsp; Note that the replicated dbs are read only. Everything works great for read only queries but registrations seem to pose a problem as they must use the primary db directly to deal with the writes.&nbsp; If I set userloc to db mode 2 the secondary proxies wipe out the entries in the database.&nbsp;&nbsp; If I use db mode 3 everything works great but all of the secondary proxies must use the primary database directly and a network link failure will cause a service disruption.&nbsp; Is there any way I can use separate read and write databases without p_userloc?&nbsp; Is there a better way to replicate registrations maintaining availability and scalability?&nbsp; And advice is appreciated.<br><br>Thanks,<br>Spencer<br><br><font face="sans-serif"><span style="font-size: 14px"><i><font color="#333333">Connected by DROID on Verizon Wireless</font></i></span></font></div></body></html>