We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e08a12a commit 9e08cd3Copy full SHA for 9e08cd3
content/docs/Hydro/system/database.mdx
@@ -43,4 +43,6 @@ title: 数据库备份和恢复
43
## 手动恢复备份
44
45
使用 MongoDB 自带的 [mongorestore](https://docs.mongodb.com/database-tools/mongorestore/) 导入备份的数据库文件,并还原 `/data/file` 目录文件。
46
-如果只是想不同机器之间迁移部署,只需要在**停止 Hydro 和 MongoDB 服务后**将相关文件夹(通常为 `/data/db` 与 `/data/file` 与 `/root/.hydro/config.json` )复制即可。
+
47
+{/* It actually works, but most people are not doing it right, so it's better to hide this instruction */}
48
+{/* 如果只是想不同机器之间迁移部署,只需要在**停止 Hydro 和 MongoDB 服务后**将相关文件夹(通常为 `/data/db` 与 `/data/file` 与 `/root/.hydro/config.json` )复制即可。 */}
0 commit comments