Skip to content

v1.0.0 — CBM, Coolify Backup Manager

Choose a tag to compare

@Holo795 Holo795 released this 25 Jun 16:56

CBM — Coolify Backup Manager: self-hosted backup & restore for your Coolify resources. First public release.

What CBM adds over Coolify's built-in backups

Coolify's built-in backups cover databases only. CBM backs up apps, services, volumes, bind mounts and environment variables, restores them (including restore-to-new), and adds missed-backup alerts and multi-server orchestration.

Highlights

  • restic engine — incremental, deduplicated and encrypted snapshots to local, S3 or SSH/SFTP (key or password auth, bastion / jump host supported).
  • Simple tar engine as well, for basic destinations.
  • Full restore and restore-to-new (clones the Coolify resource before restoring into it).
  • Per-container pre/post hooks (e.g. consistent application-DB dumps) plus service-internal Postgres/Redis exports.
  • Alerts for missed / failed backups via notifications.
  • Multi-server — one controller, one agent per server.
  • Responsive UI with a command palette (⌘K).

Install

Published images: ghcr.io/holo795/cbm-controller and ghcr.io/holo795/cbm-agent. See the README and the /docs folder. The first account you create becomes the admin, after which registration closes.

Licensed under Apache-2.0.

Images

Published to the GitHub Container Registry:

docker pull ghcr.io/holo795/cbm-controller:1.0.0
docker pull ghcr.io/holo795/cbm-agent:1.0.0