2011R3.3 Upgrade script - MySQL issue

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
gwakem
Posts: 238
Joined: Mon Jan 23, 2012 2:02 pm
Location: Asheville, NC

2011R3.3 Upgrade script - MySQL issue

Post by gwakem »

All,

We had planned on doing the upgrade to 3.3 tonight, but in checking the install scripts, it appears that the database upgrade is still only checking mysql on localhost and not checking to see if the DB has been offloaded to a separate host

fullinstall: line 146, 148, 156, etc.

Can you confirm this is intended?
--
Griffin Wakem
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: 2011R3.3 Upgrade script - MySQL issue

Post by mguthrie »

The fullinstall script isn't run for an upgrade. The fullinstall script assumes/requires localhost on a clean system for initial setup. We've been testing the tarballs against a system with RAM disks implemented as well as an offloaded mysql install, so I don't think there should be an issue. I'll re-run the 3.3 upgrade on the test box once more though just to double check.
User avatar
gwakem
Posts: 238
Joined: Mon Jan 23, 2012 2:02 pm
Location: Asheville, NC

Re: 2011R3.3 Upgrade script - MySQL issue

Post by gwakem »

/facepalm... I knew that... but I just got back from a week and a half vacation in Florida so Im still not firing on all cylinders. Thanks for reminding me.. Ill check out the upgrade script. ./SIGH
--
Griffin Wakem
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: 2011R3.3 Upgrade script - MySQL issue

Post by mguthrie »

No worries ;)

Just ran the upgrade script on my offloaded install, didn't see any problems.
Locked