Thanks, I finished this, by using dump data on one app at a time. I was trying to do the whole project at once.
I did run into sequence errors. I followed this. http://tryolabs.com/Blog/2012/02/10/django-migrating-mysql-postgresql/ On Saturday, May 18, 2013 1:23:04 PM UTC-4, frocco wrote: > > Hello > > Here are my steps. > > python manage.py dumpdata --database=legacy > data.json > > python manage.py loaddata data.json --database=default > > IntegrityError: Problem installing fixture 'data.json': Could not load > accounts.UserProfile(pk=17): duplicate key value violates unique constraint > "accounts_userprofile_user_id_key" > DETAIL: Key (user_id)=(17) already exists. > > In the mysql table, there is only one record with user_id 17 > -- 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 django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.