Updating

Update Mono from 2.x or 4.x to 5.x

yum install mono-complete mono-basic xsp
  • Install Mono (Debian/Ubuntu):
apt-get install mono-complete mono-vbnc mono-xsp
  • Edit /home/tcadmin/Monitor/mono-config. Change the value of MONO_FOLDER to /usr
  • Reinstall your current TCAdmin files with this command (replace 2.0.119 with your current version):
/home/tcadmin/Monitor/updatetool 2.0.119

Automatic Update

TCAdmin's automatic update feature updates the master and all remote servers with a few clicks. To update automatically follow these steps:

  • Select System > Check for Updates on the sidebar.
  • Clic on the "Check for Updates" button.
  • Select the first update available at the top of the list.
  • Click on the "Install Selected Update" button.
  • After a few minutes the update will be completed and you will be redirected to the admin home page.

WebUpdate.png

Manual Update

A manual update should only be done if you added a new remote server or if the web update failed. The web update will update your database before updating the files. If you update without updating the database TCAdmin might fail to start or you might get random errors.

Manual Update Procedure for Windows

  • Log in to your server's remote desktop.
  • Go to Start > Run and enter the following command. Replace "C:\Program Files\TCAdmin2" with the path to your TCAdmin installation folder and "2.0.21" with the version you want to update to.
  • If the update completes successfully you should not see any errors in the update console and the Monitor and Service Manager services should be started automatically.
"C:\Program Files\TCAdmin2\Monitor\TCAdminUpdateTool.exe" 2.0.21

Manual Update Procedure for Linux

  • Log in to your server with ssh.
  • Execute the following commands. Replace "2.0.21" with the version you want to update to.
  • If the update completes successfully you should not see any errors in the update console and the Monitor and Service Manager services should be started automatically.
/home/tcadmin/Monitor/updatetool 2.0.21
Retrieved from "https://help.tcadmin.com/index.php?title=Updating&oldid=1485"