Add a FixtureConnector #579
ZuluPro
started this conversation in
Feature Requests
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The primary solution before solutions like DBBackup is
dumpdata
/loaddata
. I don't like it because serialization/deserialization take time. But it can be useful to migrate DB across environment, example: a production in Postgres and testing in SQLite.I think about a
FixtureConnector
allowing to dump and restore with Django built-in features and working with DBBackup mechanisms (encryption, compression, uploading).Beta Was this translation helpful? Give feedback.
All reactions