1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-17 01:12:23 +02:00
Files
Denis Garsh 8cdd9ce1c4 Add restore progress to info command output.
The prior implementation of the restore command did not provide any progress information. Implement it similarly to the backup command and also update the info command to display restore progress alongside backup progress.

Restore is a read operation and should not block other commands. The only exception is that multiple restores with the same lock and repository path are not allowed, as each restore must write progress to a separate file. Therefore, no lock is needed for restores with a remote role and the restore command should not be terminated when the stop command is executed.
2025-07-16 12:49:34 -04:00
..
2025-03-31 14:18:29 -05:00
2023-11-27 08:55:56 -03:00
2024-12-16 12:04:21 -05:00