1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-03-17 20:58:34 +02:00

Merge branch 'master' into dev after release 0.65

This commit is contained in:
David Steele 2015-05-11 18:36:02 -04:00
commit ab4efce5d1
2 changed files with 18 additions and 6 deletions

View File

@ -731,6 +731,10 @@ example: db-path=/data/db
### v0.75: IN DEVELOPMENT: enterprise features: monitoring, throttling, retention period
*
### v0.65: Improved resume and restore logging, compact restores
* Better resume support. Resumed files are checked to be sure they have not been modified and the manifest is saved more often to preserve checksums as the backup progresses. More unit tests to verify each resume case.
* Resume is now optional. Use the `resume` setting or `--no-resume` from the command line to disable.
@ -741,11 +745,11 @@ example: db-path=/data/db
* Added `tablespace` setting to allow tablespaces to be restored into the `pg_tblspc` path. This produces compact restores that are convenient for development, staging, etc. Currently these restores cannot be backed up as PgBackRest expects only links in the `pg_tblspc` path.
### v0.61: bug fix for uncompressed remote destination
### v0.61: Bug fix for uncompressed remote destination
* Fixed a buffering error that could occur on large, highly-compressible files when copying to an uncompressed remote destination. The error was detected in the decompression code and resulted in a failed backup rather than corruption so it should not affect successful backups made with previous versions.
### v0.60: better version support and WAL improvements
### v0.60: Better version support and WAL improvements
* Pushing duplicate WAL now generates an error. This worked before only if checksums were disabled.
@ -755,7 +759,7 @@ example: db-path=/data/db
* Improved threading model by starting threads early and terminating them late.
### v0.50: restore and much more
### v0.50: Restore and much more
* Added restore functionality.

View File

@ -682,6 +682,14 @@ Run a <id>full</id> backup on the <id>db</id> stanza. <param>--type</param> can
<release title="Release Notes">
<release-version-list>
<release-version version="0.75" title="IN DEVELOPMENT: enterprise features: monitoring, throttling, retention period">
<release-feature-bullet-list>
<release-feature>
<text></text>
</release-feature>
</release-feature-bullet-list>
</release-version>
<release-version version="0.65" title="Improved resume and restore logging, compact restores">
<release-feature-bullet-list>
<release-feature>
<text>Better resume support. Resumed files are checked to be sure they have not been modified and the manifest is saved more often to preserve checksums as the backup progresses. More unit tests to verify each resume case.</text>
@ -701,7 +709,7 @@ Run a <id>full</id> backup on the <id>db</id> stanza. <param>--type</param> can
</release-feature-bullet-list>
</release-version>
<release-version version="0.61" title="bug fix for uncompressed remote destination">
<release-version version="0.61" title="Bug fix for uncompressed remote destination">
<release-feature-bullet-list>
<release-feature>
<text>Fixed a buffering error that could occur on large, highly-compressible files when copying to an uncompressed remote destination. The error was detected in the decompression code and resulted in a failed backup rather than corruption so it should not affect successful backups made with previous versions.</text>
@ -709,7 +717,7 @@ Run a <id>full</id> backup on the <id>db</id> stanza. <param>--type</param> can
</release-feature-bullet-list>
</release-version>
<release-version version="0.60" title="better version support and WAL improvements">
<release-version version="0.60" title="Better version support and WAL improvements">
<release-feature-bullet-list>
<release-feature>
<text>Pushing duplicate WAL now generates an error. This worked before only if checksums were disabled.</text>
@ -726,7 +734,7 @@ Run a <id>full</id> backup on the <id>db</id> stanza. <param>--type</param> can
</release-feature-bullet-list>
</release-version>
<release-version version="0.50" title="restore and much more">
<release-version version="0.50" title="Restore and much more">
<release-feature-bullet-list>
<release-feature>
<text>Added restore functionality.</text>