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
{{ message }}
This repository was archived by the owner on Feb 12, 2020. It is now read-only.
I'm using Django 1.5.1 and MySQL; django-backup is installed from current git repo.
When I backup Sqlite databases, everything works fine, but if I try to handle MySQL on my production server, I receive this error message:
"CommandError: Backup in django.db.backends.mysql engine not implemented"
As I see in your test project, MySQL should be supported.
I'm using Django 1.5.1 and MySQL; django-backup is installed from current git repo.
When I backup Sqlite databases, everything works fine, but if I try to handle MySQL on my production server, I receive this error message:
"CommandError: Backup in django.db.backends.mysql engine not implemented"
As I see in your test project, MySQL should be supported.