Search found 1 match

by smeadows
Mon Sep 08, 2025 2:15 pm
Forum: Nagios XI
Topic: Upgrade from 2024R2.1 to 2024R2.2 Issue
Replies: 9
Views: 17412

Re: Upgrade from 2024R2.1 to 2024R2.2 Issue

I had the same issue, and this worked for me:

cd /tmp/nagiosxi
chown root:root /tmp
chmod 1777 /tmp
bash -x ./upgrade

Previous upgrades we ran "sh ./upgrade" but that wasn't working this time. The command "bash -x ./upgrade" worked after fixing the permissions.