mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-14 10:13:05 +02:00
18fd25233b
* The repo-path option now always refers to the repository where backups and archive are stored, whether local or remote, so the repo-remote-path option has been removed. The new spool-path option can be used to define a location for queueing WAL segments when archiving asynchronously. Otherwise, a local repository is no longer required. * Implemented a new config format which should be far simpler to use. See the User Guide and Configuration Reference for details but for a simple configuration all options can now be placed in the stanza section. Options that are shared between stanzas can be placed in the [global] section. More complex configurations can still make use of command sections though this should be a rare use case. * The default configuration filename is now pgbackrest.conf instead of pg_backrest.conf. This was done for consistency with other naming changes but also to prevent old config files from being loaded accidentally. * The default repository name was changed from /var/lib/backup to /var/lib/pgbackrest. * Lock files are now stored in /tmp/pgbackrest by default. These days /run/pgbackrest would be the preferred location but that would require init scripts which are not part of this release. The lock-path option can be used to configure the lock directory. * Log files are now stored in /var/log/pgbackrest by default and no longer have the date appended so they can be managed with logrotate. The log-path option can be used to configure the lock directory. * Executable filename changed from pg_backrest to pgbackrest. |
||
---|---|---|
.. | ||
backup-archive-get-001.log | ||
backup-archive-get-002.log | ||
backup-archive-get-003.log | ||
backup-archive-get-004.log | ||
backup-archive-get-005.log | ||
backup-archive-get-006.log | ||
backup-archive-get-007.log | ||
backup-archive-get-008.log | ||
backup-archive-push-001.log | ||
backup-archive-push-002.log | ||
backup-archive-push-003.log | ||
backup-archive-push-004.log | ||
backup-archive-push-005.log | ||
backup-archive-push-006.log | ||
backup-archive-push-007.log | ||
backup-archive-push-008.log | ||
backup-archive-stop-001.log | ||
backup-archive-stop-002.log | ||
backup-archive-stop-003.log | ||
backup-archive-stop-004.log | ||
backup-archive-stop-005.log | ||
backup-archive-stop-006.log | ||
backup-expire-001.log | ||
backup-synthetic-001.log | ||
backup-synthetic-002.log | ||
backup-synthetic-003.log | ||
backup-synthetic-004.log | ||
backup-synthetic-005.log | ||
backup-synthetic-006.log | ||
backup-synthetic-007.log | ||
backup-synthetic-008.log | ||
help-help-001.log |