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 for multiple backup schedules per service #145

Open
remjx opened this issue Jan 17, 2020 · 3 comments
Open

Support for multiple backup schedules per service #145

remjx opened this issue Jan 17, 2020 · 3 comments

Comments

@remjx
Copy link

remjx commented Jan 17, 2020

I would like to set up multiple backups, for example:

  • 15 minute backups to Bucket A
  • Daily backups to Bucket B
  • Monthly backups to Bucket C

So that I can utilize S3 Storage Classes effectively with lifecycle rules.

Currently when setting dokku postgres:backup-schedule it only supports one scheduled backup rule at a time, so I have to choose either A, B, or C above. It would be awesome if I could have all 3 rules active.

@josegonzalez josegonzalez transferred this issue from dokku/dokku-postgres Jan 17, 2020
@josegonzalez
Copy link
Member

@markjackson02 What would the ux be for the commands in this case?

@remjx
Copy link
Author

remjx commented Jan 17, 2020

@josegonzalez was this issue accidentally moved into dokku-redis repo from dokku-postgres?

In any case, I was thinking the schedule command would remain the same, underneath adding an ID to the job. schedule-cat would show all jobs and their IDs for the given service. And lastly unschedule
would additionally take in the ID of the job to be unscheduled.

@josegonzalez
Copy link
Member

I purposefully moved it because the redis repo is where I track issues that impact all datastores.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants