Skip to content

Commit 00a05be

Browse files
author
jmccormick2001
committed
tweak docs
1 parent 604ed6e commit 00a05be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hugo/content/Design/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ At this point the PG database is back in a working state. DBAs are still respon
170170
Other things to take into account before you do a restore:
171171

172172
* if a schedule has been created for this PG cluster, delete that schedule prior to performing a restore
173-
* after a restore, exec into the PG primary and make sure the database has fully recovered by looking at the database logs, if not recovered, you might have to run psql command *select pg_wal_replay_resume()* to complete the recovery, on PG 9.6
174-
systems, the command you will use is *select pg_xlog_replay_resume()*.
173+
* after a restore, exec into the PG primary and make sure the database has fully recovered by looking at the database logs, if not recovered, you might have to run psql command *select pg_wal_replay_resume()* to complete the recovery,
174+
on PG 9.6/9.5 systems, the command you will use is *select pg_xlog_replay_resume()*.
175175
* a restore is destructive in the sense that it deletes the existing Deployment, not the existing primary PVC, that is left but will become unused when the primary Deployment is removed, be sure to create a pgbasebackup prior to restoring, make sure you can restore from that pgbasebackup to avoid any data loss
176176
* there is currently no Operator validation of user entered pgBackRest command options, you will need to make sure to enter these correctly, if not the pgBackRest restore command can fail.
177177
* the restore workflow does not perform a backup after the restore nor does it verify that any replicas are in a working status after the restore, it is possible you might have to take actions on the replica to get them back to replicating with the new restored primary.

0 commit comments

Comments
 (0)