Well, code to restore the database from a backup for one. It also seems to track form which server backups were created.
I haven't looked, but it might also, in the spirit of Django, be "database agnostic" and allow you to import data across DBMSs. You'd still need to keep some things like uploaded files in sync though.
Comments
Well, code to restore the database from a backup for one. It also seems to track form which server backups were created.
I haven't looked, but it might also, in the spirit of Django, be "database agnostic" and allow you to import data across DBMSs. You'd still need to keep some things like uploaded files in sync though.
Restoring is another 6 lines of bash:
But I suppose being database agnostic would be handy - it would make switching from mysql to postgres easier.