Update _index.en.md

This commit is contained in:
RustDesk 2025-06-09 23:40:34 +08:00 committed by GitHub
parent 93e12866c4
commit 05fb0cac7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,11 +28,9 @@ weight: 600
## There is a new version of RustDesk Server Pro out, how can I upgrade? ## There is a new version of RustDesk Server Pro out, how can I upgrade?
You'd better back up data files (sqlite3 files etc.) first, https://github.com/rustdesk/rustdesk-server-pro/discussions/184#discussioncomment-8013375. You'd better back up data files (sqlite3 files etc.) first, https://github.com/rustdesk/rustdesk-server-pro/discussions/184#discussioncomment-8013375.
### If you installed with script - ### If you installed with script (`install.sh`)
1. [This page](/docs/en/self-host/rustdesk-server-pro/installscript/script/#upgrade). Please run [upgrade.sh](/docs/en/self-host/rustdesk-server-pro/installscript/script/#upgrade).
2. Copy and paste the command into your Linux terminal. - ### Docker Compose
3. Follow the prompts as they guide you through the upgrade.
### Docker Compose
``` ```
sudo docker compose down sudo docker compose down
sudo docker compose pull sudo docker compose pull