I'm having an issue after partitioning my Postgresql database.
I used this guide to partition the data.
After partitioning and creating a cronjob to drop the history tables that are 7 days old and trends after 12 months old, I only get the last days worth of data.
I am on ubuntu using zabbix 3.0.1 originally installed with 3.0
PostgreSQL version is 9.3.11
I used this guide to partition the data.
After partitioning and creating a cronjob to drop the history tables that are 7 days old and trends after 12 months old, I only get the last days worth of data.
I am on ubuntu using zabbix 3.0.1 originally installed with 3.0
PostgreSQL version is 9.3.11
Comment