ES-DOC / esdoc-questionnaire

ES-DOC Questionnaire (webform generator for creating CIM Documents). POC: @allynt
Other
2 stars 1 forks source link

Make regular automated db backups. #433

Closed allynt closed 7 years ago

allynt commented 8 years ago

Make regular automated db backups.

There is already code to backup the db. I would like to have this run automatically. Either via a cron job or else built into the Django Project itself. And either at some regular interval or after some predetermined number of transactions.

allynt commented 7 years ago

Can also use celery for this.