I have full access to both databases, but clearly a MySQL dump file isn't going to import cleanly into Postgres. Are there any good step-by-steps for migrating from MySQL to Postgres?
I have full access to both databases, but clearly a MySQL dump file isn't going to import cleanly into Postgres. Are there any good step-by-steps for migrating from MySQL to Postgres?
There are a few MySQL -> PostgreSQL migration resources linked from the PostgreSQL wiki. I've never tried migration with Redmine though.
PostgreSQL 8.2 is quite old now, is it provided by a hosting provider, or can you use a more recent version?
I've used SQL::Translator to do mysql to postgres conversions in the past. Worked pretty well for me.