Rails migration from one server to another

Anyone knows of a place were I can find how to migrate an already
production rails setup to another one?

Thanks.

If you’re using Capistrano, just update the deploy.rb settings.

[email protected]
escribió:> If you’re using Capistrano, just update the deploy.rb settings.

Hi thanks for your response…
no I am not. but I notes everything is the same…
so I was wondering can I just copy the whole content and change the
config/ files and the db settings to point to my new db as well?

thanks.

but I notes everything is the same…
so I was wondering can I just copy the whole content and change the
config/ files and the db settings to point to my new db as well?

Yes you can. Just remember to copy over your database contents as well
though.

  • Niels.