This is a cache of https://support.nagios.com/kb/article/xi-5-10-0-and-newer-postgress-to-mysql-conversion-560.html. It is a snapshot of the page at 2025-05-14T00:09:59.349+0000.
<strong>xi</strong> 5.10.0 and newer Postgress to MySQL Conversion
Home » Categories » Multiple Categories

xi 5.10.0 and newer Postgress to MySQL Conversion

The Nagios xi default database changed from PostgreSQL to MySQL, since the initial release of xi 5.  If you see a notice after upgrading xi on your server to version 5.10.0, or later, to convert your PostgreSQL database to MySQL, it means you are still on PostgreSQL (maybe due to original installation being pre - xi 5).


The following process will guide you through a successful migration of the PostgreSQL database to the MYSQL database. Please note to only run this script on your xi 5.10.x or xi 5.11.x installation. Please make sure you have upgraded to one of those versions first, before proceeding.
 

Make sure to back up your xi instance first, using this document: https://assets.nagios.com/downloads/nagiosxi/docs/Backing-Up-And-Restoring-Nagios-xi.pdf
 

Open a root ssh session to the Nagios server and look in the /etc/my.cnf file or the /etc/my.cnf.d/mysql-server.cnf file (your server will have one or the other) for the following option:

max_allowed_packet=256M

If it is not defined, then under this section

[mysqld]
Add this
max_allowed_packet=256M

Save the change and run this command to restart the MYSQL or MariaDB database.

systemctl restart mariadb || systemctl restart mysqld

Change the directory:

cd /usr/local/nagiosxi/scripts/pg2mysql/


Run this to download the conversion script.
wget https://assets.nagios.com/downloads/support/convert_mod.zip

Unzip the downloaded file by running this command:
unzip convert_mod.zip

Then run the following command to convert the nagiosxi database from PostgreSQL to MYSQL and setup the server to point to the database in MYSQL.

In the command to perform the conversion, it uses nagiosxi as the root password for the mysql database, if it was changed on your server, use your password instead of this example.

Run this command to set the script executable.
chmod a+x convert_mod.php


Then run this command to perform the conversion.

./convert_mod.php localhost root nagiosxi

After the script has finished, you can log back in to the xi interface and make sure everything is working correctly.



Special Offer For Knowledgebase Visitors! Get a huge discount on Nagios Log Server by clicking below.

Get 60% Off Nagios Log Server!

Did you know? Nagios provides complete monitoring of: Windows, Linux, UNIX, Servers, Websites, SNMP, DHCP, DNS, Email, Storage, Files, Apache, IIS, EC2, and more!

1.67 (3)
Article Rating (3 Votes)
Rate this article
  • Icon PDFExport to PDF
  • Icon MS-WordExport to MS Word
Attachments Attachments
There are no attachments for this article.
Related Articles RSS Feed
Nagios xi - Two Factor Authentication
Viewed 8917 times since Tue, Apr 10, 2018
PHP 7.2 to 7.4 Upgrade Instructions for CentOS Stream 8
Viewed 5434 times since Wed, Feb 2, 2022
Nagios xi - Understanding The User Macros Component
Viewed 4699 times since Fri, Apr 28, 2017
Nagios xi - Configuring SSL for Nagios xi
Viewed 13095 times since Wed, Jan 27, 2016
Nagios xi - Creating Nagios xi Wizards
Viewed 16967 times since Tue, Feb 3, 2015
Nagios xi - Log Locations and Descriptions
Viewed 10749 times since Thu, Jan 28, 2016
Nagios xi - Integrating On-Call Schedules with Nagios - NWC13
Viewed 6454 times since Tue, Feb 9, 2016
Nagios xi - Distributed Monitoring With NRDP
Viewed 7106 times since Thu, Aug 17, 2017
Nagios xi - Upgrading To PHP 7
Viewed 18835 times since Tue, Oct 22, 2019
Nagios xi - Enabling Memcached Support
Viewed 6197 times since Wed, Jan 27, 2016