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/usage/restore-physical.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,10 @@
19
19
1. Shut down all `mongos` nodes as the database won't be available while the restore is in progress.
20
20
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.
21
21
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`:
23
23
24
24
```{.bash data-prompt="$"}
25
+
$ sudo systemctl show mongod.service | grep Restart
25
26
$ sudo systemctl show pbm-agent.service | grep Restart
0 commit comments