Updated to revision 7434.
___ _ _
/ _ \ | |__ ___ ___ _ __ __ __(_) _ _ _ __ ___
| | | || '_ \ / __| / _ \| '__|\ \ / /| || | | || '_ ` _ \
| |_| || |_) |\__ \| __/| | \ V / | || |_| || | | | | |
\___/ |_.__/ |___/ \___||_| \_/ |_| \__,_||_| |_| |_|
Observium Professional 0.16.1.7434
-- Updating database/file schema
260 -> 261 ... (db) done (5 errors).
261 -> 262 ... (php)
-- Done.
# cat logs/update-errors.log
[2016/01/07 17:53:33 -0200] discovery.php(20049): ====== Schema update 260 -> 261 ==============
[2016/01/07 17:53:33 -0200] discovery.php(20049): Query: ALTER TABLE `pseudowires` DROP `pwMplsPeerLdpID`;
[2016/01/07 17:53:33 -0200] discovery.php(20049): Error: (1091) Can't DROP 'pwMplsPeerLdpID'; check that column/key exists
[2016/01/07 17:53:33 -0200] discovery.php(20049): Query: ALTER TABLE `pseudowires` ADD `pwOutboundLabel` INT(11) UNSIGNED NOT NULL AFTER `pwID`, ADD `pwInboundLabel` INT(11) UNSIGNED NOT NULL AFTER `pwOutboundLabel`;
[2016/01/07 17:53:33 -0200] discovery.php(20049): Error: (1060) Duplicate column name 'pwOutboundLabel'
[2016/01/07 17:53:33 -0200] discovery.php(20049): Query: ALTER TABLE `pseudowires` ADD `pwRowStatus` VARCHAR(16) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '' AFTER `pwRemoteIfString`;
[2016/01/07 17:53:33 -0200] discovery.php(20049): Error: (1060) Duplicate column name 'pwRowStatus'
[2016/01/07 17:53:33 -0200] discovery.php(20049): Query: ALTER TABLE `pseudowires` ADD INDEX `row_status` (`device_id`, `pwRowStatus`);
[2016/01/07 17:53:33 -0200] discovery.php(20049): Error: (1061) Duplicate key name 'row_status'
[2016/01/07 17:53:33 -0200] discovery.php(20049): Query: CREATE TABLE `pseudowires-state` ( `pseudowire_id` INT(11) UNSIGNED NOT NULL , `pwOperStatus` VARCHAR(16) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL , `pwLocalStatus` VARCHAR(16) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL , `pwRemoteStatus` VARCHAR(16) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL , `pwUptime` INT(11) UNSIGNED NOT NULL , `event` ENUM('ok','warning','alert','ignore') NOT NULL , `last_change` INT(11) UNSIGNED NOT NULL , PRIMARY KEY (`pseudowire_id`)) ENGINE = InnoDB CHARACTER SET utf8 COLLATE utf8_general_ci;
[2016/01/07 17:53:33 -0200] discovery.php(20049): Error: (1050) Table 'pseudowires-state' already exists
--