aboutsummaryrefslogtreecommitdiffstats
path: root/ops
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2020-06-30 14:44:45 -0400
committerDrew DeVault <sir@cmpwn.com>2020-06-30 14:44:45 -0400
commit75454354830778cbf8002680404de26e2dee4a7a (patch)
treedd6b493def0c05344eea0ce7d31e5582cb58e149 /ops
parent598c64ac1df4d3c8a02768419a544096db1865b4 (diff)
downloadsr.ht-docs-75454354830778cbf8002680404de26e2dee4a7a.tar.gz
Fix omission in psql planning doc
Diffstat (limited to 'ops')
-rw-r--r--ops/robust-psql.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/ops/robust-psql.md b/ops/robust-psql.md
index 8a157f5..ab04213 100644
--- a/ops/robust-psql.md
+++ b/ops/robust-psql.md
@@ -147,6 +147,9 @@ TODO: Write that script
1. Prerequisite: complete the read-only failover procedure
1. Shut off the master
1. Run `pg_ctl promote` on the standby
+
+Optional:
+
1. Convert the master to a standby
✗ TODO: Test this process