Hello LOG support
How to migrate Nagios LOG from CentOS6.9 (Nagios template VM, extended disk)
to the new CentOS 7 VM?
- we have a lot of indexes to move over, many hundreds of GBs
Thank you
How to Migrate LOG from CentOS6 to 7
Re: How to Migrate LOG from CentOS6 to 7
I believe you could do a backup and restore to move your data to the newer OS.
Run this command to see if which backups are currently on the server.
If there is not a backup, or you would like to make a more current one, you can run the following script to create one.
Once it has been created, you could copy it directly from one server to the other with scp.
Then run the restore backup script on the new server.
See the documentation linked below for more detailed instructions on performing backup and restore on Nagios Log Server.
BACKUP AND RESTORE ON NAGIOS LOG SERVER
Run this command to see if which backups are currently on the server.
Code: Select all
ls /store/backups/nagioslogserverCode: Select all
/usr/local/nagioslogserver/scripts/create_backup.shCode: Select all
cd /store/backups/nagioslogserver/
scp <backup name> <username>@<new server IP>:/store/backups/nagioslogserver/.Code: Select all
/usr/local/nagioslogserver/scripts/restore_backup.sh <backup name>BACKUP AND RESTORE ON NAGIOS LOG SERVER
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!