servers - Search results

2024-12-09 19:53:21 | Re: Best Practices for Checking PostgreSQL Server Mode with Multiple Connections (Adrian Klaver)

server mode. 2) Unsuccessful connection and connection error. Yes use try/except for the connection attempts

2024-12-09 17:14:30 | Re: Best Practices for Checking PostgreSQL Server Mode with Multiple Connections (Christophe Pettus)

servers. That being said, you will need to open connections to the servers to determine

2024-12-09 17:04:51 | Re: Best Practices for Checking PostgreSQL Server Mode with Multiple Connections (YoungUk Song)

servers (not just one) are operating in read-only or read-write mode using Psycopg

2024-12-08 20:09:59 | Re: Best Practices for Checking PostgreSQL Server Mode with Multiple Connections (Adrian Klaver)

server as whole is either in recovery or it is not, that takes one connection

2024-12-08 15:45:34 | Best Practices for Checking PostgreSQL Server Mode with Multiple Connections (YoungUk Song)

server to verify whether the PostgreSQL server is in read-only or read-write mode