Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support backups to multiple targets #3

Merged
merged 12 commits into from Apr 28, 2022
Merged

Support backups to multiple targets #3

merged 12 commits into from Apr 28, 2022

Conversation

deric
Copy link
Owner

@deric deric commented Apr 28, 2022

The PR introduces breaking change in the config syntax. Instead of using:

pgprobackup::instance::backups:
  FULL:
    weekday: 5
  DELTA:
    weekday: [0-4,6]

a top level key specifying target catalog server common:

pgprobackup::instance::backups:
  common:
    FULL:
      weekday: 5
    DELTA:
      weekday: [0-4,6]

@deric deric merged commit d76e549 into master Apr 28, 2022
@deric deric added the enhancement New feature or request label Apr 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant