How do you transfer user accounts to a new server without migrating the entire legacy database?
A - What is the fastest or best way to export the users/groups from and old Zabbix 2.2 server on mysql5 -- and transfer them to a new server running on mysql5?
--> Can one just dump the Users and Groups DB Tables, export them to a .sql file, then import each .sql file into the Users and the Groups tables, respectively?
B -- Is there an easier or faster way?
--> I do not want to export/import the whole legacy database, am starting fresh on a separate, new server, just want to add most of the Administrative settings.
C -- Is there any documentation or a script for this?
Molte Grazie!
NOTE -- My research so far has not turned up any clear documentation nor examples, of just transferring the key users and administrative configuration settings. I would be glad to document the steps at a high-level for the benefit of others in a similar situation
A - What is the fastest or best way to export the users/groups from and old Zabbix 2.2 server on mysql5 -- and transfer them to a new server running on mysql5?
--> Can one just dump the Users and Groups DB Tables, export them to a .sql file, then import each .sql file into the Users and the Groups tables, respectively?
B -- Is there an easier or faster way?
--> I do not want to export/import the whole legacy database, am starting fresh on a separate, new server, just want to add most of the Administrative settings.
C -- Is there any documentation or a script for this?
Molte Grazie!
NOTE -- My research so far has not turned up any clear documentation nor examples, of just transferring the key users and administrative configuration settings. I would be glad to document the steps at a high-level for the benefit of others in a similar situation
Comment