MYSQL Upgrade
-
allenwallach
- Posts: 28
- Joined: Wed Jun 20, 2012 8:30 am
MYSQL Upgrade
Can you tell me what's involved to upgrade MYSQL to 5.1.49? Do we have to reinstall Nagios XI?
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: MYSQL Upgrade
Depending on what OS & version you are running, you likely just need to run
Code: Select all
yum update mysql-server-
allenwallach
- Posts: 28
- Joined: Wed Jun 20, 2012 8:30 am
Re: MYSQL Upgrade
We are running RedHat version 5.8 and 5.9 and MYSQL 5.0.95
Are there going to be any issues upgrading the MYSQL to version 5.1.69? Will we have to do anything with configuring the database?
Are there going to be any issues upgrading the MYSQL to version 5.1.69? Will we have to do anything with configuring the database?
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: MYSQL Upgrade
An upgrade should preserve your current settings. You should be okay upgrading, I personally recommend leaving all packages related to your Nagios installation where they are until one of our updates changes them. But there should be no issue here.