更新升级说明

This commit is contained in:
kuaifan 2021-12-09 01:21:51 +08:00
parent c3c3c6b996
commit ee7a53ff89
3 changed files with 17 additions and 3 deletions

View File

@ -77,8 +77,15 @@ proxy_set_header X-Forwarded-Proto $scheme;
**Note: Please back up your data before upgrading!**
```bash
# Enter directory and run command
# Method 1: Enter directory and run command
./cmd update
# Or method 2: use this method if method 1 fails
git pull
./cmd mysql backup
./cmd uninstall
./cmd install
./cmd mysql recovery
```
## Uninstall

View File

@ -77,8 +77,15 @@ proxy_set_header X-Forwarded-Proto $scheme;
**注意:在升级之前请备份好你的数据!**
```bash
# 进入项目所在目录,运行一下命令即可
# 方法1进入项目所在目录,运行一下命令即可
./cmd update
# 或者方法2如果方法1失败请使用此方法
git pull
./cmd mysql backup
./cmd uninstall
./cmd install
./cmd mysql recovery
```
## 卸载项目

View File

@ -1,6 +1,6 @@
{
"name": "DooTask",
"version": "0.3.36",
"version": "0.3.47",
"description": "DooTask is task management system.",
"main": "main.js",
"license": "MIT",