404 - Page Not Found

The page that you are looking for could not be found. I recently switched to a new content management platform so some of the old links no longer work. Below are the search results based on the link that you clicked on.

Migrating MySQL data to PostgreSQL

I just finished posting a new article about migrating a django application database from MySQL to PostgreSQL. This article is very technical and only covers the actual migration steps (i.e. does not explain why I made the move). Check it out if you are interested or curious.

Migrating MySQL data to PostgreSQL

Migrating MySQL data to PostgreSQL

Migrating databases can be a challenging task. I have recently had the need to move data from a MySQL database to PostgreSQL with some unique twists. I figured out a good approach to it and wanted to get it documented in case if someone ends up in a similar situation.