You can perform a complete backup or a restore of all confixx data with the confixx scripts backup.pl/restore.pl and transfer them to a new server.
Important you need the same confixx version on both servers otherwise the restore is guaranteed to fail due to different tables in mysql
# ./backup.pl –dump migration.tgz -dbg
2. Transfer the backed up files to the target server with scp use the following command (please change the IP to your target server) make sure you have enough space on the /root partition or change the path
# scp migration.tgz.a* root@213.99.99.99:/root
3. Start the restore process and create the map file. Warning only use -–clean on a fresh install otherwise you will delete you database and your webs. Issue the following command
# ./restore.pl –mapping –dump migration.tgz –map restore.txt –clean –debug
4. Edit the file restore.txt and make you changes check the following link
5. Now you can start the restore
# ./restore.pl –restore –dump migration.tgz –map restore.txt –clean –debug
PS: you must register confixx with a valid key before you can begin the restore