Skip to content

v1.3

Compare
Choose a tag to compare
@vitabaks vitabaks released this 17 Jun 10:07
· 52 commits to master since this release
0a98528
  • 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
  • compare DB and filesystem size before restore
  • remove colors in log messages
  • remove dependencies - gawk, ansi2html.sh
  • a little code refactoring