Page 1 of 1
Backup the database
Posted: Sun Mar 14, 2021 12:27 pm
by OmarNaji1
Dear All,
I hope you all doing well and healthy.
I have a couple of question,
- How we can take a backup of the Nagios XI Database itself?
- Is Nagios XI backup include the Database also?
Best regards.
Re: Backup the database
Posted: Mon Mar 15, 2021 2:20 pm
by benjaminsmith
Hi
@OmarNaji1,
Thank you and hope everything is going well for you too.
That's right, the backup archive contains the database and everything else required to restore and migrate the XI server.
Backing Up And Restoring Your Nagios XI System
You can also use mysqldump to export just the database information. For example, to dump the
nagiosxi database, run the following.
Code: Select all
mysqldump -uroot -pnagiosxi nagiosxi > nagiosxi.sql
See:
Using mysqldump for Backups
Let me know if you have any other questions.
Benjamin
Re: Backup the database
Posted: Tue Mar 16, 2021 3:53 pm
by OmarNaji1
Thank you dear,
Please close this topic.
Re: Backup the database
Posted: Tue Mar 16, 2021 4:14 pm
by benjaminsmith
Thank you dear,
Please close this topic
You're welcome.
Thank you for using Nagios!