MartinPaulEve/django-caretaker

Add full SQL backup option instead of just json dump

Closed this issue · 0 comments

It would be useful to be able to specify that you want a full SQL backup rather than just the data dump JSON as this can take a long time to run.

However, doing this involves detecting the DB engine or allowing the user to specify the dump command.