开发者

Rails 2.3.2 and MySQL 5.5.x

开发者 https://www.devze.com 2023-03-16 07:33 出处:网络
I want to switch my 2.3.2 rails app from MySQL server 5.开发者_Go百科1.39 to newer MySQL 5.5.x version. Is there any possible risks? Is 2.3.2 Rails version compatible with MySQL server 5.5.x?

I want to switch my 2.3.2 rails app from MySQL server 5.开发者_Go百科1.39 to newer MySQL 5.5.x version. Is there any possible risks? Is 2.3.2 Rails version compatible with MySQL server 5.5.x?

Thank you!


To my knowledge, the abstraction between Rails and MySQL is clean enough that going from one 5.? version of MySQL to another 5.? version shouldn't cause you any trouble.

The only way to really find out is to upgrade your dev environment to MySQL 5.5 and run your tests.

Would also recommend you take the time to get up to the latest/greatest Rails 2.3 brach, which is 2.3.11.


I have done that, no worries just update.

Using three different versions for the same application on different boxes without any issues. I would still suggest taking backup of your database before going for such update.

regards

0

精彩评论

暂无评论...
验证码 换一张
取 消