Is there any plan to update the MySQL 5.1.73 to a newer version?
I was told by the security folks that version 5.1.73 has reached end of support and there is no more patches available for it.
Please advice.
mySQL 5.1.73 End of Support
mySQL 5.1.73 End of Support
5 x Nagios 5.6.9 Enterprise Edition
RHEL 6 & 7
rrdcached & ramdisk optimisation
RHEL 6 & 7
rrdcached & ramdisk optimisation
-
avandemore
- Posts: 1597
- Joined: Tue Sep 27, 2016 4:57 pm
Re: mySQL 5.1.73 End of Support
Hi rajasegar,
MySQL 5.1 is still supported by Oracle to the best of my knowledge. If you have other documented sources, please let me know so we can address the issue. Also, newer versions of Nagios XI utilize MariaDB instead of MySQL.
MySQL 5.1 is still supported by Oracle to the best of my knowledge. If you have other documented sources, please let me know so we can address the issue. Also, newer versions of Nagios XI utilize MariaDB instead of MySQL.
Previous Nagios employee
-
dwhitfield
- Former Nagios Staff
- Posts: 4583
- Joined: Wed Sep 21, 2016 10:29 am
- Location: NoLo, Minneapolis, MN
- Contact:
Re: mySQL 5.1.73 End of Support
To clarify:
https://www.mysql.com/support/eol-notice.htmlDecember 4, 2013
MySQL 5.1 covered under Oracle Lifetime Sustaining Support
Per Oracle's Lifetime Support policy, as of December 31, 2013, MySQL 5.1 is covered under Oracle Sustaining Support.
Re: mySQL 5.1.73 End of Support
This clearly says pre-existing patches only which is the issue at hand.dwhitfield wrote:To clarify:
https://www.mysql.com/support/eol-notice.htmlDecember 4, 2013
MySQL 5.1 covered under Oracle Lifetime Sustaining Support
Per Oracle's Lifetime Support policy, as of December 31, 2013, MySQL 5.1 is covered under Oracle Sustaining Support.
How does moving to MariaDB help us when our DB is MySQL?
5 x Nagios 5.6.9 Enterprise Edition
RHEL 6 & 7
rrdcached & ramdisk optimisation
RHEL 6 & 7
rrdcached & ramdisk optimisation
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: mySQL 5.1.73 End of Support
MariaDB is a fork of MySQL so it's the same thing.
RHEL and CentOS 7 come with MariaDB instead of MySQL. Nagios XI supports both MySQL and MariaDB.
However Oracle Enterprise Linux 7 (which is a code clone of RHEL) does not allow MariaDB to be installed (because Oracle owns MySQL and they aren't going to promote a fork of their own product). On this OS you need to install MySQL Community Edition. [While Oracle Linux is not support by Nagios XI I am using it as an example].
If you wanted to move to a newer verison of MySQL you may need to install the community edition.
https://dev.mysql.com/doc/mysql-repo-ex ... -repo.html
RHEL and CentOS 7 come with MariaDB instead of MySQL. Nagios XI supports both MySQL and MariaDB.
However Oracle Enterprise Linux 7 (which is a code clone of RHEL) does not allow MariaDB to be installed (because Oracle owns MySQL and they aren't going to promote a fork of their own product). On this OS you need to install MySQL Community Edition. [While Oracle Linux is not support by Nagios XI I am using it as an example].
If you wanted to move to a newer verison of MySQL you may need to install the community edition.
https://dev.mysql.com/doc/mysql-repo-ex ... -repo.html
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: mySQL 5.1.73 End of Support
Thanks for the info.Box293 wrote:MariaDB is a fork of MySQL so it's the same thing.
RHEL and CentOS 7 come with MariaDB instead of MySQL. Nagios XI supports both MySQL and MariaDB.
However Oracle Enterprise Linux 7 (which is a code clone of RHEL) does not allow MariaDB to be installed (because Oracle owns MySQL and they aren't going to promote a fork of their own product). On this OS you need to install MySQL Community Edition. [While Oracle Linux is not support by Nagios XI I am using it as an example].
If you wanted to move to a newer verison of MySQL you may need to install the community edition.
https://dev.mysql.com/doc/mysql-repo-ex ... -repo.html
My issue is the security folks are harassing me about using MySQL version that has no further updates/patches available.
So I expect Nagios to advice how to address this problem?
We are using RHEL 6.5, 6.6 and one CentOS 7.0
5 x Nagios 5.6.9 Enterprise Edition
RHEL 6 & 7
rrdcached & ramdisk optimisation
RHEL 6 & 7
rrdcached & ramdisk optimisation
-
avandemore
- Posts: 1597
- Joined: Tue Sep 27, 2016 4:57 pm
Re: mySQL 5.1.73 End of Support
Pre-existing means basically security patches only until 2021. No new development on that branch.This clearly says pre-existing patches only which is the issue at hand.
How does moving to MariaDB help us when our DB is MySQL?
Previous Nagios employee
Re: mySQL 5.1.73 End of Support
Can you please point me to some documentary evidence on this. Thanks.avandemore wrote:Pre-existing means basically security patches only until 2021. No new development on that branch.This clearly says pre-existing patches only which is the issue at hand.
How does moving to MariaDB help us when our DB is MySQL?
5 x Nagios 5.6.9 Enterprise Edition
RHEL 6 & 7
rrdcached & ramdisk optimisation
RHEL 6 & 7
rrdcached & ramdisk optimisation
-
dwhitfield
- Former Nagios Staff
- Posts: 4583
- Joined: Wed Sep 21, 2016 10:29 am
- Location: NoLo, Minneapolis, MN
- Contact:
Re: mySQL 5.1.73 End of Support
5.1 is definitely supported (as is 5.0): https://www.mysql.com/support/supported ... abase.html. The reason you don't see any updates in MySQL is because there have been no published vulnerabilities found against it after the EOL date.
That said, you are running an OS version Oracle does not support. Red Hat does support the packages.
Is your signature correct, that this is a 5.2.9 Nagios XI install that we are talking about on all three of the OSes you mention? If so, can you upgrade to 5.3.0?
That said, you are running an OS version Oracle does not support. Red Hat does support the packages.
Is your signature correct, that this is a 5.2.9 Nagios XI install that we are talking about on all three of the OSes you mention? If so, can you upgrade to 5.3.0?
Re: mySQL 5.1.73 End of Support
Already upgraded 3 of our 4 instances.dwhitfield wrote:5.1 is definitely supported (as is 5.0): https://www.mysql.com/support/supported ... abase.html. The reason you don't see any updates in MySQL is because there have been no published vulnerabilities found against it after the EOL date.
That said, you are running an OS version Oracle does not support. Red Hat does support the packages.
Is your signature correct, that this is a 5.2.9 Nagios XI install that we are talking about on all three of the OSes you mention? If so, can you upgrade to 5.3.0?
Can you please advice where I can get more info on the above statement?Pre-existing means basically security patches only until 2021. No new development on that branch.
5 x Nagios 5.6.9 Enterprise Edition
RHEL 6 & 7
rrdcached & ramdisk optimisation
RHEL 6 & 7
rrdcached & ramdisk optimisation