diff options
-rw-r--r-- | ops/robust-psql.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ops/robust-psql.md b/ops/robust-psql.md index c219148..8da7448 100644 --- a/ops/robust-psql.md +++ b/ops/robust-psql.md @@ -135,8 +135,9 @@ is sufficient for the MVP. across all services.* First, prepare all services for failover by updating their pgbouncer -configurations to point to the standby. Do not reload pgbouncer until all -service configs have been updated, then use a script to update them all at once. +configurations to point to the standby. Do not reload any of the pgbouncer +instances until all service configs have been updated, then use a script to +update them all at once. TODO: Write that script |