Site admin is succesfully converted from SQLite to PostgreSQL.
(For future reference, here are the steps I took:)
- Installed the ar fixures plugin
- Created a list of my models with a shell script
- Iterated over the models calling Model.dump_to_file
- Changed database config from sqlite to postgresql
- rake db:migrate
- Iterated over the models calling Model.load_from_file
