feat(metrics): back VictoriaMetrics up to Hetzner Object Storage #22
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/vmbackup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
VM had no off-cluster backup. Its data lived only on a node-local mayastor volume, so a rebuild or lost volume took every metric with it. In-cluster replication is not a backup.
Adds a
vmbackupsidecar writing tos3://seanfarm/vm-backups/- the same bucket barman uses, separate prefix. The credential is placed into nsollyby seanfarm PR #988 (already merged and verified live).Three choices worth recording
vmbackupmanager, enterprise). The image ships busybox, so a loop is the supported OSS shape. 6h interval matches CNPG.-snapshot.createURL. VM takes its own consistent snapshot and deletes it after. No volume-level snapshot is needed - which is exactly why moving the volume to ZFS to get snapshots was not necessary.-dstis keyed byPOD_NAMEso a second replica cannot overwrite the first one's backup, and pointing-dstat the same path each cycle is what makes the upload incremental.Next: two vmsingle copies on mayastor-repl1 with vmagent dual remote-write, so redundancy moves into VM and off repl5.