docs: record Serenity DB dependency mapping
Some checks failed
secret-guardrails / gitleaks (push) Has been cancelled
secret-guardrails / artifact-secret-scan (push) Has been cancelled

This commit is contained in:
Fizzlepoof
2026-05-25 22:40:10 +00:00
parent 90027f9fa7
commit b6bb040de6

View File

@@ -61,6 +61,7 @@ From the live Serenity audit:
- ARR/torrent locality is still tied to `/mnt/user/data` - ARR/torrent locality is still tied to `/mnt/user/data`
- `GameVault` points at local Postgres on `10.5.30.5:5432` - `GameVault` points at local Postgres on `10.5.30.5:5432`
- `RomM` points at local MariaDB on `10.5.30.5:3306` - `RomM` points at local MariaDB on `10.5.30.5:3306`
- live container env inspection still shows those explicit DB_HOST/DB_PORT bindings on 2026-05-25
- quick live checks did not surface immediate DB dependencies for `Wizarr`, `Shelfmark`, or `Notifiarr` - quick live checks did not surface immediate DB dependencies for `Wizarr`, `Shelfmark`, or `Notifiarr`
- `Newt` is still needed - `Newt` is still needed
- legacy Pi-hole containers are still running even though Technitium is now the intended DNS path - legacy Pi-hole containers are still running even though Technitium is now the intended DNS path
@@ -235,6 +236,7 @@ Recommended sequence:
Default recommendation: Default recommendation:
- prefer PD shared-postgres unless GameVault has a proven reason to stay isolated - prefer PD shared-postgres unless GameVault has a proven reason to stay isolated
- note: live `psql` inspection on 2026-05-25 showed a Postgres collation-version mismatch warning on Serenity (`gamevault` created with glibc collation 2.36 while host now provides 2.41), so include a post-migration refresh/reindex plan rather than carrying that debt forward silently
### Pair 2: RomM + local MariaDB ### Pair 2: RomM + local MariaDB