Application Backup and Recovery
Back up and restore managed databases (Postgres, MariaDB, ClickHouse, FoundationDB) with BackupJob, Plan, and RestoreJob.
You are viewing documentation for Cozystack next, which is currently in beta. For the latest stable version, see the v1.3 documentation.
Cozystack deploys applications in two complementary ways:
Operator‑managed applications – Cozystack bundles a specific version of a Kubernetes Operator that installs and continuously reconciles the application. As a rule, the operator chooses one of the most recent stable versions of the application by default.
Chart‑managed applications – When no mature operator exists, Cozystack packages an upstream (or in‑house) Helm chart.
The chart’s appVersion pin tracks the latest stable upstream release, keeping deployments secure and up‑to‑date.
Back up and restore managed databases (Postgres, MariaDB, ClickHouse, FoundationDB) with BackupJob, Plan, and RestoreJob.
Learn how to add managed applications from external sources