1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-17 01:12:23 +02:00

v0.87: Website and User Guide

* Added a new user guide that covers pgBackRest basics and some advanced topics including PITR. Much more to come, but it's a start.

* The website, markdown, and command-line help are now all generated from the same XML source.

* The backup_label.old and recovery.done files are now excluded from backups.
This commit is contained in:
David Steele
2015-10-28 11:15:38 +01:00
parent 097eb7ca41
commit 2813c4d4eb
41 changed files with 4957 additions and 3054 deletions

View File

@ -17,7 +17,7 @@ use Exporter qw(import);
# repositories or manifests can be read - that's the job of the format number.
#-----------------------------------------------------------------------------------------------------------------------------------
our # 'our' keyword is on a separate line to make the ExtUtils::MakeMaker parser happy.
$VERSION = '0.85';
$VERSION = '0.87';
push @EXPORT, qw($VERSION);