From 90ed8847e9d42d6760de4faa47a8c94cfb2b0baa Mon Sep 17 00:00:00 2001 From: xboard Date: Thu, 16 Jan 2025 11:49:15 +0800 Subject: [PATCH] update docs --- README.md | 5 ++++- README_CN.md | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 352f747..5b41b76 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,10 @@ docker compose up -d > After installation, visit: http://SERVER_IP:7001 > ⚠️ Make sure to save the admin credentials shown during installation -## 📚 Documentation +## �� Documentation + +### 🔄 Upgrade Notice +> 🚨 **Important:** This version involves significant changes. Please strictly follow the upgrade documentation and backup your database before upgrading. Note that upgrading and migration are different processes, do not confuse them. ### Deployment Guides - [Deploy with 1Panel](./docs/zh-CN/installation/1panel.md) diff --git a/README_CN.md b/README_CN.md index 244001f..0b9f6cc 100644 --- a/README_CN.md +++ b/README_CN.md @@ -41,6 +41,9 @@ docker compose up -d ## 📚 使用文档 +### 🔄 升级提示 +> 🚨 **重要:** 此次版本跨度较大,请严格按照升级文档进行升级,必要时请备份数据库再进行升级。升级跟迁移不是一个东西,请不要混淆。 + ### 部署教程 - [使用 1Panel 部署](./docs/zh-CN/installation/1panel.md) - [Docker Compose 部署](./docs/zh-CN/installation/docker-compose.md)