Database Upgrade procedure from 2.2 to 2.4 ends without error. But all filters definitions in LLD rules become empty.
It happens because table "item_condition" is not filled with necessary data.
SQL query from DBpatch_2030024
"select itemid,filter from items where filter<>'' and flags=1"
return no rows under Oracle DB.
After this no rows are inserted into "item_condition" table.
It happens because table "item_condition" is not filled with necessary data.
SQL query from DBpatch_2030024
"select itemid,filter from items where filter<>'' and flags=1"
return no rows under Oracle DB.
After this no rows are inserted into "item_condition" table.
Comment