You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
.The text was updated successfully, but these errors were encountered: