Skip to content

Getting error "'Clickhouse' medatata.json already exists" while trying to create backup #1008

Closed Answered by Slach
gavishdewangan asked this question in Q&A
Discussion options

You must be logged in to vote

Actually, it means you already created backup with the same name ClickHouse

better use POST /backup/actions with request body

{"command":"create_remote <uniq_backup_name>"}

and poll GET /backup/status to watch progress

add

general:
  keep_backup_local: -1  

to automatically remove local backup after successful upload

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Slach
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants