aboutsummaryrefslogtreecommitdiffstats
path: root/ops
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2020-06-30 15:21:33 -0400
committerDrew DeVault <sir@cmpwn.com>2020-06-30 15:21:33 -0400
commit3989b843a26c525fd9a362ab41f7d05638308501 (patch)
tree4c54876c7ef9cfe7f3270d83a81321acf8d06c05 /ops
parent8f64ef2eedf622c977376df46e76d1e9b2ff9617 (diff)
downloadsr.ht-docs-3989b843a26c525fd9a362ab41f7d05638308501.tar.gz
Update language on pgbouncer procedure
Diffstat (limited to 'ops')
-rw-r--r--ops/robust-psql.md5
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