michael-liumh

Results 77 comments of michael-liumh

debug msg: ``` HTTP/1.1 400 Bad Request Content-Length: 635 Connection: keep-alive Content-Type: application/xml Date: Wed, 06 Jul 2022 04:17:32 GMT Server: tencent-cos X-Cos-Request-Id: NjJjNTBjM2FfMTEzNTJjMGJfMmJjZTdfNDFiNTUyZg== X-Cos-Trace-Id: OGVmYzZiMmQzYjA2OWNhODk0NTRkMTBiOWVmMDAxODc0OWRkZjk0ZDM1NmI1M2E2MTRlY2MzZDhmNmI5MWI1OTQyYWVlY2QwZTk2MDVmZDQ3MmI2Y2I4ZmI5ZmM4ODFjMzM2MWNjNDZiNDgzZWM5NGYwYTMwMDg2YTRkMjg5ZTc= 2022/07/06 12:17:32.378729 error UploadCompressedStream...

> Only the one thing I can suggest for workaround now use old upload \ download method > > add following settings to `/etc/clickhouse-backup/config.yml` > > ```yaml > general: >...

> @michael-liumh what exaclty not working? could you share results for the following command? > > ```shell > LOG_LEVEL=debug COS_DEBUG=1 clickhouse-backup upload > ``` got same error: 400 EntityTooSmall(Message: Your...

``` 2022/07/08 11:08:29.946042 info SELECT value FROM `system`.`build_options` where name='VERSION_INTEGER' 2022/07/08 11:08:29.948835 info SELECT * FROM system.disks; 2022/07/08 11:08:29.953361 info SELECT toInt64(max(data_by_disk) * 1.02) AS max_file_size FROM (SELECT disk_name, max(toInt64(bytes_on_disk))...

my config ``` general: remote_storage: cos max_file_size: 0 disable_progress_bar: false backups_to_keep_local: 1 backups_to_keep_remote: 7 log_level: info allow_empty_backups: false download_concurrency: 1 upload_concurrency: 1 restore_schema_on_cluster: "" upload_by_part: false download_by_part: false clickhouse: username:...

> you can use s3 for workaround: > > ```yaml > s3: > access_key: "" > secret_key: "" > bucket: "" > endpoint: "https://cos..myqcloud.com" > region: "" > force_path_style: true...

``` LOG_LEVEL=debug ./clickhouse-backup download 1111111 -c config.yml ``` 2021/12/14 20:43:28 debug SELECT value FROM `system`.`build_options` where name='VERSION_INTEGER' 2021/12/14 20:43:28 debug SELECT * FROM system.disks; 2021/12/14 20:43:28 debug SELECT value FROM...

> Unfortunately, issue can't be resolved immediately > > try to use `https://rclone.org/s3/#tencent-cos` instead of `clickhouse-backup upload / download` or `remote_storage: s3` instead COS directly ok, thanks, I can use...

> @michael-liumh sorry for late reply, could you try to 1.5.0 version and share results for the following command (without sensitive credentials)? > > ``` > clickhouse-backup print-config > ```...

``` ./clickhouse-backup -version ``` Version: 1.5.0 Git Commit: 4f2dbfcea34eab7edce42a48a26845b8d02cdfb3 Build Date: 2022-07-30