-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add database management API calls and update crons #1301
Conversation
… postgres database, restoring the postgres database and cleaning the folder of dumps if required)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this work! I see how this could make several tasks much easier. I left a few concerns inline. I may be overly cautious since I don't know the ansible environment well but if my understanding is correct here then I think we should add a couple of additional safeguards just to be careful.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Thanks for addressing the feedback.
I'll leave to you to merge when you are ready @howard-e
Partially address #759 in making it easier to get a database dump from
production
and restoring it instaging
orsandbox
.This PR adds API functions:
This PR adds the following cron jobs: