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.
Backup the database
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: Backup the database
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.
See: Using mysqldump for Backups
Let me know if you have any other questions.
Benjamin
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
Let me know if you have any other questions.
Benjamin
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: Backup the database
Thank you dear,
Please close this topic.
Please close this topic.
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: Backup the database
You're welcome.Thank you dear,
Please close this topic
Thank you for using Nagios!
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!