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

automated database backups #210

Open
tobiasmcnulty opened this issue Aug 4, 2014 · 0 comments
Open

automated database backups #210

tobiasmcnulty opened this issue Aug 4, 2014 · 0 comments

Comments

@tobiasmcnulty
Copy link
Member

The database should be backed up on a regular basis (e.g., every few hours) to Amazon S3 or some other type of persistent storage. We've used this before with good success (scheduled via Celery, backed up to S3):

https://bitbucket.org/mjs7231/django-dbbackup

As a temporary measure, you can create a manual backup of the database by running a command like this:

fab download_prod_db:myvoice-backup-`date "+%Y-%m-%d_%H:%M:%S"`.sql
@tobiasmcnulty tobiasmcnulty changed the title database backup automated database backups Aug 4, 2014
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

1 participant