Hi everyone,
Need a help to solve the issue.
I upgrades zbx 5.4 to 6.0.13 and I did it in following steps
1. Got backup without history and trends but schema on 5.4
2. Fresh install of 6.0.13
3. Backup restore on Mariadb no issue or error
4. Migrated Mariadb to postgresql + timescaledb with no issue or error
zbx worked for about 1 day after each step 3 and 4. No changes like adding or modifying hosts, templates etc. were done during this time
Later on I found that newly added items like hosts, templates etc are not displayed if "Name" filter is used e.g for Configuration > Hosts, Configuration> templates. etc.
The filter shows empty even after updating names of existing hosts, however I was able to find altered host using old name
In database I found that there is a filed called "name_upper" e.g in table "hosts" and that field is not being populated while new item creating or not being updated after name change.
Manually altering the filed helps to get filter works.
What I've did wrong? is there any way to fix it without reinstalling all that stuff.
Regards,
Need a help to solve the issue.
I upgrades zbx 5.4 to 6.0.13 and I did it in following steps
1. Got backup without history and trends but schema on 5.4
2. Fresh install of 6.0.13
3. Backup restore on Mariadb no issue or error
4. Migrated Mariadb to postgresql + timescaledb with no issue or error
zbx worked for about 1 day after each step 3 and 4. No changes like adding or modifying hosts, templates etc. were done during this time
Later on I found that newly added items like hosts, templates etc are not displayed if "Name" filter is used e.g for Configuration > Hosts, Configuration> templates. etc.
The filter shows empty even after updating names of existing hosts, however I was able to find altered host using old name
In database I found that there is a filed called "name_upper" e.g in table "hosts" and that field is not being populated while new item creating or not being updated after name change.
Manually altering the filed helps to get filter works.
What I've did wrong? is there any way to fix it without reinstalling all that stuff.
Regards,
Comment