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: docs/manual_failovers.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,14 @@
2
2
3
3
While automatic failures are already baked-in, there may be times where a manually issued failover is necessary. The steps to perform a manual failover are listed below:
4
4
5
-
**Note: The promotion candidate must reside within your PRIMARY_REGION.**
5
+
_**Note: The promotion candidate must reside within your PRIMARY_REGION.**_
6
6
7
-
1. Connect to the Machine you wish to promote
7
+
**1. Connect to the Machine you wish to promote**
8
8
```
9
9
fly ssh console -s <app-name>
10
10
```
11
11
12
-
2. Confirm the member is healthy.
12
+
**2. Confirm the member is healthy**
13
13
```
14
14
# Switch to the postgres user and move to the home directory.
0 commit comments