I accidentally let an app slip into production using SQLite and need to switch it over to PostgreSQL or MySQL (MySQL slightly preferred).
My first thought was to do:
./manage.py dumpdata > ~/export.json
However that fails after about 20 seconds and simply says: "Killed"
Here is a copy and paste:
$ ./manage.py dumpdata > ~/.export.json
Killed
If I use -v 2 to increase the verbosity or I use --traceback nothing is changed. In all cases export.json is empty.
I'm not doing anything particularly clever with the models. The SQLite file is about 250MB in size. Anyone have any ideas on what could be done to migrate this?
--
Matthew Nuzum
newz2000 on freenode, skype, linkedin and twitter
♫ You're never fully dressed without a smile! ♫