fousa tag

Current tag: tag

2010

10 MAR

Heroku db:push problem // 1 comment

When migrating my application to Rails 3 I ran into some small issues concerning my database. A normal db:migrate gave me a hard time so I dumped my remote database locally and corrected the errors. But then I ran into some more issues... PROBLEM I wanted to push my local database to the Heroku DB system but I ran into some small problems....

8 FEB

Convert MySQL DB to PostgreSQL DB

When I was converting my blog to the heroku, I decided to convert my local database from MySQL to PostgreSQL. This for developing purposes because it's a bad practice to have 2 different systems in development and production. This is my current setup: 1 local MySQL database with my production dump in it. A new PostgreSQL database that is up a...

13 JAN

Migrating MySQL to PostreSQL // 4 comments

I never thought I had to do this but I'm migrating my MySQL database to PostgreSQL for my Rails application! The reason why is that I want to use the same type of database in development as in production. The reason for using PostgreSQL as a production DB is thanks to Heroku. This is a great hosting company! I had a few problems while migr...

go to the top ↑ ← back to the blog