--tables parameter doesn't know about .inner*
table when try to create backup for materialized view
#613
Milestone
.inner*
table when try to create backup for materialized view
#613
Is it possible to backup and restores for materialized view tables with clickhouse-backup?
Details:
I have a materialized view with
SummingMergeTree
engine from a MergeTree as the following:When i try to create a backup of this table (which has data) in the following way:
/bin/clickhouse-backup create_remote --tables=materialized_view --config=/etc/clickhouse-backup/aggregates-config.yml
I get the following output
But there's no data in the
/shadow
folder of the backup in s3. So I'm wondering if it's even possible to backup and restore data for materialized views?The text was updated successfully, but these errors were encountered: