From 05fb0cac7afbc9b65d5572973beb317dc17c5b15 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Mon, 9 Jun 2025 23:40:34 +0800 Subject: [PATCH] Update _index.en.md --- content/self-host/rustdesk-server-pro/faq/_index.en.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/content/self-host/rustdesk-server-pro/faq/_index.en.md b/content/self-host/rustdesk-server-pro/faq/_index.en.md index 51b930a..456546f 100644 --- a/content/self-host/rustdesk-server-pro/faq/_index.en.md +++ b/content/self-host/rustdesk-server-pro/faq/_index.en.md @@ -28,11 +28,9 @@ weight: 600 ## 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. -### If you installed with script -1. [This page](/docs/en/self-host/rustdesk-server-pro/installscript/script/#upgrade). -2. Copy and paste the command into your Linux terminal. -3. Follow the prompts as they guide you through the upgrade. -### Docker Compose +- ### If you installed with script (`install.sh`) +Please run [upgrade.sh](/docs/en/self-host/rustdesk-server-pro/installscript/script/#upgrade). +- ### Docker Compose ``` sudo docker compose down sudo docker compose pull