(Note: data migration only available for Teampel Server of the same version.)
Database:
- Backup data:
Backup MySQL (Linux) database (for details, please refer to: How can I backup the data for MySQL and Teampel Server (Linux)?)
- Create database:
- #mysql -uroot -p
- my sql>CREATE DATABASE IF NOT EXISTS db_teampel CHARACTER SET utf8 COLLATE utf8_general_ci;
- Resotre data: #mysql -uroot -p --database db_teampel < /home/db_teampel _backup.sql
Files:
- Backup file data: copy [installation path]/bin/data
There is another migration solution for MySQL database, which is to completely copy MySQL database. This method is available for Windows and Linux.
(How to find [installation path]: On desktop, right click on "Teampel Server Startup" > "Properties" > "Open file location")
Profile:
- Backup profile (such as copying AD configuration): copy [installation path]/bin/GaaihoSvrSetting.xml
- If the account and password of the local Teampel database are different from that of the official server, you need to modify the account and password of Teampel.
- If you do not want to retain the licnese info, you need to clear the NetKey value (note: if two servers share the same NetKey and connect to the Internet at the same time, compatibility issues may occur after clearing).
[Modification]: open with Notepad to modify the content.
License file (teampel.license.ztl):
- Migrate license file: copy [installation location] /bin/ teampel.license.ztl (only for Pro Subscription users).