Backup all user and groups

hello all

how can make un full backup of user and groups for change to other server? and how can restore en other server?

thx

you need to be way more speciffic. What server OS (new and old)? What database (embedded or standard)? Version of openfire on servers? etc.

the server are exactly, CentOs : CENTOS 5.3 x86_64 standard,

Databse Info:

Información de la conexión a la base de datos.
Base de Datos y Versión:
MySQL 4.1.22-standard
Driver JDBC:
MySQL-AB JDBC Driver
Versión del Driver JDBC:
mysql-connector-java-5.0.8 ( Revision: ${svn.Revision} )
URL de conexión a la BD:
jdbc:mysql://localhost:3306/openfire
Usuario de la BD:
root@localhost
Soporte para Transacciones:
Yes
Nivel de Aislamiento de las Transacciones:
TRANSACTION_REPEATABLE_READ
Soporta múltiple conexiones
abiertas a la vez:
Yes
En modo solo lectura:
No

version , in both is Openfire 3.6.2.

then all you should need to do is run a mysql backup, move the resulting sql file to the new server and run a restore. If you need to get the MySQL GUI Tools. Makes the process a little easier. With the tools depending on the security of MySQL you could do the backup and restore from a remote pc running any OS.

hello

ok, i will try