An open API service providing repository metadata for many open source software ecosystems.

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

Releases
2.0.24

2.0.24

almost 7 years ago
Download
2.0.25

2.0.25

almost 7 years ago
Download
2.0.26

2.0.26

almost 7 years ago
Download
Version 2.0.18

2.0.18

  • 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
over 7 years ago
Download
2.0.16

2.0.16

over 7 years ago
Download
2.0.17

2.0.17

over 7 years ago
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
almost 8 years ago
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
about 8 years ago
Download
Version 2.0

2.0

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.

over 8 years ago
Download