The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
Planet Argon on migration between MySQL to PostgreSQL

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Jeremy Voorhis

Posts: 212
Nickname: jvoorhis
Registered: Oct, 2005

Jeremy Voorhis is a Rubyist in northeast Ohio.
Planet Argon on migration between MySQL to PostgreSQL Posted: Oct 29, 2005 5:18 PM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Jeremy Voorhis.
Original Post: Planet Argon on migration between MySQL to PostgreSQL
Feed Title: JVoorhis
Feed URL: http://feeds.feedburner.com/jvoorhis
Feed Description: JVoorhis is a Rubyist in northeast Ohio. He rambles about Ruby on Rails, development practices, other frameworks such as Django, and on other days he is just full of snark.
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Jeremy Voorhis
Latest Posts From JVoorhis

Advertisement

My parter in crime just posted an article explaining how he migrated a production database from MySQL to PostgreSQL with a 15-line Rake task + RailsFS. RailsFS serializes each record from MySQL as YAML, which the rake task is then able to iterate over and load into the new PostgreSQL structure.

If you are interested in converting a MySQL database to PostgreSQL for an app of any sort, I recommend you talk to Planet Argon for a clean transition.

Read: Planet Argon on migration between MySQL to PostgreSQL

Topic: Test VS Behavior Previous Topic   Next Topic Topic: Mouse Droppings

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use