lpgservers Posted February 2, 2010 Share Posted February 2, 2010 Updating on a 2003 x64 server Using putty stop the server process Backup your entire install including database. update the sqlite database using http://sourceforge.net/projects/sqlitebrowser/ the commands to issue are insert into perm_server_group (server_id, id1, id2, perm_id, perm_value, perm_negated, perm_skip) values (0, 2, 0, "b_client_custom_info_view", 1, 0, 0); insert into perm_server_group (server_id, id1, id2, perm_id, perm_value, perm_negated, perm_skip) values (0, 2, 0, "i_needed_modify_power_client_custom_info_view", 100, 0, 0); insert into perm_server_group (server_id, id1, id2, perm_id, perm_value, perm_negated, perm_skip) values (0, 3, 0, "b_client_custom_info_view", 1, 0, 0); insert into perm_server_group (server_id, id1, id2, perm_id, perm_value, perm_negated, perm_skip) values (0, 3, 0, "i_needed_modify_power_client_custom_info_view", 75, 0, 0); insert into perm_server_group (server_id, id1, id2, perm_id, perm_value, perm_negated, perm_skip) values (0, 2, 0, "b_permission_modify_power_ignore", 1, 0, 0); insert into perm_server_group (server_id, id1, id2, perm_id, perm_value, perm_negated, perm_skip) values (0, 2, 0, "i_needed_modify_power_permission_modify_power_ignore", 100, 0, 0); insert into perm_server_group (server_id, id1, id2, perm_id, perm_value, perm_negated, perm_skip) values (0, 3, 0, "b_permission_modify_power_ignore", 1, 0, 0); insert into perm_server_group (server_id, id1, id2, perm_id, perm_value, perm_negated, perm_skip) values (0, 3, 0, "i_needed_modify_power_permission_modify_power_ignore", 75, 0, 0); Extract the new files to your existing folder. Start your server and done. I'm also working with several linux distos and will report back with those as well. Link to comment Share on other sites More sharing options...
agentpr24 Posted February 2, 2010 Share Posted February 2, 2010 Im maybe stupid but is there something that make this update different of the other on Windows 2003/2008? Link to comment Share on other sites More sharing options...
lpgservers Posted February 2, 2010 Author Share Posted February 2, 2010 2008 should use the same setup. Link to comment Share on other sites More sharing options...
agentpr24 Posted February 2, 2010 Share Posted February 2, 2010 That is not my question. I want to know why this update is different of the other? When i update TS3, i only keep the DB and the white list IP's .txt and update the other things. Link to comment Share on other sites More sharing options...
lpgservers Posted February 2, 2010 Author Share Posted February 2, 2010 You can find that in their announcements. http://forum.teamspeak.com/showthread.php?t=50862 === Server Release 3.0.0-beta17 02 Feb 2010 - fixed possible crash while deleting subchannels - clientlist option -VOICE added CLIENT_IS_PRIORITY_SPEAKER property - fixed issue where query could start an stopped virtualserver while instance terminating - fixed channel_flag_password was not set automatically while creating a new channel over query - fixed strange behavior while changing b_group_is_permanent permission value - fixed licensing issue with max slots below 32 - query_ip_whitelist.txt removed out of package and is created if not available - fixed PERMISSION_b_client_channel_textmessage_send not working properly - fixed ghosting channel bug with certain default sub channel setups - fixed critical after editing an perm/semi channel to an temp - fixed unclear local accounting error messages - fixed query bug which resulted in "invalid socketID" errors + added custominfo command (check docu for details) + added permissions PERMISSION_b_client_custom_info_view + added permidgetbyname command (check docu for details) + added b_virtualserver_permission_reset + added command permreset (check docu for details) ! added b_permission_modify_power_ignore permission, allows to add/delete permissions without having the needed grant values ! added command line parameter dblogkeepdays (default 90) defines how many days to keep database log entries (triggered on every start and while running every day) ! added command line parameter dbclientkeepdays (default 30) removes all clients which had not connected the x days and dont got an servergroup assigned (triggered on every start and while running every day) Link to comment Share on other sites More sharing options...
dimitrifrom31 Posted February 3, 2010 Share Posted February 3, 2010 im not sure sqlite database needs manual update , will check it out later but the update process should alter the tables automatically. Link to comment Share on other sites More sharing options...
HIS-MOTHER Posted February 3, 2010 Share Posted February 3, 2010 im not sure sqlite database needs manual update , will check it out later but the update process should alter the tables automatically. it updates the lite DB automatically.. Link to comment Share on other sites More sharing options...
Flightwatch Posted February 3, 2010 Share Posted February 3, 2010 On Linux they started working with serverstart scripts since beta 17. I wonder if the will ever release a stable release. Otherwise we will be at Beta 99 by the end of the year. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.