Hi, i'm having some trouble backing up the database of my zabbix server, I'm trying to make an upgrade and before doing it i wanted to have everything backed up in case something goes wrong.
I'm currently running zabbix 5.0 and MySQL8.0, on a RockyLinux, the size of the database is almost 37GB, and i've been trying to make the bakcup using the "mysqldump" command to a remote server and after it finishes the result is a 12.5GB sql file, i do not find any error in mysql log (its empty).
I also tried making the backup from the workbench from my pc and it did the same, the result is a 12.5GB file, again without errors or anything.
command used -> "sudo mysqldump -u root -p --single-transaction zabbix > respaldo_mysql_zabbix.sql"
Here's the size of each column (dont know if could be important)

Another "problem" i saw, is that the database is growing too much, and i see the housekeeper process sometimes takes too much time, and after it seems that it doesnt realy delete information, so i read about partitioning the database.
Has anyone done it, or is there any "tutorial" because i couldnt find any
Thanks
Nahuel
I'm currently running zabbix 5.0 and MySQL8.0, on a RockyLinux, the size of the database is almost 37GB, and i've been trying to make the bakcup using the "mysqldump" command to a remote server and after it finishes the result is a 12.5GB sql file, i do not find any error in mysql log (its empty).
I also tried making the backup from the workbench from my pc and it did the same, the result is a 12.5GB file, again without errors or anything.
command used -> "sudo mysqldump -u root -p --single-transaction zabbix > respaldo_mysql_zabbix.sql"
Here's the size of each column (dont know if could be important)
Another "problem" i saw, is that the database is growing too much, and i see the housekeeper process sometimes takes too much time, and after it seems that it doesnt realy delete information, so i read about partitioning the database.
Has anyone done it, or is there any "tutorial" because i couldnt find any
Thanks
Nahuel
Comment