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 On Sun, Jun 9, 2013 at 8:18 AM, Avraham Serour <[email protected]> wrote: > 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, <[email protected]> wrote: > >> 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-case-like to migrate >> everything "as is" on a virtualized 2003 server, OR would much more >> appreciate to install the latest django 1.5.1 with python/mysql - becauce >> then I can install additional modules for performance monitoring and >> auditing, which are now not supported on the current django version - and >> then migrate the data. In the latest scenario though there are many >> dependencies I don't grasp - files under the project folders, data on >> MySQL, configs all around the place depending on each other, etc. >> Is there any TOOL or at least DOCUMENT that supports me through this >> migration? I can't seem to find any on django-project-site. >> Thanks in advance for any help/hint! >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/django-users?hl=en. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

