-
Hello everyone, We create our backups with the help of a CronJob that runs daily. When a job is created, it sends a POST request “backup/create?name=$BACKUP_NAME” to the container. The backup (metadata.json) is also created locally. A status query (backup/status) is also executed every minute in the job, but the status does not change from “in progress” to “success” from time to time as soon as the backup has been successfully created. As a result, no upload request can be executed afterwards. For your information:
Is this error known? Greetings |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Check logs for clickhouse-backup container for examples |
Beta Was this translation helpful? Give feedback.
Check logs for clickhouse-backup container
"in progess" means backup is not complete
look to https://github.com/Altinity/clickhouse-backup/blob/master/Examples.md#how-to-use-clickhouse-backup-in-kubernetes
for examples