Re: Migrating data/app/project to a new location and, if possible, version

2013-06-09 Thread Aaron C. de Bruyn
You might look into using MySQL Workbench to migrate the data to another MySQL server, then move the code to the new server. Look here for help with anything that might break: https://docs.djangoproject.com/en/1.5/releases/ Anything that has you stumped, post here and the community can help! -A

Re: Migrating data/app/project to a new location and, if possible, version

2013-06-09 Thread Avraham Serour
you can try using some kind of mysql export/import or django's manage.py dumpdata/loaddata and see of anything breaks On Sun, Jun 9, 2013 at 2:03 PM, wrote: > Hi, sysadmin here, > I am left with a django installation on a windows 2003 server that needs > to be demoted. The installation is djang

Migrating data/app/project to a new location and, if possible, version

2013-06-09 Thread boian . soloviov
Hi, sysadmin here, I am left with a django installation on a windows 2003 server that needs to be demoted. The installation is django (1, 2, 1, 'final', 0) on python 2.6.4 and a MySQL 5.1.46-community version. The platform is holding two custom/proprietary apps/projects. I would either worst-cas