Skip to content

Commit 01aca29

Browse files
EFM-Bobbyjosh-heyer
authored andcommitted
Removed specific db/efm versions from 'eager failover' page.
1 parent 3e0e8c6 commit 01aca29

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

product_docs/docs/efm/4/04_configuring_efm/06_configuring_for_eager_failover.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ redirects:
88

99
In default run mode, if a primary Failover Manager process fails, there's no failover protection until the agent restarts. To avoid this case, you can set up the primary node through `systemd` to cause a failover when the primary agent exits, which is called Eager Failover.
1010

11-
You can set up Eager Failover by performing the following steps. The example uses EDB Postgres Advanced Server version 12 and Failover Manager version 4.5.
11+
You can set up Eager Failover by performing the following steps. The example uses EDB Postgres Advanced Server. Replace `<x>` with the appropriate version numbers in the following.
1212

1313
<div id="enabling_the_eager_failover" class="registered_link"></div>
1414

@@ -29,17 +29,17 @@ You can set up Eager Failover by performing the following steps. The example us
2929

3030
- Ensure that the database server and the local Failover Manager agent are running.
3131

32-
- As root, edit the service `edb-as-12.service` file using the command:
32+
- As root, edit the service `edb-as-<x>.service` file using the command:
3333

3434
```shell
35-
systemctl edit edb-as-12.service
35+
systemctl edit edb-as-<x>.service
3636
```
3737

3838
- Add the following lines into the text editor, then save:
3939

4040
```ini
4141
[Unit]
42-
BindsTo=edb-efm-4.5.service
42+
BindsTo=edb-efm-4.<x>.service
4343
```
4444

4545
With these changes, when the Failover Manager agent is stopped or ended, the rest of the cluster treats this situation as a failure and attempts a failover.
@@ -48,9 +48,9 @@ With these changes, when the Failover Manager agent is stopped or ended, the res
4848

4949
## Disabling Eager Failover
5050

51-
- If you want to stop Failover Manager without stopping the database, comment out the following line in `/etc/systemd/system/edb-as-12.service`:
51+
- If you want to stop Failover Manager without stopping the database, comment out the following line in `/etc/systemd/system/edb-as-<x>.service`:
5252
```ini
53-
BindsTo=edb-efm-4.5.service
53+
BindsTo=edb-efm-4.<x>.service
5454
```
5555
- Run the following command to reload the configuration files:
5656
```shell

0 commit comments

Comments
 (0)