David Steele
2d38876bc4
Closed #93 : The retention-archive
option can now be be safely set to less than backup retention (retention-full
or retention-diff
) without also specifying archive-copy=n
. The WAL required to make the backups that fall outside of archive retention consistent will be preserved in the archive. However, in this case PITR will still not be possible for backups that fall outside of archive retention.
2016-01-20 17:24:44 -05:00
David Steele
a0a3d1e97e
Closed #122 : 9.5 Integration
...
The archive_mode = always setting is not included but is covered by issue #125 .
2016-01-13 20:35:12 -05:00
David Steele
fdc99e30bd
Allow restores to be run against a read-only repository.
...
Two things needed to be changed:
1) Don't open a log file when log-level-file=off
2) New --no-lock option to suppress lock file creation for restores.
2015-12-23 10:48:33 -05:00
David Steele
fa05715dec
Added documentation in the user guide for delta restores, expiration, dedicated backup hosts, starting and stopping pgBackRest, and replication.
2015-11-22 16:44:01 -05:00
David Steele
8ddfdcdd3b
Various fixes and features implemented during doc development
...
* Better messaging for expiration.
* Fixed already stopped message.
* retention-archive and retention-archive-type now use retention-full and 'full' when not specified.
* Fixed issue where backup-user was required (should default to backrest).
* ExecuteTest now supports retries.
* Fixed issue where log test was not comparing test logs.
* Fixed issue where test logs would not match for ssh connection errors
2015-11-22 14:02:14 -05:00
David Steele
7ff9fc996c
Release notes for fixes and rebuild command-line help.
2015-11-20 11:03:06 -05:00
David Steele
57a06ba3b1
Implemented issue #148 : Website with basic user guide.
2015-10-28 10:10:36 +01:00
David Steele
ddd4c14773
Implemented issue #129 : Stop/Start Commands.
...
Implemented issue #136 : Add stderr back into protocol layer.
There were also miscellaneous bug fixes and improvements to buffering in IO.pm.
2015-10-08 11:43:56 -04:00
David Steele
e0dafbff7f
Improvements to issue #132 : Improved command-line help.
...
Regression tests are now more comprehensive by default.
Better handling for errors in safeExit().
Release notes.
2015-09-09 15:40:54 -04:00
David Steele
adc5568b15
Fixed issue #132 : Improved command-line help.
...
Some platform specific fixes and added regression tests to detect issues.
2015-09-08 12:58:13 -04:00
David Steele
ac3c0d43ab
Implemented issue #132 : Improved command-line help.
...
Implemented issue #133 : Dynamic module loading where possible.
2015-09-08 07:31:24 -04:00