1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-05-22 10:15:16 +02:00

v1.17: Page Checksum Bug Fix

Bug Fixes:

* Fixed an issue where newly initialized (but unused) pages would cause page checksum warnings. (Reported by Stephen Frost.)
This commit is contained in:
David Steele
2017-03-13 16:54:51 -04:00
parent b0947fdaa8
commit cc9f8fc4b6
5 changed files with 268 additions and 268 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ pgBackRest aims to be a simple, reliable backup and restore system that can seam
Instead of relying on traditional backup tools like tar and rsync, pgBackRest implements all backup features internally and uses a custom protocol for communicating with remote systems. Removing reliance on tar and rsync allows for better solutions to database-specific backup challenges. The custom remote protocol allows for more flexibility and limits the types of connections that are required to perform a backup which increases security.
pgBackRest [v1.16](https://github.com/pgbackrest/pgbackrest/releases/tag/release/1.16) is the current stable release. Release notes are on the [Releases](http://www.pgbackrest.org/release.html) page.
pgBackRest [v1.17](https://github.com/pgbackrest/pgbackrest/releases/tag/release/1.17) is the current stable release. Release notes are on the [Releases](http://www.pgbackrest.org/release.html) page.
## Features