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
Copy file name to clipboardExpand all lines: documentation/recovery/automated_recovery.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ These instructions provide automated procedures for recovering from select failu
4
4
5
5
Manual procedures are documented in [recovery.md](recovery.md)
6
6
7
-
## Recover from failed primary Puppet server
7
+
## Recover from failed Puppet primary server
8
8
9
9
1. Promote the replica ([official docs](https://puppet.com/docs/pe/2019.8/dr_configure.html#dr-promote-replica))
10
10
2.[Replace missing or failed replica Puppet server](#replace-missing-or-failed-replica-puppet-server)
@@ -13,7 +13,7 @@ Manual procedures are documented in [recovery.md](recovery.md)
13
13
14
14
This procedure uses the following placeholder references.
15
15
16
-
*_\<primary-server-fqdn\>_ - The FQDN and certname of the primary Puppet server
16
+
*_\<primary-server-fqdn\>_ - The FQDN and certname of the Puppet primary server
17
17
*_\<replica-postgres-server-fqdn\>_ - The FQDN and certname of the PE-PostgreSQL server which resides in the same availability group as the replacement replica Puppet server
18
18
*_\<replacement-replica-fqdn\>_ - The FQDN and certname of the replacement replica Puppet server
19
19
@@ -28,12 +28,12 @@ This procedure uses the following placeholder references.
28
28
29
29
## Replace failed PE-PostgreSQL server (A or B side)
30
30
31
-
The procedure for replacing a failed PE-PostgreSQL server is the same regardless of which PE-PostgreSQL server is missing or if the name of the PE-PostgreSQL server is the same or different. This procedure uses the following placeholder references.
31
+
The procedure for replacing a failed PE-PostgreSQL server is the same regardless of which PE-PostgreSQL server is missing or whether the name of the PE-PostgreSQL server is the same or different. This procedure uses the following placeholder references.
32
32
33
33
*_\<replacement-postgres-server-fqdn\>_ - The FQDN and certname of the new server being brought in to replace the failed PE-PostgreSQL server
34
34
*_\<working-postgres-server-fqdn\>_ - The FQDN and certname of the still-working PE-PostgreSQL server
35
35
*_\<failed-postgres-server-fqdn\>_ - The FQDN and certname of the failed PE-PostgreSQL server
36
-
*_\<primary-server-fqdn\>_ - The FQDN and certname of the primary Puppet server
36
+
*_\<primary-server-fqdn\>_ - The FQDN and certname of the Puppet primary server
37
37
*_\<replica-server-fqdn\>_ - The FQDN and certname of the replica Puppet server
|`avail_group_letter`|`A`| By default, each compiler will be added to the primary group A. |
92
92
|`dns_alt_names`|`undef`||
93
-
|`primary_postgresql_host`|`undef`| By default, this will pre-populate to the required value depending if your architecture contains HA and or external databases. |
93
+
|`primary_postgresql_host`|`undef`| By default, this will pre-populate to the required value depending on whether your architecture contains HA and or external databases. |
94
94
95
95
For more information around adding compilers to your infrastructure [Expanding Your Deployment](expanding.md#adding-compilers-with-peadmadd_compiler)
Copy file name to clipboardExpand all lines: documentation/recovery/recovery.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ The new system needs to be provisioned with the same certificate name as the sys
6
6
7
7
Automated procedures are documented in [automated_recovery.md](automated_recovery.md)
8
8
9
-
## Recover from failed primary Puppet server
9
+
## Recover from failed Puppet primary server
10
10
11
11
1. Promote the replica ([official docs](https://puppet.com/docs/pe/2019.8/dr_configure.html#dr-promote-replica))
12
12
2. Purge the failed primary server
@@ -20,7 +20,7 @@ Automated procedures are documented in [automated_recovery.md](automated_recover
20
20
21
21
This procedure uses the following placeholder references.
22
22
23
-
*_\<primary-server-fqdn\>_ - The FQDN and certname of the primary Puppet server
23
+
*_\<primary-server-fqdn\>_ - The FQDN and certname of the Puppet primary server
24
24
*_\<old-replica-fqdn\>_ - The FQDN and certname of the old replica Puppet server that has failed or is missing
25
25
*_\<replacement-replica-fqdn\>_ - The FQDN and certname of the new replica Puppet server
26
26
*_\<replacement-avail-group-letter\>_ - Either A or B; whichever of the two letter designations is appropriate for the replacement server. It will be the opposite of the primary server.
@@ -83,7 +83,7 @@ The procedure for replacing a failed PE-PostgreSQL server is the same regardless
83
83
*_\<replacement-postgres-server-fqdn\>_ - The FQDN and certname of the new server being brought in to replace the failed PE-PostgreSQL server
84
84
*_\<working-postgres-server-fqdn\>_ - The FQDN and certname of the still-working PE-PostgreSQL server
85
85
*_\<replacement-avail-group-letter\>_ - Either A or B; whichever of the two letter designations is appropriate for the server being replaced. It will be the opposite of the still-working PE-PostgreSQL server
86
-
*_\<primary-server-fqdn\>_ - The FQDN and certname of the primary Puppet server
86
+
*_\<primary-server-fqdn\>_ - The FQDN and certname of the Puppet primary server
87
87
88
88
Procedure:
89
89
@@ -202,7 +202,7 @@ This procedure uses the following placeholder references.
202
202
*_\<avail-group-letter\>_ - Either A or B; whichever of the two letter designations the compiler is being assigned to
203
203
*_\<new-compiler-fqdn\>_ - The FQDN and certname of the new compiler
204
204
*_\<dns-alt-names\>_ - A comma-separated list of DNS alt names for the compiler
205
-
*_\<primary-server-fqdn\>_ - The FQDN and certname of the primary Puppet server
205
+
*_\<primary-server-fqdn\>_ - The FQDN and certname of the Puppet primary server
206
206
*_\<postgresql-server-fqdn\>_ - The FQDN and certname of the PE-PostgreSQL server with availability group _\<avail-group-letter\>_
0 commit comments