Getting error "'Clickhouse' medatata.json already exists" while trying to create backup #1008
-
I am trying to create remote backup via backup actions, I am getting this error 'Clickhouse' medatata.json already exists. Just want to know when do we encounter this error and what is the fix for it? |
Beta Was this translation helpful? Give feedback.
Answered by
Slach
Sep 13, 2024
Replies: 1 comment
-
Actually, it means you already created backup with the same name better use {"command":"create_remote <uniq_backup_name>"} and poll add general:
keep_backup_local: -1 to automatically remove local backup after successful upload |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Slach
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Actually, it means you already created backup with the same name
ClickHouse
better use
POST /backup/actions
with request bodyand poll
GET /backup/status
to watch progressadd
to automatically remove local backup after successful upload