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

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

View File

@@ -152,11 +152,10 @@ for any `<Image>` components added in the future.
## How to Apply
```bash
# Run the DB migration (requires a live DB)
pnpm --filter @mosaicstack/db exec drizzle-kit migrate
# Or, in Docker/Swarm — migrations run automatically on gateway startup
# via runMigrations() in packages/db/src/migrate.ts
# PostgreSQL migration is a dedicated pre-runtime phase.
# Deployment injects migration-only credentials/TLS material; Gateway startup only verifies readiness.
mosaic-db-migrator --run
mosaic-db-migrator --verify
```
---