After upgrading from 2.6.43 to latest according to the upgrade instructions bellow, the service fails to start and if I try to start from the command line i get the following:
Unhandled Exception:
System.TypeLoadException: Could not resolve type with token 01000023 from typeref (expected class ‘HttpFramework.HttpServer’ in assembly ‘HttpFramework, Version=20.6.43.0, Culture=neutral, PublicKeyToken=null’)
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeLoadException: Could not resolve type with token 01000023 from typeref (expected class ‘HttpFramework.HttpServer’ in assembly 'HttpFramework, Version=20.6.43.0, Culture=neutral, PublicKeyTo)
Download the latest version of Manager Server: wget https://github.com/Manager-io/Manager.zip/releases/latest/download/ManagerServer-Linux-x64.tar.gz -O /usr/share/manager-server/ManagerServer-Linux-x64.tar.gz
Then untar downloaded ManagerServer-Linux-x64.tar.gz using following command tar xvzf /usr/share/manager-server/ManagerServer-Linux-x64.tar.gz -C /usr/share/manager-server
Then set permissions to be able to execute the binary. chmod a+x /usr/share/manager-server/ManagerServer
Finally restart the service. systemctl restart manager-server
Done. You can log into your server instance to verify the latest version is running.
Thanks everyone for the effort and I will not explain de diferences between delete and rename and why I did that. And I will also not explain why I still evaluating the server version and/or if I am or have someone qualified for that.
Special thanks to @dalacor, this was the issue. I removed mono and everything works like a charm. I believe previous version was using mono.