Ruby on Rails Tuesday, April 30, 2013

Tue, Apr 30, 2013 at 3:21 AM, <dil.takodil@gmail.com> wrote:
I saw some of the tutorials on how to migrate from sqlite to postgresql, but it is either for mac or it is for a new/fresh app. What if I already have an App with data sqlite in it. I am using rails 3.2.2 and windows 7. Anyone knows which is the best way to migrate sqlite to postgresql? Thanks

As far as I understood, you want to move your data from sqlite to postgres.... assuming you already created the db in postgres, maybe you can do a dump from sqlite and then use that dump in postgres
 

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment