An open API service indexing awesome lists of open source software.

https://github.com/redhog/appomatic_migratedata

Copies model data from a one database to another
https://github.com/redhog/appomatic_migratedata

Last synced: 3 months ago
JSON representation

Copies model data from a one database to another

Awesome Lists containing this project

README

          

appomatic_migratedata
=====================

Copies model data from a one database to another. Basically shortcutting a dumpdata > file.json; loaddata file.json if both destination and source database are online.

This significantly reduces the disksace needed by the process, but also significantly reduces the RAM needed.