diff options
author | Drew DeVault <sir@cmpwn.com> | 2020-06-30 15:21:33 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-06-30 15:21:33 -0400 |
commit | 3989b843a26c525fd9a362ab41f7d05638308501 (patch) | |
tree | 4c54876c7ef9cfe7f3270d83a81321acf8d06c05 | |
parent | 8f64ef2eedf622c977376df46e76d1e9b2ff9617 (diff) | |
download | sr.ht-docs-3989b843a26c525fd9a362ab41f7d05638308501.tar.gz |
Update language on pgbouncer procedure
-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 |