Hello,
I installed TimescaleDB for existing PostgreSQL DB for better performance and to reduce disk size for Zabbix. Before I started I had 175GB of space for database. I installed TimescaleDB with manual it was ok, but after executing this command:
# cat /usr/share/zabbix-sql-scripts/postgresql/timescaledb.sql | sudo -u zabbix psql zabbix
it fills whole disk space after one hour to 250GB and crashed. So I increased disk size to 600GB and execute it again, during migration disk size increased to 350GB and then go down to 200GB. After that I started zabbix server and php services. After one day DB size is 205GB... What to do now? Why is the space bigger than before? Can anyone help me to troubleshoot this?
I am using Zabbix version: 6.4.13 and PostgreSQL 15.6.
Thank you,
Marek
I installed TimescaleDB for existing PostgreSQL DB for better performance and to reduce disk size for Zabbix. Before I started I had 175GB of space for database. I installed TimescaleDB with manual it was ok, but after executing this command:
# cat /usr/share/zabbix-sql-scripts/postgresql/timescaledb.sql | sudo -u zabbix psql zabbix
it fills whole disk space after one hour to 250GB and crashed. So I increased disk size to 600GB and execute it again, during migration disk size increased to 350GB and then go down to 200GB. After that I started zabbix server and php services. After one day DB size is 205GB... What to do now? Why is the space bigger than before? Can anyone help me to troubleshoot this?
I am using Zabbix version: 6.4.13 and PostgreSQL 15.6.
Thank you,
Marek
All I can say is "something is wrong.. :P ". I don't think I am enough of a specialist here to tell you to check here and there or run some queries..
Comment