Displaying 2 results from an estimated 2 matches for "citusdata".
2023 Feb 21
2
Redundant Database, Pgsql ?
...am going to try that too.
Because every other option is based on some other software,
like relayd or nginx, it is all possible, but adds complexity.
The best would be to have it inside connection string.
On Sun, 2023-02-19 at 17:34 +0000, David White wrote:
> Take a look at
> https://www.citusdata.com/blog/2021/02/12/reconnecting-your-app-after-a-postgres-failover/
> . Perhaps that's what you're looking for, namely, the section on
> "Multi-Hosts Connection Strings, thanks to libpq"
--
Lars Schotte
Mudro?ova 13
92101 Pie??any
2023 Feb 19
2
Redundant Database, Pgsql ?
I am aware that there are provising for redundant database connections
Basically i was working on my main db server (which is also a mail sever)
I current have this in the dovecot-pgsql.conf
______________________________________________________________________
driver = pgsql
connect = host=localhost port=5433 dbname=scom_billing user=pgsql
password=xxxxxxxxx
default_pass_scheme = PLAIN