How to upgrade nagiosxi command line

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
hdurans
Posts: 27
Joined: Wed Nov 20, 2013 11:02 am

How to upgrade nagiosxi command line

Post by hdurans »

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,
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: How to upgrade nagiosxi command line

Post by benjaminsmith »

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.

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
Let us know if you have other questions.
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!
hdurans
Posts: 27
Joined: Wed Nov 20, 2013 11:02 am

Re: How to upgrade nagiosxi command line

Post by hdurans »

Thank you, for your help.

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/
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: How to upgrade nagiosxi command line

Post by ssax »

That's great to hear! Let us know when we're okay to lock this up and mark it as resolved.
Locked