修正命令参数.
Signed-off-by: lion.chan <cy187lion@sina.com>
This commit is contained in:
parent
993ed2d66c
commit
e67997004d
@ -4,7 +4,7 @@
|
||||
|
||||
```bash
|
||||
sudo systemctl stop gitea
|
||||
./gitea dump -c /path/to/app.ini
|
||||
./gitea dump -c /absolute/path/to/app.ini
|
||||
# gitea dump 出来的数据库存在编码等小问题,所以选择手动备份数据库。
|
||||
mysqldump -uroot -p<password> --database gitea > gitea.sql;
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user