Altinity / clickhouse-backup

Tool for easy backup and restore for ClickHouse® using object storage for backup files.
https://altinity.com
Other
1.25k stars 225 forks source link

system.backup_actions is this part of latest clickhouse release ? #417

Closed DipalPrajapati closed 2 years ago

DipalPrajapati commented 2 years ago

system.backup_actions is this part of latest clickhouse release ?
I do not see this in Clickhouse 20.12 version.

Slach commented 2 years ago

No, it's a part of clickhouse-backup, and works only if you run all commands via API

check your config and setup

api:
 create_integration_tables: true # false by default

after it read https://github.com/AlexAkulov/clickhouse-backup/#api for details