Skip to content

Commit fca06cf

Browse files
authored
chore(doc): Correct -ro to -rw when describing primary failover
1 parent 1ac4703 commit fca06cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/failure_modes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@ pod will be created from a backup of the current primary. The pod
121121
will be added again to the `-r` service and to the `-ro` service when ready.
122122

123123
If the failed pod is the primary, the operator will promote the active pod
124-
with status ready and the lowest replication lag, then point the `-rw`service
124+
with status ready and the lowest replication lag, then point the `-rw` service
125125
to it. The failed pod will be removed from the `-r` service and from the
126-
`-ro` service.
126+
`-rw` service.
127127
Other standbys will start replicating from the new primary. The former
128128
primary will use `pg_rewind` to synchronize itself with the new one if its
129129
PVC is available; otherwise, a new standby will be created from a backup of the

0 commit comments

Comments
 (0)