Skip to content

can't restore cause system.replicas entries #1022

Closed Answered by Slach
karthik-thiyagarajan asked this question in Q&A
Discussion options

You must be logged in to vote

'db.stats_local': db.stats_local can't restore cause system.replicas entries already exists and replication in progress from another replica, log_pointer=14648, log_max_index=14647, absolute_delay=0, queue_size=0

It means other replicas continue to write

Look to https://github.com/Altinity/clickhouse-backup/blob/master/Examples.md#restore

for one tables you need to execute in all replicas
restore_remote --schema --table=db.table backup-name
and then
run
restore_remote --data --table=db.table backup-name in first replica in each shard

Replies: 1 comment 12 replies

Comment options

You must be logged in to vote
12 replies
@gavishdewangan
Comment options

@Slach
Comment options

@Slach
Comment options

@karthik-thiyagarajan
Comment options

@Slach
Comment options

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
3 participants