Skip to main content
August 13, 2026 Documentation correction Review recommended

Affects


Teams that configure Reporter Data Sources or retire a database connection used by Templates.

What changed


Reporter supports PostgreSQL and MongoDB Data Sources. PostgreSQL connections can specify schemas; MongoDB connections cannot. Reporter also refuses to delete a Data Source while a live Template references it. Update or delete those Templates before removing the connection. These corrections align the documentation with the implemented contract. They do not announce a runtime release.

Impact


Classification: Review recommended. Check Data Source configuration and retirement procedures against the supported engines and the live-Template guard.

What you need to do


1
Confirm that every configured external Data Source uses PostgreSQL or MongoDB.
2
Use schema selection only for PostgreSQL connections.
3
Before retiring a connection, identify and update or delete each live Template that references it.

Resources