docs(#771): close role split rc.8 residuals

This commit is contained in:
Hermes Agent
2026-07-15 01:45:31 -05:00
parent d1521015a3
commit f53b742ee6
9 changed files with 110 additions and 76 deletions

View File

@@ -24,8 +24,7 @@ PGlite is real Postgres semantics in-process — including the row locks the ato
claim relies on — so the **same code** runs on a laptop (embedded, single-host
default) and on a full Postgres deployment. Switching tiers is config-only.
The schema (`backlog` table) is created automatically on first CLI use:
`runMigrations()` for Postgres, `runPgliteMigrations()` for embedded PGlite.
For embedded PGlite only, the local backlog routine may prepare its local schema on first use. PostgreSQL never migrates on CLI first use: it requires the dedicated `mosaic-db-migrator --run` phase and its read-only runtime readiness check before `mosaic fleet backlog` connects.
### Update safety