سؤال

I elaborate. I have a Django app that uses MySQL. I wanted to upgrade MySQL from 5.1 to 5.5, but my Ubuntu version is 10.04 and I have heard that I need version 12.04 to install MySQL 5.5. Therefore, I need first to upgrade Ubuntu and then upgrade MySQL, right? Now my question:

Can I have any problem in my Django app (conflicts, code incompatibilities...) if I upgrade Ubuntu? I guess not, but I need to be sure before I break the app.

Thanks!

هل كانت مفيدة؟

المحلول

There will not issue.
Just make sure you are having same python version at new Ubuntu as you were having previous.
And also i will suggest you to update Ubuntu at most latest version and as i know 12.04 is not latest one.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top