On 17 November 2015 at 12:20, prashant sirohi <[email protected]> wrote: > Hi ,i am a newbie in rails and i have recently got a task on my job to > migrate the old data from a php website to new rails website.php website > data is in mysql and rails data is in postgres,i cannot find a way in which > i can transport the whole data from php to rails provided that there are > some extra fields and tables being added in rails database also the field > names are different in both tables.
First are you sure you need to do this? Rails will support mysql as well as postgres. Assuming you do need to do it then I suggest googling for move database from mysql to postgres which should get you going. Colin -- 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 [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLvCq%2BmJR1we7u4sUfmxki9A%3D0eTE_n3sqLNojauaZOxNA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

