Eugene Klimov
Eugene Klimov
according to https://github.com/Altinity/clickhouse-backup/tree/master/ReadMe.md `GET /backup/status` Display list of currently running asynchronous operations: `curl -s localhost:7171/backup/status | jq .` When it return empty list, it means no one operation is currently...
> Also, the upload to the s3 was not successful. Do you have logs? how did you start `clickhouse-backup server` ? is this standalone or docker or kubernetes?
Ok. configuration looks correct, could you share logs with upload failuers? `kubectl logs -n pod/chi-one-sidecar-embedded-default-0-0-0 -c clickhouse-backup --since=24h` one suggestion local /var/lib/clickhouse/backups/ have sense only for standalone hardware servers where...
Root reason in the logs > error `general->remote_storage: s3` `clickhouse->use_embedded_backup_restore: true` require s3->compression_format: none, actual tar logger=validateUploadParams just add ``` s3: compression_format: none ``` into your secret
@frankwg good suggestion, thanks
ok. if you will support prometheus I think it's enough I will use VictoriaMetrics for long term storage Maybe later I can contribute Only if find free time
also, remove __pycache__ recusivelly and add __pycache__ to .gitignore
@antip00 ``` Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/. ``` let's rename job `tests` to `testflows`...
could you merge latest master?
According to shared screenshots everything should be ok. Could you try with latest pre-release? You need download https://github.com/Altinity/clickhouse-grafana/releases/download/v3.0.3/vertamedia-clickhouse-datasource-3.0.3.zip into /var/lib/grafana/plugins/vertamedia-clickhouse-datasource/ and restart grafana-server something like that ``` wget https://github.com/Altinity/clickhouse-grafana/releases/download/v3.0.3/vertamedia-clickhouse-datasource-3.0.3.zip -q...