Yes, there was a failed upgrade in the past. Currently running 5.3.3, see attached upgrade log.
Manage Users page SQL error
Re: Manage Users page SQL error
You do not have the required permissions to view the files attached to this post.
Nagios XI 2024R2.2.1 (8 Servers)
Nagios Fusion 2024R1.0.2
Nagios Fusion 2024R1.0.2
Re: Manage Users page SQL error
Thanks for the upgrade.log files, it didn't show any errors from before.
Lets add the missing tables to the postgress database manually but make a full backup of the server in case something doesn't work
Follow this procedure by logging in to the server as root.
Make sure you delete the /tmp/nagiosxi/ directory and any old “tar.gz” files the exist. You can do this by running the following command:
Next, download the latest stable release to the /tmp/ directory on the Nagios XI server. To download run the following command:
Unpack the updated tarball you just downloaded.
Then run the following to add the missing tabled to the Postgress database.
psql nagiosxi nagiosxi -f /tmp/nagiosxi/nagiosxi/nagiosxi-db/mods/pgsql/schema_01.sql
After this, lets restart the nagios and apache processes by running
Login to the XI GUI and see if the error is gone now.
Lets add the missing tables to the postgress database manually but make a full backup of the server in case something doesn't work
Follow this procedure by logging in to the server as root.
Code: Select all
cd /tmpCode: Select all
rm -rf nagiosxi xi*.tar.gzCode: Select all
wget http://assets.nagios.com/downloads/nagiosxi/xi-latest.tar.gzCode: Select all
tar xzf xi-latest.tar.gzpsql nagiosxi nagiosxi -f /tmp/nagiosxi/nagiosxi/nagiosxi-db/mods/pgsql/schema_01.sql
After this, lets restart the nagios and apache processes by running
Code: Select all
service httpd restart
service nagios restartBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: Manage Users page SQL error
That did the trick. Thank you for your assistance.
Nagios XI 2024R2.2.1 (8 Servers)
Nagios Fusion 2024R1.0.2
Nagios Fusion 2024R1.0.2
Re: Manage Users page SQL error
Your welcome. If you don't have any other questions, shall I close the post as solved?
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Manage Users page SQL error
Issue appears to be resolved.tgriep wrote:Your welcome. If you don't have any other questions, shall I close the post as solved?
Nagios XI 2024R2.2.1 (8 Servers)
Nagios Fusion 2024R1.0.2
Nagios Fusion 2024R1.0.2