refactor: move PostgreSQL shared service to dedicated repository

This commit is contained in:
2026-08-03 23:59:25 +08:00
parent ecc737f0bd
commit e0d3969e46
34 changed files with 18 additions and 2637 deletions
+5 -2
View File
@@ -31,9 +31,12 @@ Live Recorder 1.2.5 起只使用共享 PostgreSQL,不再打包、启动或回
### fnOS 验证
PostgreSQL 共享服务由独立仓库构建和发布:<https://gitea.nxsir.cn/nanxun/postgresqlfpk>。
```bash
./scripts/smoke-postgresql-fnos-package.sh artifacts/fnos/nxsir-postgresql-15.1.1-x86_64.fpk
./scripts/smoke-fnos-package.sh artifacts/fnos/liverecorder-1.2.9-x86_64.fpk artifacts/fnos/nxsir-postgresql-15.1.1-x86_64.fpk
./scripts/smoke-fnos-package.sh \
artifacts/fnos/liverecorder-1.2.13-x86_64.fpk \
/path/to/nxsir-postgresql-15.1.1-x86_64.fpk
```
下面保留 Docker/宿主机从旧 SQLite 导入 PostgreSQL 的流程。