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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
check data checksums with pg_checksums. "--checksums" (and "--checkdb") option (requires postgresql-<version>-pg-checksums package for PostgreSQL version 11 and below)
"--dummy-dump" option. Verify that data can be read out. Check with pg_dump >> /dev/null
"--amcheck" option. Validate Indexes (verify the logical consistency of the structure of indexes and heap relations)
"--norestore" option to check already existing clusters
automatic determine Postgres version from pgbackrest info
automatic create a new postgres cluster (initdb) to restore to the path specified in the "--to" option (if it does not exist)
determine postgresql parameters from pg_controldata and configure postgresql.conf accordingly after restore