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
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):
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:
The text was updated successfully, but these errors were encountered: