File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed
docs/content/architecture Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -108,14 +108,6 @@ This process essentially removes the standby configuration from the Kubernetes c
108108triggers the promotion of the current standby leader to a primary PostgreSQL instance. You can view
109109this promotion in the PostgreSQL standby leader's (soon to be active leader's) logs.
110110
111- Once the standby cluster is promoted, the cluster with the original active
112- PostgreSQL cluster can now be turned into a standby PostgreSQL cluster. This is
113- done by deleting and recreating all PVCs for the cluster and reinitializing it
114- as a standby using the backup repository. Being that this is a destructive action
115- (i.e., data will only be retained if any Storage Classes and/or Persistent
116- Volumes have the appropriate reclaim policy configured) a warning is shown
117- when attempting to enable standby.
118-
119- The cluster will reinitialize from scratch as a standby, just
120- like the original standby created above. Therefore any transactions
121- written to the original standby should now replicate back to this cluster.
111+ Once the former standby cluster has been successfully promoted to an active PostgreSQL cluster,
112+ the original active PostgreSQL cluster can be safely [ deleted] ({{< relref "tutorial/delete-cluster.md" >}})
113+ and [ recreated as a standby cluster] ({{< relref "tutorial/disaster-recovery" >}}#standby-cluster).
You can’t perform that action at this time.
0 commit comments