Skip to content

Commit

Permalink
PBM-1337 Added link to the output from the Track restore progress page
Browse files Browse the repository at this point in the history
docs/usage/restore-progress.md
  • Loading branch information
nastena1606 committed Jul 11, 2024
1 parent 0245071 commit 67c6802
Showing 1 changed file with 10 additions and 7 deletions.
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

0 comments on commit 67c6802

Please sign in to comment.