Adam Leclerc

Results 12 comments of Adam Leclerc

Backup Version and print config (buckets redacted) ```[root@ip-10-22-167-36 ec2-user]# clickhouse-backup --version Version: 1.3.1 Git Commit: 0b1a97a6a2610fa59b58d86c139b67b0ce62e420 Build Date: 2022-02-17 [root@ip-10-22-167-36 ec2-user]# clickhouse-backup print-config general: remote_storage: s3 max_file_size: 1073741824 disable_progress_bar: true...

It is embedded currently. Also, the node I "took down" was not one of the 3 with zookeeper (only my first 3 nodes have clickhouse-keeper enabled. Again, not sure if...

When i run `clickhouse-backup restore_remote --rm ` does the `--rm` portion do a drop on the distributed tables as well, or just the local ones? If it doesn't on the...

```[root@ip-10-22-180-149 ec2-user]# clickhouse-backup list 2022-03-23T12-00-43 998.41MiB 23/03/2022 12:00:43 local 2022-03-17T04-00-01 1001.32MiB 17/03/2022 04:00:41 remote tar 2022-03-18T04-00-01 1001.22MiB 18/03/2022 04:00:44 remote tar 2022-03-23T12-00-43 1001.52MiB 23/03/2022 12:01:21 remote tar [root@ip-10-22-180-149 ec2-user]# LOG_LEVEL=debug...

I ran ``` clickhouse-client -q 'SYSTEM DROP REPLICA 'ip-10-22-180-149.ec2.internal' ``` from both the 'current' node I'm trying to restore and another one, neither seemed to do anything, I still have...

Ah! This finally worked. My mistake yesterday when I went to run ``` clickhouse-client -q 'SYSTEM DROP REPLICA 'ip-10-22-180-149.ec2.internal' ``` I did it from a node that was a different...

That I can't answer. I can certainly test some stuff out if you can point me in the right direction on where to look. I have an easy setup that...

Does the cluster need to be at 1.23 to get `v1.11.2-eksbuild.1`?

I have the same issue as @adityabhatia02 with both `deploymentName` and `replicasSetName` having been set, however `replicasSetName` got defaulted to "" when it was never specified in the yaml. I'm...

To be honest I'm not either, as a temporary measure I did delete the restriction and everything is fine. What I'm trying to figure out and I think is ultimately...