1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-10-30 23:37:45 +02:00

Incremented version to .50 since restore functionality if going in.

This commit is contained in:
David Steele
2014-12-18 16:47:03 +00:00
parent 1dc00c9d4b
commit b9d9c7fa66
2 changed files with 5 additions and 3 deletions

View File

@@ -4,7 +4,9 @@ PgBackRest aims to be a simple backup and restore system that can seamlessly sca
## release notes
### v0.31: ???
### v0.50: ???
* Added restore functionality.
* Added option (--no-start-stop) to allow backups when Postgres is shut down. If postmaster.pid is present then --force is required to make the backup run (though if Postgres is running an inconsistent backup will likely be created). This option was added primarily for the purpose of unit testing, but there may be applications in the real world as well.
@@ -16,7 +18,7 @@ PgBackRest aims to be a simple backup and restore system that can seamlessly sca
* More comprehensive backup unit tests.
* Link (called latest) always points to the last backup. This has been added for convenience.
* Link (called latest) always points to the last backup. This has been added for convenience and to make restore simpler.
### v0.30: core restructuring and unit tests

View File

@@ -1 +1 @@
0.31
0.50