Skip to content

Commit

Permalink
v1.08: Bug Fixes and Log Improvements
Browse files Browse the repository at this point in the history
Bug Fixes:

* Fixed an issue where local processes were not disconnecting when complete and could later timeout. (Reported by Todd Vernick.)
* Fixed an issue where the protocol layer could timeout while waiting for WAL segments to arrive in the archive. (Reported by Todd Vernick.)

Refactoring:

* Cache file log output until the file is created to create a more complete log.
  • Loading branch information
dwsteele committed Sep 14, 2016
1 parent 69c6afb commit d98df8c
Show file tree
Hide file tree
Showing 4 changed files with 385 additions and 379 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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.07](https://github.com/pgbackrest/pgbackrest/releases/tag/release/1.07) is the current stable release. Release notes are on the [Releases](http://www.pgbackrest.org/release.html) page.
pgBackRest [v1.08](https://github.com/pgbackrest/pgbackrest/releases/tag/release/1.08) is the current stable release. Release notes are on the [Releases](http://www.pgbackrest.org/release.html) page.

## Features

Expand Down

0 comments on commit d98df8c

Please sign in to comment.