Hi
I have just partitioned my history and trends tables, and because there are very large, I have
Stopped the zabbix server
renamed the tables in mysql
create the history and trends tables with partitions
started zabbix server again
Exported the data from history and trends tables with mysqldump
imported the data to the history and trends tables with mysql -uzabbix -p zabbixdb < history.sql
The partitions are working and the data is imported again, but I cannot see the data in the graphs for any items now

Do I have to do anything to get the data view able again in Zabbix?
Cheers
Lars
Denmark
I have just partitioned my history and trends tables, and because there are very large, I have
Stopped the zabbix server
renamed the tables in mysql
create the history and trends tables with partitions
started zabbix server again
Exported the data from history and trends tables with mysqldump
imported the data to the history and trends tables with mysql -uzabbix -p zabbixdb < history.sql
The partitions are working and the data is imported again, but I cannot see the data in the graphs for any items now
Do I have to do anything to get the data view able again in Zabbix?
Cheers
Lars
Denmark
Comment