Re: Can't use dumpdata and loaddata to migrate non-ASCII data between databases

2011-01-07 Thread derek
Maybe Google for this? e.g. http://www.codesmell.org/blog/2009/03/migrate-data-from-postgres-to-mysql/ On Jan 4, 1:49 am, Eric Chamberlain wrote: > Or is there a better way to migrate a database from postgres to MySQL? > > On Jan 3, 2011, at 6:35 PM, Eric Chamberlain wrote: > > > > > > > > > H

Re: Can't use dumpdata and loaddata to migrate non-ASCII data between databases

2011-01-03 Thread Eric Chamberlain
Or is there a better way to migrate a database from postgres to MySQL? On Jan 3, 2011, at 6:35 PM, Eric Chamberlain wrote: > Hi, > > We are trying to migrate between databases and we are running into a problem > while trying to use dumpdata. We've tried: > > ./manage.py dumpdata --natu

Can't use dumpdata and loaddata to migrate non-ASCII data between databases

2011-01-03 Thread Eric Chamberlain
Hi, We are trying to migrate between databases and we are running into a problem while trying to use dumpdata. We've tried: ./manage.py dumpdata --natural --indent 2 > dump.json and: ./manage.py dumpdata --natural --format xml --indent 2 > dump.xml Both return the following e