Eugene Klimov
                                            Eugene Klimov
                                        
                                    @mnaser unfortunately you need exists URL of published plugin archives in `/releases` for render krew-index template file for validation so you will fail to validate if $TAG is not yet...
+1
Could you share ``` kubectl get pod -n acto-clickhouse | grep chi-test-cluster-replicated-0-0-0 kubectl logs -n acto-clickhouse chi-test-cluster-replicated-0-0-0 --since=48h ```
could you provide your current `kind: ClickHouseInstallation` manifest without sensitive data?
We don't have enough experience with `Velero` try to apply following configs in CHI, it could affect performance ```yaml spec: configuration: files: users.d/fsync_medata.xml: |- 1 config.d/merge_tree_fsync.xml: |- 1 1 1...
@manishtradebyte > But I am not able to find a way to quiesce the database during backup . You could to try ```sql SYSTEM STOP MERGES SYSTEM STOP REPLICATION FETCHES...
i mean execute `DETACH/ATTACH TABLE db.kafka_table` for stop background kafka and nats, and rabbitmq i don't know about something like SYSTEM STOP MESSAGING BROKER
@manishtradebyte did you use `DROP DATABASE db SYNC` ?
How exactly did you make "Deleted everything"?
@manishtradebyte thereafter, did you just restore `PVC+zk manifests+chlickhouse manifests` with `velero` or just restore `PVC` with `velero` and re-deploy manifests manually?