You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Capability to set PuppetDB database backend address to anything.
Previously, peadm::util::update_db_setting would always attempt to pair
configuration with appropriate availability group letter but in DR
scenarios this is not appropriate.
Copy file name to clipboardExpand all lines: documentation/automated_recovery.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Procedure:
22
22
23
23
2. Temporarily set both primary and replica server nodes so that they use the remaining healthy PE-PostgreSQL server
24
24
25
-
bolt plan run peadm::util::update_db_setting --target <primary-server-fqdn>,<replica-server-fqdn> primary_postgresql_host=<working-postgres-server-fqdn>
25
+
bolt plan run peadm::util::update_db_setting --target <primary-server-fqdn>,<replica-server-fqdn> primary_postgresql_host=<working-postgres-server-fqdn> override=true
26
26
27
27
3. Restart `pe-puppetdb.service` on Puppet server primary and replica
0 commit comments