You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code: 253, Message: Replica chi-***-clickhouse-cluster-s0r2 of shard shard0 of replicated database at /clickhouse/*** already exists.
***
*** for SQL: CREATE DATABASE IF NOT EXISTS **** ENGINE=Replicated('/clickhouse/****', '{shard}', '{replica}') ;
--
how i got around this error manually
SYSTEM DROP DATABASE REPLICA 'chi-***-clickhouse-cluster-s0r2' FROM SHARD 'shard0' FROM ZKPATH '/clickhouse/****';
After this, the operator was able to restore the database
The text was updated successfully, but these errors were encountered:
follow up #969
Current error
--
how i got around this error manually
After this, the operator was able to restore the database
The text was updated successfully, but these errors were encountered: