Hi,
I have a question about to upgrade nagiosxi this is the actual version: 5.8.3 and I need to upgrade to 5.8.7 and the nagios have the database offsite,
which is the best form to upgrade the nagiosxi to version 5.8.7?
Thanks,
How to upgrade nagiosxi command line
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: How to upgrade nagiosxi command line
Hi,
The upgrade script will use the offloaded credentials for the database, so the process is the same. Take a full backup or VM snapshot, log into the system as root, and run the following commands to upgrade.
Let us know if you have other questions.
Regards, Benjamin
References:
Nagios XI Upgrade Instructions
Backing Up And Restoring Your Nagios XI System
The upgrade script will use the offloaded credentials for the database, so the process is the same. Take a full backup or VM snapshot, log into the system as root, and run the following commands to upgrade.
Code: Select all
cd /tmp
rm -rf nagiosxi xi*.tar.gz
wget http://assets.nagios.com/downloads/nagiosxi/xi-latest.tar.gz
tar xzf xi-latest.tar.gz
cd nagiosxi
./upgrade
Regards, Benjamin
References:
Nagios XI Upgrade Instructions
Backing Up And Restoring Your Nagios XI System
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: How to upgrade nagiosxi command line
Thank you, for your help.
I do your recommendations and works fine.
I do your recommendations and works fine.
Total Warnings: 0
Total Errors: 0
Things look okay - No serious problems were detected during the pre-flight check
> Return Code: 0
--------------------------------------
Nagios XI Upgrade Complete!
---------------------------
You can access the Nagios XI web interface by visiting:
http://XXX.XXX.XXX.XXX/nagiosxi/
Re: How to upgrade nagiosxi command line
That's great to hear! Let us know when we're okay to lock this up and mark it as resolved.