URL for a new server versions

I used to update Manager with URL “https://mngr.s3.amazonaws.com/ManagerServer.tar.gz” and now it’s not working again.

From the documentation it contains version number now.
wget https://mngr.s3.amazonaws.com/17.9.53/ManagerServer.tar.gz -P /usr/share/manager-server

Is there way to know which version is current to get proper URL for semi-automatic updates?

the link was recently changed.

read this topic

Retrieve latest version here: http://www.manager.io/version.txt

Use that to construct the URL.

following the ink says latest version is 17.9.53, updating the server with wget https://mngr.s3.amazonaws.com/17.9.53/ManagerServer.tar.gz -P /usr/share/manager-server after logging and check about manager it says 17.9.42 ?

any advise

Yes, you need to restart the service after updating.

For Ubuntu, as part of the installation process you would have run this:

systemctl start manager-server

After an update, run a ‘restart’ instead:

systemctl restart manager-server

If you do not use Ubuntu server, please refer to the necessary installation instructions for how to start / stop / restart the service.

1 Like