Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PBM-1337 Added link to the output from the Track restore progress page #189

Merged
merged 1 commit into from
Jul 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 10 additions & 7 deletions docs/usage/restore-progress.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,23 @@ $ pbm describe-restore 2022-08-15T11:14:55.683148162Z -c pbm_config.yaml

The output provides the following information:

* Restore name
* opID
* The name of the backup from which the database was restored
* Type
* Status
* Last transition time – the time when the restore process changed its status
* The name of every replica set, its restore status and the last transition time
- Restore name
- The name of the backup from which the database was restored
- Type
- Status
- opID
- The time of the restore start
- Last transition time – the time when the restore process changed its status
- The name of every replica set, its restore status and the last transition time

For physical backups only, the following additional information is provided:

- The node name
- Restore status on the node
- Last transition time

Refer to the [pbm describe-restore](../reference/pbm-commands.md#output_1) for the full list of fields and their description.

For version 1.8.1 and earlier, tracking restore progress during physical restores is not available. To check the restore status, the options are:

- Check the `stderr` logs of the leader `pbm-agent`. The leader ID is printed once the restore has started.
Expand Down
Loading