Redhat 9 server, upgraded nagiosxi 2024R2.2.1 -> 2026R1.4. After that what im seeing is that local backups take twice the size, even thou nothing other changed than the nagiosxi version, local backups take now 20GB from 9.6GB. Is that normal behavior?
Also the same server and one other redhat 9 nagiosxi 2026R1.4 server (with only 6hosts on it) have in /var/log/php-fpm/www-error.log non-stop following lines coming in:
[29-Apr-2026 22:51:55 Europe/Countrynamehere] PHP Notice: DB is not connected in /usr/local/nagiosxi/html/includes/db.inc.php on line 530
[29-Apr-2026 22:51:55 Europe/Countrynamehere] PHP Notice: Call made to exec_sql_query() when DB handler does not exist
#0 exec_sql_query(nagiosxi, SELECT * FROM xi_options WHERE name='', ) called at [/usr/local/nagiosxi/html/includes/utils.inc.php:1293]
#1 get_option(url) called at [/usr/local/nagiosxi/html/includes/utils.inc.php:975]
#2 get_external_url() called at [/usr/local/nagiosxi/html/includes/utils.inc.php:1033]
#3 get_safe_url_host() called at [/usr/local/nagiosxi/html/includes/utils.inc.php:1115]
#4 get_base_uri(1) called at [/usr/local/nagiosxi/html/includes/utils.inc.php:966]
#5 get_base_url() called at [/usr/local/nagiosxi/html/includes/utils-dashlets.inc.php:0]
#6 get_dashlet_url_base(googlemapdashlet) called at [/usr/local/nagiosxi/html/includes/dashlets/googlemapdashlet/googlemapdashlet.inc.php:33]
#7 googlemap_dashlet_init() called at [/usr/local/nagiosxi/html/includes/dashlets/googlemapdashlet/googlemapdashlet.inc.php:9]
#8 include_once(/usr/local/nagiosxi/html/includes/dashlets/googlemapdashlet/googlemapdashlet.inc.php) called at [/usr/local/nagiosxi/html/includes/dashlets.inc.php:21]
#9 require_once(/usr/local/nagiosxi/html/includes/dashlets.inc.php) called at [/usr/local/nagiosxi/html/includes/common.inc.php:12]
#10 require_once(/usr/local/nagiosxi/html/includes/common.inc.php) called at [/usr/local/nagiosxi/html/api/v1/index.php:7]
in /usr/local/nagiosxi/html/includes/db.inc.php on line 652
Any idea whats that about?
Few minor issues after 2026R1.4 upgrade
Re: Few minor issues after 2026R1.4 upgrade
Hello @elinagios!
This seems very similar to something else I've seen more recently, just out of curiosity, do you still have the upgrade.log from when you upgraded this XI? That would be helpful for me to see if this is related to another issue we saw come up.
Thank you!
Ben
This seems very similar to something else I've seen more recently, just out of curiosity, do you still have the upgrade.log from when you upgraded this XI? That would be helpful for me to see if this is related to another issue we saw come up.
Thank you!
Ben
Re: Few minor issues after 2026R1.4 upgrade
The googlemapdashlet is obsolete and that is causing the errors.
Run this as root to get rid of it.
mv /usr/local/nagiosxi/html/includes/dashlets/googlemapdashlet /root
Then re-run the XI upgrade.
Run this as root to get rid of it.
mv /usr/local/nagiosxi/html/includes/dashlets/googlemapdashlet /root
Then re-run the XI upgrade.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Few minor issues after 2026R1.4 upgrade
Sadly the /usr/local/nagiosxi/tmp/upgrade.log is empty 
And what is intresting is that few days after the upgrade and the backups beeing 2x size, now few last days, the backup sizes are back to normal. No major changes done, maybe some service/host changes but thats regular stuff.
mv /usr/local/nagiosxi/html/includes/dashlets/googlemapdashlet /root
Then re-run the XI upgrade.
Is this something that is needed to be done at this point or this is just creating those errors in the php-error log and can be ignored and fixed when next nagiosxi release, 2026R1.4.1 or similar comes out and i upgrade to it?
And what is intresting is that few days after the upgrade and the backups beeing 2x size, now few last days, the backup sizes are back to normal. No major changes done, maybe some service/host changes but thats regular stuff.
mv /usr/local/nagiosxi/html/includes/dashlets/googlemapdashlet /root
Then re-run the XI upgrade.
Is this something that is needed to be done at this point or this is just creating those errors in the php-error log and can be ignored and fixed when next nagiosxi release, 2026R1.4.1 or similar comes out and i upgrade to it?
Re: Few minor issues after 2026R1.4 upgrade
Hello @elinagios,
Once you move the dashlet, it won't be there to cause the problem if that is indeed the problem, so the upgrade should work.
Once you move the dashlet, it won't be there to cause the problem if that is indeed the problem, so the upgrade should work.
Actively advancing awesome answers with ardent alliteration, aptly addressing all ambiguities. Amplify your acumen and avail our amicable assistance. Eagerly awaiting your astute assessments of our advice.
Re: Few minor issues after 2026R1.4 upgrade
Yes, but if its only generating errors in the php error log, then its not really an issue why rerun entire upgrade process. Wanted to know if it could cause any other issues that would demand rerunning the upgrade now.