Hi Keith,
First of all, thanks for your answer.
We dont understand your "phrase". Do you mean that we have a maximum of 24 months from when we start the migration until we complete it?
kfanselow wrote:You will need to make the upgrade in a series of steps. The general guidance is to make steps within a 24 month window of time but there are a couple of places where you might want to be deliberate about how you proceed.
In any case, to clarify, please review the following planning based on your proposal.
1) First of all, build fresh Centos 7 VM and install 5.4.13 NagiosXI versión from this link:
https://assets.nagios.com/downloads/nag ... .13.tar.gz
2) Then, make a backup of our present NagiosXI "appliance" as explained in the following document:
https://assets.nagios.com/downloads/nag ... ing_XI.pdf
3) Before restore in the new NagiosXI VM, we need to disable email notifications. Do you thinks it will get stopping postfix service or better from NagiosXI web interface?
4) Now, we will restore the backup in the new VM with a command like this:
/usr/local/nagiosxi/scripts/restore_xi.sh /store/backups/nagiosxi/1279411912.tar.gz
5) Also will make repairs:
cd /tmp/
wget
https://assets.nagios.com/downloads/nag ... _repair.sh
chmod +x restore_repair.sh
./restore_repair.sh
At this point the Nagios configuration would be migrated.
6) Then, make a "Manual Download" and upgrade to 5.6.14 version as explained in the document
https://assets.nagios.com/downloads/nag ... ctions.pdf
cd /tmp
rm -rf nagiosxi xi*.tar.gz
wget
https://assets.nagios.com/downloads/nag ... .14.tar.gz
tar xzf xi-5.6.14.tar.gz
cd nagiosxi
./upgrade
We will verify the upgrade accessing to NagiosXI web interface.
7) And again will upgrade to the latest version with:
cd /tmp
rm -rf nagiosxi xi*.tar.gz
wget
http://assets.nagios.com/downloads/nagi ... est.tar.gz
tar xzf xi-latest.tar.gz
cd nagiosxi
./upgrade
Verifying again...
8) Al this point NagiosXI and his componentes would be up to date, then we need to install/configure 3rd party plugins, right?
9) Should we migrate the rrd graphic files at this time? How can we do it? copying rrd files from old to new NagiosXI host?
10) Finally, need to change ip address from old NagiosXI "appliance" to new NagiosXI VM and enable email notifications, correct?.
Do you think I left something?
Best Regards.
Sergio.