docs consolidation work

This commit is contained in:
StellaOps Bot
2025-12-25 18:48:11 +02:00
parent 2a06f780cf
commit 82a49f6743
102 changed files with 3550 additions and 1679 deletions

View File

@@ -36,7 +36,7 @@ StellaOps control-plane services (Authority, Scheduler, Notify, Concelier/Exciti
## Decision
**Adopt PostgreSQL (≥15) as the primary database for all StellaOps control-plane domains.**
**Adopt PostgreSQL (≥16) as the primary database for all StellaOps control-plane domains.**
Key architectural choices:
@@ -138,9 +138,13 @@ RustFS: sbom.cdx.json.zst, inventory.cdx.pb, bom-index.bin, *.dsse.json
- [x] Create `docs/db/` documentation directory with specification, rules, and conversion plan
- [x] Define migration infrastructure in `StellaOps.Infrastructure.Postgres`
- [ ] Complete phased conversion from MongoDB per `docs/db/tasks/PHASE_*.md`
- [ ] Update deployment guides for PostgreSQL requirements
- [ ] Add PostgreSQL health checks to all control-plane services
- [x] Complete phased conversion from MongoDB per `docs/db/tasks/PHASE_*.md`**COMPLETED in Sprint 4400 (November 2024)**
- [x] Update deployment guides for PostgreSQL requirements**COMPLETED in Sprint 4400**
- [x] Add PostgreSQL health checks to all control-plane services**COMPLETED in Sprint 4400**
### Completion Status
**MongoDB removal completed in Sprint 4400 (November 2024).** All control-plane services now use PostgreSQL 16+. MongoDB dependencies removed from all modules. This ADR is now a historical record of the architectural decision.
### Rollback Criteria