Skip to content

CookieCutter Django Restore Script not allowed with DigitalOcean Managed Database #4932

Answered by foarsitter
BenA-SA asked this question in Q&A
Discussion options

You must be logged in to vote

The .sql.gz file is a gzip version of the pg_dump output. If you gunzip it you can use it with your favorite database tools.

Another option is to just remove the dropdb and createdb command from https://github.com/cookiecutter/cookiecutter-django/blob/master/%7B%7Bcookiecutter.project_slug%7D%7D/compose/production/postgres/maintenance/restore

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@BenA-SA
Comment options

@foarsitter
Comment options

@BenA-SA
Comment options

@luzfcb
Comment options

Answer selected by BenA-SA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants