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

Add a backup script to the postgres image #16

Closed
martyngigg opened this issue Jan 30, 2020 · 2 comments
Closed

Add a backup script to the postgres image #16

martyngigg opened this issue Jan 30, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@martyngigg
Copy link
Member

As a developer I want to easily take backups of the database by running a backup command in the database.

This cookie-cutter project does something like this. The key parts that we can base our solution on is using a custom postgres image that simply adds a basic backup script that calls pg_dump.

@martyngigg martyngigg added the enhancement New feature or request label Jan 30, 2020
@martyngigg
Copy link
Member Author

@Mantid-Matthew @DanielMurphy22 I think it would be great if we could look at this in maintenance. I've created mantidproject/reports#27 to do something similar for the usage reports. If we could workout sharing code that would be even better as there's so much common between these two projects.

@DavidFair
Copy link
Contributor

Done in #21

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

No branches or pull requests

4 participants