Add the ability to configure a dedicated pgBackRest server #379
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR introduces significant improvements to our backup and recovery capabilities with pgBackRest.
The main feature is the ability to configure and manage the dedicated pgBackRest servers (
pgbackrest_server_conf
variable). Previously, backup configuration was limited to the database servers only.In addition to these improvements, add pgBackRest cron jobs via the "
pgbackrest_cron_jobs
" variable. Backup Jobs will be automatically configured. By default, the cron jobs is created on the database server. If 'pgbackrest_repo_host
' is defined, the cron jobs will be created on the dedicated pgBackRest server.Updated the pgBackRest configuration template to enable configuration of a single dedicated pgBackRest server for multiple Postgres clusters.