What should I do if I lose the file list after installing the update package for Teampel Server (Linux)?
- Make sure that the upgrade process is correct. If you delete the Teampel Server installation directory and then extract the Teampel Server update package, you will lose the existing profile and the ./bin/data folder.
Upgrade process for Teampel Server Linux:
- In the command window, type: ./service.sh stop // Stop Teampel Server;
- Extract the Teampel Server update package to the original Teampel Server installation directory;
- In the command window, type: ./service.sh start // Start Teampel Server.
- Make sure if ./bin/data still exists. If not, try the following solutions;
- Reset database
Step 1 In the command window, enter ./service.sh stop // Stop Teampel Server
Step 2 In the command window, enter rm -rf ./bin/*.xml // delete the profile in the bin directory
Step 3 In the command window, enter ./service.sh start // Start Teampel Server
Step 4 Visit http://127.0.0.1:35002 to reset the database connection
NextMigration and Update of Teampel Server for Linux