Releases: postgrespro/pg_probackup
Releases · postgrespro/pg_probackup
Version 2.0.21
- Dynamically resize show table - Port to PostgreSQL 11 - Minor fixes and bug fixes
Version 2.0.20
Minor fixes and bug fixes
Version 2.0.19.
Various fixes and code cleanup for previous version.
Version 2.0.18
- Bug fixes
- Improve support of
MS Windows
- Improve
show-config
command - Json output format for
show
andshow-config
commands - Support of
recovery_target_lsn
parameter - New
merge
command --no-validate
parameter forrestore
command- New
ORPHAN
status for backups - Improve search of parent backups
2.0.17
Version 2.0.16
- 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
- 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
- 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
New features and enhancements:
- backup instances, which are managed by
add-instance
anddel-instance
commands; - configurations for each backup instances can be modified and showed by
set-config
andshow-config
commands; - added
archive-push
andarchive-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
.