What's the best way to move large dataset from one django database to another?
I would like to do this at high level (in django) and not at the database level. All the existing tools that I know of (dumpdata/loaddata, serializer class, django-extensions) are in memory so it doesn't handle large datasets.
I found this post very useful - Migrating Django from MySQL to PostgreSQL the Easy Way.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With