Looks like nxdbmgr crashes during schema update. Could you please provide result of query
SELECT id,link_styling_script,filter FROM network_maps WHERE link_styling_script <> '' OR filter <> '';
(maybe you'll need to change condition, I'm not sure it is correct for MariaDB, but idea is to get all records where one of those fields is not empty).
Best regards,
Victor
SELECT id,link_styling_script,filter FROM network_maps WHERE link_styling_script <> '' OR filter <> '';
(maybe you'll need to change condition, I'm not sure it is correct for MariaDB, but idea is to get all records where one of those fields is not empty).
Best regards,
Victor
