feat: 更新文档和数据库管理逻辑,添加运行模式说明,修复分区表空间设置

This commit is contained in:
2026-03-03 20:22:01 +08:00
parent c0cdc9ea66
commit 2b529baeb3
7 changed files with 40 additions and 81 deletions

View File

@@ -105,7 +105,7 @@ npm run db:apply
```bash
# 使用PM2启动服务
pm2 start ecosystem.config.js
pm2 start ecosystem.config.cjs
# 查看服务状态
pm2 status
@@ -129,7 +129,7 @@ pm2 startup
## PM2配置说明
项目提供了 `ecosystem.config.js` 配置文件,包含以下配置:
项目提供了 `ecosystem.config.cjs` 配置文件,包含以下配置:
- 应用名称:`web-bls-heartbeat-server`
- 运行模式:`cluster`(集群模式)
@@ -199,7 +199,7 @@ xcopy /E /I /Y C:\BLS_Heartbeat_Server C:\BLS_Heartbeat_Server_backup
npm install --production
# 重启服务
pm2 start ecosystem.config.js
pm2 start ecosystem.config.cjs
# 验证服务状态
pm2 status