I Running the Beta 18 Server.
How i can Update the Server, to the Newest 22 Release, without Lost my TS Server Configs (i Run 3 TS Server on it)..
Thanx for Help
We are migrating towards a new forum system located at community.teamspeak.com, as such this forum will become read-only on January 29, 2020
I Running the Beta 18 Server.
How i can Update the Server, to the Newest 22 Release, without Lost my TS Server Configs (i Run 3 TS Server on it)..
Thanx for Help
What I did:
- Shutdown the old ts3server
- Move all files of the old server to /old/ withCode:sh ts3server_startscript.sh stop
- Download the new versionCode:mv /home/ts3srv/* /home/ts3srv/old
- Extract the file withCode:wget www.fileurl.tld/examplefile.extension
- Login to phpmyadminCode:tar zxf teamspeak3-server_linux-amd64-3.0.0-beta22.tar.gz
- Download a backup of the database
- Remove the database
- Copy the directory "files" of old to the new files (I did this through FTP through SSH)
- Copy the files "ts3server.ini" and "ts3db_mysql.ini"of old to the new files (I did this through FTP through SSH)
- Edit the ts3server_startscript.sh file with
and edit this part:Code:nano ts3server_startscript.sh
COMMANDLINE_PARAMETERS="dbplugin=ts3db_mysql
dbsqlcreatepath=create_mysql/" #add any command line
parameters you want to pass here
- Now start the server
- Go to phpmyadminCode:sh ts3server_startscript.sh start
- Delette the new database
- Import the old database
- Shutdown the server
- Start the server
Even though I am not sure that deleting the databases is needed you could try to start your server with the old database in it first
*Make backups before perming anything*
There are currently 1 users browsing this thread. (0 members and 1 guests)