Hi,
does enyone use the mysqldump utility to migrate all the configuration data from one installation to another?
On old server - run mysqldump to a file file.dump
Copy the file to another server.
On new zabbix server run mysql -u<user> -p<pswd> zabbix < file.dump
Via this way, it is possible to migrate also the maps with images, so it can reduce the time of full migration.
If anyone use it (migrate from older version to newer), please gimme any response, if it is fully working way and no problems can occure.
thanks
does enyone use the mysqldump utility to migrate all the configuration data from one installation to another?
On old server - run mysqldump to a file file.dump
Copy the file to another server.
On new zabbix server run mysql -u<user> -p<pswd> zabbix < file.dump
Via this way, it is possible to migrate also the maps with images, so it can reduce the time of full migration.
If anyone use it (migrate from older version to newer), please gimme any response, if it is fully working way and no problems can occure.
thanks
Comment