1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-11-06 08:49:29 +02:00

Added file and directory syncs to the File object for additional safety during backup and archiving.

This commit is contained in:
David Steele
2015-06-17 12:53:33 -04:00
parent 9511f9c35c
commit a5d9d6d84d
6 changed files with 103 additions and 17 deletions

View File

@@ -771,6 +771,8 @@ example: db-path=/data/db
* Removed pg_backrest_remote and added the functionality to pg_backrest as remote command.
* Added file and directory syncs to the File object for additional safety during backup and archiving. Suggested by Andres Freund.
### v0.75: New repository format, info command and experimental 9.5 support
* IMPORTANT NOTE: This flag day release breaks compatibility with older versions of PgBackRest. The manifest format, on-disk structure, and the binary names have all changed. You must create a new repository to hold backups for this version of PgBackRest and keep your older repository for a time in case you need to do a restore. The `pg_backrest.conf` file has not changed but you'll need to change any references to `pg_backrest.pl` in cron (or elsewhere) to `pg_backrest` (without the `.pl` extension).