What
Cozystack is adding a new optional platform component, db-autoscaler (Database Horizontal Autoscaler), in cozystack/cozystack#3381. It ships as an opt-in packages/system/ package enabled via bundles.enabledPackages: cozystack.db-autoscaler, and introduces a new tenant-facing CRD DatabaseHorizontalAutoscaler (group autoscaling.cozystack.io/v1alpha1) that automatically scales the read replicas of managed databases (Postgres/MariaDB/Redis/MongoDB) from VictoriaMetrics load.
Why a docs follow-up is needed
The website's managed-apps reference generator only tracks packages/apps and packages/extra, so a new packages/system platform component gets no page automatically. The relevant hand-maintained docs are not updated by CI either:
content/en/docs/next/guides/platform-stack/_index.md — the platform component list should mention the optional db-autoscaler.
content/en/docs/next/operations/configuration/variants.md (and the bundles / enabledPackages docs) — document how to enable it.
- A short usage page for the
DatabaseHorizontalAutoscaler CR (spec fields, supported engines, guardrails, dry-run), mirroring the design proposal.
References
This is filed as the downstream follow-up tracked in the cozystack/cozystack#3381 "Downstream repositories" checklist. It can be scoped to content/en/docs/next/ and backported if needed.
What
Cozystack is adding a new optional platform component,
db-autoscaler(Database Horizontal Autoscaler), in cozystack/cozystack#3381. It ships as an opt-inpackages/system/package enabled viabundles.enabledPackages: cozystack.db-autoscaler, and introduces a new tenant-facing CRDDatabaseHorizontalAutoscaler(groupautoscaling.cozystack.io/v1alpha1) that automatically scales the read replicas of managed databases (Postgres/MariaDB/Redis/MongoDB) from VictoriaMetrics load.Why a docs follow-up is needed
The website's managed-apps reference generator only tracks
packages/appsandpackages/extra, so a newpackages/systemplatform component gets no page automatically. The relevant hand-maintained docs are not updated by CI either:content/en/docs/next/guides/platform-stack/_index.md— the platform component list should mention the optionaldb-autoscaler.content/en/docs/next/operations/configuration/variants.md(and the bundles /enabledPackagesdocs) — document how to enable it.DatabaseHorizontalAutoscalerCR (spec fields, supported engines, guardrails, dry-run), mirroring the design proposal.References
packages/system/db-autoscaler/README.mdin the PR.This is filed as the downstream follow-up tracked in the cozystack/cozystack#3381 "Downstream repositories" checklist. It can be scoped to
content/en/docs/next/and backported if needed.