We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
validate
validate all
--recovery-target-lsn
--recovery-target-time
pg_probackup validate --instance node --time='2021-07-27 04:26:41+03' LOG: Validate begin. ERROR: Backup PVF8L2 has status: ERROR pg_probackup show BACKUP INSTANCE 'node' ================================================================================================================================ Instance Version ID Recovery Time Mode WAL Current/Parent TLI Time Data Start LSN Stop LSN Status ================================================================================================================================ node 10 PVF8L2 ---- FULL ARCHIVE 1 / 0 3s ---- 0/6000028 0/0 ERROR node ---- PVF8KX ---- FULL ARCHIVE 0 / 0 0s ---- 0/0 0/0 ERROR node ---- PVF8IW ---- FULL ARCHIVE 0 / 0 0s ---- 0/0 0/0 ERROR node ---- PVF8IL ---- FULL ARCHIVE 0 / 0 0s ---- 0/0 0/0 ERROR node 10 PVA1CA 2019-07-27 04:26:41+03 FULL ARCHIVE 1 / 0 9s 23MB 0/2000028 0/2000160 OK
The text was updated successfully, but these errors were encountered:
[Issue #104] allow LSN as recovery target for validation if backup ID…
6da6318
… is not specified
[Issue #104] consider only OK and DONE backups as candidates for PITR…
3cc9d81
… validation if backup ID is not specified
Fixed, merged to master. Reported by Alexey Shishkin
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
validate
command fallback tovalidate all
strategy, if--recovery-target-lsn
is used.--recovery-target-time
chooses wrong backup as restore candidate:The text was updated successfully, but these errors were encountered: