hi, I am upgrading our zabbix servers from zabbix 6.04, pgsql 14 and timescaledb 2.6 to zabbix 7, pgsql 16 and timescaledb 2.15
I finished upgrade at a zabbix that have a small db and It is done quickly. but our prod env has 75GB database and it's taking very long time at applying schema sql.
my question is;
Is it neccesary to apply schema.sq at 6. step in below procedure? or do tou have any suggestion for better perofrmance
my procedure is below.
1. upgrade postgresql14 timescaledb from 2.06 to 2.15
3. upgrade zabbix to 6.4 and 7.03 in order. and start with "AllowUnsupportedDBVersions=1" parameter
4. install postgresql16 and timescaledb 2.15 on same machine
5. migrate old db to v16
6. apply schema.sql
7. start zabbix server
I finished upgrade at a zabbix that have a small db and It is done quickly. but our prod env has 75GB database and it's taking very long time at applying schema sql.
my question is;
Is it neccesary to apply schema.sq at 6. step in below procedure? or do tou have any suggestion for better perofrmance
my procedure is below.
1. upgrade postgresql14 timescaledb from 2.06 to 2.15
3. upgrade zabbix to 6.4 and 7.03 in order. and start with "AllowUnsupportedDBVersions=1" parameter
4. install postgresql16 and timescaledb 2.15 on same machine
5. migrate old db to v16
6. apply schema.sql
7. start zabbix server
Comment