-
clickhouse-backup create_remote second_backup
gives
**2022/03/10 19:38:50.875030 info [SFTP_DEBUG] StatFile::STAT /home/dipal /second_backup/shadow/test/table1/default_all_1_1_0.tar return error …
-
Hi Alex,
We have an issue while restoring a backup with columns type - " LowCardinality(Nullable(String)) ".
Primary key applied to the same column.
Env Details : -
OS version :CentOS Linux…
-
We have a 3 * 1 node CH cluster that went into rolling restart after a ZK failure (heap error + connection drop)
### Summary
- issue started with an alert for a long running query
- up…
-
Hello.
I have an issue to restore data in version 1.3.0 --remote-diff backups. clickhouse-backup can't find partition in the backup.
```
2022/02/12 05:11:50.115058 debug findDiffFileExist not fou…
-
Hallo ich betreibe seit geraumer Zeit ioBroker über eine Docker-Umgebung auf meinem Linux Homeserver. Seit geraumer Zeit bekomme ich bei nahezu jedem Start oder spätestens nach ein paar Minuten die ga…
-
The backup script:
```shell
#!/bin/bash
set -x
SERVERUSER="ubuntu"
SERVERHOST="10.204.28.21"
SSHPORT=22
ssh -p $SSHPORT $SERVERUSER@$SERVERHOST 'bash -s' < clickhouse_backup_run_on_server.sh
…
-
Hi @Slach,
We've been using clickhouse-backup for some time and recently found out that our backups to s3 were not taking place. We have then realized that we did not set the REMOTE_STORAGE="s3" (w…
-
-
For example
clickhouse-backup create -t test.tableA backup_tableA
clickhouse-backup restore -t test.tableB backup_tableA
But this will report a error : error no have found schemas by test.tableB…
-
Hi Team,
I am deploying Clickhouse on Google Kubernetes Engine cluster. I am using like two shards and two replicas as mentioned below. When I create a clickhouse cluster, the clickhouse operator…