Älphä Blüë wrote: > I just finished installing postgres on my linux server. Going to do the > same on my windows environment and then begin some testing.
OK. Note that mySQL will also work for what you're talking about, but... > As far as > my current project goes, is there an easy method of changing mysql to > postgres with rails? I have a mid-size project and would hate to have > to recreate it from scratch.. Use your migrations and/or schema.rb to create the new DB, dump the data, load the data. Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

