GitHub / postgrespro / pg_probackup
Backup and recovery manager for PostgreSQL
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postgrespro%2Fpg_probackup
PURL: pkg:github/postgrespro/pg_probackup
Stars: 756
Forks: 89
Open issues: 190
License: other
Language: Python
Size: 9.92 MB
Dependencies parsed at: Pending
Created at: almost 10 years ago
Updated at: about 1 month ago
Pushed at: 2 months ago
Last synced at: about 1 month ago
Commit Stats
Commits: 3181
Authors: 60
Mean commits per author: 53.02
Development Distribution Score: 0.54
More commit stats: https://commits.ecosyste.ms/hosts/GitHub/repositories/postgrespro/pg_probackup
Topics: archiving, backup, incremental-backups, postgresql, recovery, restore, wall
Version 2.0.18
2.0.18
- Bug fixes
- Improve support of
MS Windows - Improve
show-configcommand - Json output format for
showandshow-configcommands - Support of
recovery_target_lsnparameter - New
mergecommand --no-validateparameter forrestorecommand- New
ORPHANstatus for backups - Improve search of parent backups
Download
Version 2.0.15
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
Download
Version 2.0.11
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
Download
Version 2.0
2.0
New features and enhancements:
- backup instances, which are managed by
add-instanceanddel-instancecommands; - configurations for each backup instances can be modified and showed by
set-configandshow-configcommands; - added
archive-pushandarchive-getcommands to handle WAL segments,archive-pushis used by archive_command GUC-variable; - compression support, which is handled by
--compress-algorithmand--compress-leveloptions; - various improvements for backup from a standby server;
- possibility logging of various
pg_probackupmessages to file.
pg_probackup 2.0 is not support backup catalog of pg_probackup 1.1.
Download