问题
I have a kubernetes cluster where I have the clickhouse operator running which created a pod. Inside that pod I created "clickhouse_database". I'm connected to that instance via tabix.io and from there I've created the table "actions" and inserted data with sql commands. I want to take backup of the data inside the "actions" table. In which way would that be possible?
I have tried the clickhouse-backup tool but through this thread I found out that the clickhouse-backup tool doesn't support kubernetes clusters.
来源:https://stackoverflow.com/questions/65636534/backup-of-a-clickhouse-db-inside-a-k8s-cluster