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
- Host: GitHub
- URL: https://github.com/redhog/appomatic_migratedata
- Owner: redhog
- Created: 2013-12-04T10:41:04.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-04T10:50:52.000Z (over 12 years ago)
- Last Synced: 2025-09-22T10:23:33.768Z (10 months ago)
- Language: Python
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.