This was addressed in Telegram, let's copy this info here:
execute manually the following statements:
ALTER TABLE alarms ADD rule_description varchar(255);
(may file if alter was already done by nxdbmgr and didn't rolled back - that's ok then
UPDATE metadata SET var_value='17' WHERE var_name='SchemaVersionMinor';
server should start after that
execute manually the following statements:
ALTER TABLE alarms ADD rule_description varchar(255);
(may file if alter was already done by nxdbmgr and didn't rolled back - that's ok then
UPDATE metadata SET var_value='17' WHERE var_name='SchemaVersionMinor';
server should start after that