You've already forked pgbackrest
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:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user