Skip to content

Releases: postgrespro/pg_probackup

Version 2.0.21

20 Jan 18:52
Compare
Choose a tag to compare
- Dynamically resize show table
- Port to PostgreSQL 11
- Minor fixes and bug fixes

Version 2.0.20

20 Jan 18:52
Compare
Choose a tag to compare
Minor fixes and bug fixes

Version 2.0.19.

20 Jan 18:52
Compare
Choose a tag to compare
Various fixes and code cleanup for previous version.

Version 2.0.18

06 Aug 10:29
Compare
Choose a tag to compare
  • Bug fixes
  • Improve support of MS Windows
  • Improve show-config command
  • Json output format for show and show-config commands
  • Support of recovery_target_lsn parameter
  • New merge command
  • --no-validate parameter for restore command
  • New ORPHAN status for backups
  • Improve search of parent backups

2.0.17

29 Apr 02:07
Compare
Choose a tag to compare
bump version to 2.0.17

Version 2.0.16

29 Apr 02:07
Compare
Choose a tag to compare
- Fix CVE-2018-1058. Use schema name explicitly in all function calls.
- Fix: Handle datafiles in directory global as datafiles.
- Fix: Do not copy ptrack files from directory global to backup anymore.
- Check if --instance is specified for VALIDATE with target parameters
- Adjust README package installation instruction.

Version 2.0.15

09 Feb 19:59
Compare
Choose a tag to compare
  • fix infinite loop in page validation
  • fix segfault in parallel ptrack connections
  • allow to use delete-wal option wihtout delete-expired(in accordance with documentation)
  • allow to use pg_ptrack_get_block if it`s available and page is invalid
  • help update
  • pglz is not thread-safe, do not allow multithread backup with pglz compression
  • multiple minor fixes
  • testgres 1.3 support

Version 2.0.11

13 Nov 10:21
Compare
Choose a tag to compare
  • Fix password prompt interruption
  • Check if the password provided by a user is empty
  • Fix incremental backups: do not include into backup files, that didn't changed since previous backup.
  • Add PG version into backup meta infromation

Version 2.0

21 Jul 16:38
Compare
Choose a tag to compare

New features and enhancements:

  • backup instances, which are managed by add-instance and del-instance commands;
  • configurations for each backup instances can be modified and showed by set-config and show-config commands;
  • added archive-push and archive-get commands to handle WAL segments, archive-push is used by archive_command GUC-variable;
  • compression support, which is handled by --compress-algorithm and --compress-level options;
  • various improvements for backup from a standby server;
  • possibility logging of various pg_probackup messages to file.

pg_probackup 2.0 is not support backup catalog of pg_probackup 1.1.