simple and reliable backup restore system for PostgreSQL

Edit Package pgbackrest

https://pgbackrest.org

pgBackRest aims to be a simple, reliable backup and restore system that can seamlessly scale up to the largest databases and workloads, written now in C.

pgBackRest implements all backup features internally and uses a custom protocol for communicating with remote systems.

Refresh
Refresh
Source Files
Filename Size Changed
libpq-fe.h_localisation.patch 0000001098 1.07 KB
pgbackrest-2.26.tar.gz 0005354188 5.11 MB
pgbackrest-conf.patch 0000000077 77 Bytes
pgbackrest.changes 0000029905 29.2 KB
pgbackrest.spec 0000003202 3.13 KB
Revision 31 (latest revision is 70)
Bruno Friedmann's avatar Bruno Friedmann (bruno_friedmann) committed (revision 31)
- update to version 2.26 : Non-blocking TLS
  + Bug Fix : Remove empty subexpression from manifest regular 
    expression. MacOS was not happy about this though other
    platforms seemed to work fine.
  + Improvements:
    - N on-blocking TLS implementation.
    - Only limit backup copy size for WAL-logged files. The prior
      behavior could possibly lead to postgresql.conf or 
      postgresql.auto.conf being truncated in the backup.
    - TCP keep-alive options are configurable.
    - Add io-timeout option.
- update to version 2.25 : LZ4 Compression Support
  + Features:
    - Add lz4 compression support. Note that setting 
      compress-type=lz4 will make new backups and archive incompatible
      (unrestorable) with prior versions of pgBackRest.
    - Add --dry-run option to the expire command. Use dry-run to see
      which backups/archive would be removed by the expire command 
      without actually removing anything.
  + Improvements:
    - Improve performance of remote manifest build.
    - Fix detection of keepalive options on Linux.
    - Add configure host detection to set standards flags correctly.
    - Remove compress/compress-level options from commands where unused.
    - Limit backup file copy size to size reported at backup start. 
      If a file grows during the backup it will be reconstructed by 
      WAL replay during recovery so there is no need to copy the 
      additional data.
- Packaging:
  + Add new requirement lz4
Comments 1

Bruno Friedmann's avatar

Need a good configuration sample Add systemd service and timers files

openSUSE Build Service is sponsored by