Skip to content

Commit 2207e7c

Browse files
authored
PBM-1612 Adde the check for the restart policy for mongod proces (#306)
s to restore considerations modified: docs/usage/restore-physical.md
1 parent 7619fc2 commit 2207e7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/usage/restore-physical.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@
1919
1. Shut down all `mongos` nodes as the database won't be available while the restore is in progress.
2020
2. Shut down all `pmm-agent` and other clients that can do the write operations to the database. This is required to ensure data consistency after the restore.
2121
3. Stop the arbiter nodes manually since there's no `pbm-agent` on these nodes to do that automatically.
22-
4. Check that the `systemctl` restart policy for the `pbm-agent.service` is not set to `always` or `on-success`:
22+
4. Check that the `systemctl` restart policy for the `pbm-agent.service` and `mongod.service` processes is not set to `always` or `on-success`:
2323

2424
```{.bash data-prompt="$"}
25+
$ sudo systemctl show mongod.service | grep Restart
2526
$ sudo systemctl show pbm-agent.service | grep Restart
2627
```
2728

0 commit comments

Comments
 (0)