Hi,
This change doesn't seem like something that should break anything, it's just :
ALTER TABLE `bgpPeers` CHANGE `bgpPeerRemoteAs` `bgpPeerRemoteAs` INT(11) UNSIGNED NOT NULL;
ALTER TABLE `devices` CHANGE `bgpLocalAs` `bgpLocalAs` INT(11) UNSIGNED NULL DEFAULT NULL;
Though you are trying to update from something from 2014 or earlier...
If you verify that these changes are already made to the database (or make them manually), you can increment the dbSchema entry to 167 in the observium_attribs table (or wherever it is at that version in time, since it has moved a few times).
adam.
------ Original Message ------
Sent: 2018-06-13 14:41:06
Subject: [Observium] Observium Upgrade process stuck
Hello Guys,
I'm trying to upgrade (for a second time now) the Observium Community Edition server 14.2 to latest and the progress get stuck on the following for nearly 8 hours now.
Followed those instructions:
Is there something that can be done here?
Should we try to upgrade one version in a time (even if its possible)?