Does the sandbox with persistance support specifying multiple hosts in the connection string?
App Development2 posts515 views1 likesLast activity May 2020
GE
georgOP
May 2020Some Postgres drivers, like pgjdbc support specifying multiple hosts in the connection string for failover. If I run a HA Postgres cluster with identical hot mirrors, can I specify multiple hosts in the sandbox connection string such that it would fail over if the primary connection goes down?
ST
stefanobaghino-da
May 2020As of the time of writing, we are using version 42.2.9 of that driver, so in principle I’d say you should be able to use this feature.