rustdesk / rustdesk-server

RustDesk Server Program
https://rustdesk.com/server
GNU Affero General Public License v3.0
6.74k stars 1.45k forks source link

update rustdesk server #183

Open Benance opened 1 year ago

Benance commented 1 year ago

I've spent some time searching for the method to update rustdesk server, but I haven't found any information in the documentation. How can I update my self-hosted rustdesk server? Thanks a lot for your answers

rafaelfmuniz commented 1 year ago

Me too, would love to know how we can update this

paspo commented 1 year ago

If you're using docker / docker-compose, just pull the updated image. If you're using the .deb package, you have to download the latest from https://github.com/rustdesk/rustdesk-server/releases Same if you're using the binary file directly.

Benance commented 1 year ago

And when the install has been done with this command: wget https://raw.githubusercontent.com/dinger1986/rustdeskinstall/master/install.sh then ./install.sh how to update?

paspo commented 1 year ago

And when the install has been done with this command: wget https://raw.githubusercontent.com/dinger1986/rustdeskinstall/master/install.sh then ./install.sh how to update?

you should probably refer to the repo of the user mantaining that script: https://github.com/techahold/rustdeskinstall

Benance commented 1 year ago

ok thanks I've just opened an issue here

dinger1986 commented 1 year ago

Incase anyone checks here

the answer is in the linked issue

soulflyman commented 1 year ago

The update script should be mentioned in the official docs, just like the installation script

dinger1986 commented 1 year ago

Please feel free to add it

lucidnx commented 1 year ago

I am using docker for rust desk, but when I pull new image, it's always same, 1.1.7-1. This is latest version of docker image?