Eugene Klimov
Eugene Klimov
ATTACH TABLE already requires overwrite `metatada/db/table.sql`
Could you share results of the following command? ``` kubectl exec -n chi-clickhouse-replicated-0-0 -c clickhouse-pod -- clickhouse-client -q "SELECT * FROM system.backup_actions" ```
Is `SELECT * FROM system.backup_list` contains `chi-clickhouse-replicated-0-0-full-2024-03-18-03-00-02` currently?
According to logs you successfully upload incremental backup > 2024/03/14 03:00:08.716007 info /backup/actions call: upload --diff-from-remote=chi-clickhouse-replicated-0-0-increment-2024-03-13-03-00-01 chi-clickhouse-replicated-0-0-increment-2024-03-14-03-00-04 logger=server and delete old full backup > 2024/03/14 03:00:09.173829 info done backup=chi-clickhouse-replicated-0-0-full-2024-03-11-03-00-01 duration=94ms...
@tman5 any news from your side?
Try to remove ```yaml - name: S3_DISABLE_SSL value: "true" ``` and according to https://github.com/Altinity/clickhouse-backup/issues/505#issuecomment-1667363571 and your shared error message try to use following URL ```yaml - name: S3_ENDPOINT value: https://acos-service.oss-cn-hangzhou.aliyuncs.com...
could you provide `[s3:DEBUG] Request` which happends before response?
> GET /acos-service?delimiter=%2F&list-type=2&max-keys=1000&prefix=backup%2F HTTP/1.1 > Host: acos-service.oss-cn-hangzhou.aliyuncs.com Bucket in path and custom endpoint which already contains bucket name @dxygit1 are you sure you applied `force_path_style: false`? Let's remove bucket name...
let's apply ```yaml - name: S3_ENDPOINT value: https://acos-service.oss-cn-hangzhou.aliyuncs.com - name: S3_BUCKET value: acos-service - name: S3_PATH value: backup/shard-{shard} - name: S3_FORCE_PATH_STYLE value: "false" ``` and please share the logs
ok. it looks like some bug in AWS SDK or iside our confugation of AWS SDK