Hello,
I want to copy my entire Zabbix configuration (templates, groups, users, permissions, history, etc) from one Zabbix server to another.
A bit more detail: We have one production Zabbix server which the database seems to be growing too quick. We will try partitioning the tables but we want to do this first in environment test. So we need to replicate the production zabbix server to test zabbix server.
Here the things we have tried, but without success:
Thank you.
I want to copy my entire Zabbix configuration (templates, groups, users, permissions, history, etc) from one Zabbix server to another.
A bit more detail: We have one production Zabbix server which the database seems to be growing too quick. We will try partitioning the tables but we want to do this first in environment test. So we need to replicate the production zabbix server to test zabbix server.
Here the things we have tried, but without success:
- dump my database and then recover to empty database (DB schema created): ibd files didn't appear
- rsync my zabbix in /var/lib/mysql/ to my other server: when I tried to select any table I get "Empty set"
Thank you.
Comment