First time here? Check out the FAQ!

Revision history  [back]

Not supported, instead please use database dump and restore facilities (e.g pg_dump)

However, Django has commands dumpdata and loaddata - these should work across different database backends.

If you are looking to convert a large MySQL database to PostgresQL - have a look at available tools: https://wiki.postgresql.org/wiki/Converting_from_other_Databases_to_PostgreSQL#Scripts.2C_programs

Also, please have a look at this documentation page http://askbot.org/doc/mysql-to-postgres.html

Not supported, instead please use database dump and restore facilities (e.g pg_dump)

However, Django has commands dumpdata and loaddata - these should work across different database backends.

If you are looking to convert a large MySQL database to PostgresQL - have a look at available tools: https://wiki.postgresql.org/wiki/Converting_from_other_Databases_to_PostgreSQL#Scripts.2C_programs

Also, please have a look at I've done this documentation page http://askbot.org/doc/mysql-to-postgres.htmlbefore and I think I've had success with this one (not 100% sure though): https://github.com/philipsoutham/py-mysql2pgsql

Not supported, instead please use database dump and restore facilities (e.g pg_dump)

However, Django has commands dumpdata and loaddata - these should work across different database backends.

If you are looking to convert a large MySQL database to PostgresQL - have a look at available tools: https://wiki.postgresql.org/wiki/Converting_from_other_Databases_to_PostgreSQL#Scripts.2C_programs

I've done this before and I think I've had success with this one (not 100% sure though): https://github.com/philipsoutham/py-mysql2pgsql