mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-03-05 15:05:48 +02:00
Release notes for issue #68: Allow duplicate WAL to be pushed if the checksum matches.
This commit is contained in:
parent
7ace66e544
commit
639c27e113
@ -739,6 +739,8 @@ example: db-path=/data/db
|
|||||||
|
|
||||||
* Fixed an issue where archive-copy would fail on an incr/diff backup when hardlink=n. In this case the pg_xlog path does not already exist and must be created. Reported by Michael Renner
|
* Fixed an issue where archive-copy would fail on an incr/diff backup when hardlink=n. In this case the pg_xlog path does not already exist and must be created. Reported by Michael Renner
|
||||||
|
|
||||||
|
* Allow duplicate WAL segments to be archived when the checksum matches. This is necessary for some recovery scenarios.
|
||||||
|
|
||||||
* Allow comments/disabling in pg_backrest.conf using #. Suggested by Michael Renner.
|
* Allow comments/disabling in pg_backrest.conf using #. Suggested by Michael Renner.
|
||||||
|
|
||||||
* Better logging before pg_start_backup() to make it clear when the backup is waiting on a checkpoint. Suggested by Michael Renner.
|
* Better logging before pg_start_backup() to make it clear when the backup is waiting on a checkpoint. Suggested by Michael Renner.
|
||||||
|
@ -692,6 +692,9 @@ Run a <id>full</id> backup on the <id>db</id> stanza. <param>--type</param> can
|
|||||||
<release-feature>
|
<release-feature>
|
||||||
<text>Fixed an issue where archive-copy would fail on an incr/diff backup when hardlink=n. In this case the pg_xlog path does not already exist and must be created. Reported by Michael Renner</text>
|
<text>Fixed an issue where archive-copy would fail on an incr/diff backup when hardlink=n. In this case the pg_xlog path does not already exist and must be created. Reported by Michael Renner</text>
|
||||||
</release-feature>
|
</release-feature>
|
||||||
|
<release-feature>
|
||||||
|
<text>Allow duplicate WAL segments to be archived when the checksum matches. This is necessary for some recovery scenarios.</text>
|
||||||
|
</release-feature>
|
||||||
<release-feature>
|
<release-feature>
|
||||||
<text>Allow comments/disabling in pg_backrest.conf using #. Suggested by Michael Renner.</text>
|
<text>Allow comments/disabling in pg_backrest.conf using #. Suggested by Michael Renner.</text>
|
||||||
</release-feature>
|
</release-feature>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user