No agent has sent a heartbeat in the last ~90s for that instance/server. Check the cbm-agent
container is running on the host (docker ps, docker logs cbm-agent) and that
CONTROLLER_URL is reachable from it. Re-run the install command to reconfigure.
The resource is on a Coolify server that has no online agent. Install an agent on that host, or fix its connectivity. In a multi-server instance you need one agent per server. See Multi-server.
Toggling "Include in scheduled backups" isn't enough — you also need a schedule (on the instance, the server, or the resource). Without one, nothing is backed up automatically. Use Back up now to test on demand.
The destination has no recorded backups yet, so reconciliation has nothing to check. Run a backup to it first.
Its files were deleted at the destination. The backup can't be restored. Investigate what removed them; the database record stays so you can see the loss.
The backup's files are gone from the destination (or, for a local destination, the producing agent's host is down). Check the destination and run Verify.
restic's SFTP backend needs a working SSH connection from the agent's host:
- key auth is most reliable; password auth uses
sshpass; - if you use a jump host, the agent's host must reach the bastion;
- the base path must already exist on the target (restic won't
mkdir -pit); - run the destination Test to confirm reachability (note: Test runs from the controller).
Container registries can lag on :latest. On the host: docker pull ghcr.io/holo795/cbm-controller:latest, then redeploy, and confirm the running container's image
id matches. Or pin a version tag (:vX.Y.Z).
Encrypted secrets and (with restic) encrypted backups are unrecoverable. You'll need to
reconnect instances and re-enter destination credentials. Always back up MASTER_KEY.
It supersedes them: Coolify only backs up databases; CBM backs up apps, services, volumes, bind mounts and databases, with restore-to-new, multiple destinations, restic, alerts and more. You can disable Coolify's native DB backups once CBM covers them.
On the agent's host, under /backups (bind-mounted by the install command). For the restic
engine, in a restic-repo subfolder there.