From 6b6e0ed102fb803d2d22f70d626f23e78aa011f1 Mon Sep 17 00:00:00 2001 From: satoshi Date: Sat, 23 May 2026 13:13:32 +0300 Subject: [PATCH] Include ckpool volume in backup and restore The backup only covered /root/.kamado (DB, config, TLS certs) but missed /root/.ckpool which holds miner/worker state, pool status, and ckpool logs. Without it a restore would lose all per-user and per-worker statistics. --- manifest.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifest.yaml b/manifest.yaml index 38f5efd..25e6420 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -131,9 +131,11 @@ backup: - create - /mnt/backup - /root/.kamado + - /root/.ckpool mounts: BACKUP: /mnt/backup main: /root/.kamado + ckpool: /root/.ckpool restore: type: docker image: compat @@ -144,9 +146,11 @@ backup: - restore - /mnt/backup - /root/.kamado + - /root/.ckpool mounts: BACKUP: /mnt/backup main: /root/.kamado + ckpool: /root/.ckpool actions: stratum-smoke-test: