Releases: Altinity/clickhouse-backup
Releases · Altinity/clickhouse-backup
2.5.25
2.5.24
v2.5.24
BUG FIXES
- fix corner cases object disk parse endpoint for S3, to avoid wrong
.amazonaws.amazonaws.com
suffix
2.5.23
2.5.22
v2.5.22
IMPROVEMENTS
- redirect logs into stderr instead of stdout, fix 969
- migrate from
apex/log
tors/zerolog
, fix RaceConditions, fix 624,see details apex/log#103
2.5.21
v2.5.21
IMPROVEMENTS
- switch from
docker-compose
(python) todocker compose
(golang) - add parallel integration test execution fix 888
BUG FIXES
- properly handle log_pointer=1 corner case for
check_replica_before_attach: true
, fix 967 - properly handle empty output for
list
command whenremote_storage: custom
, fix 963, thanks @straysh - fix corner cases when connect to S3 provider with self-signed TLS certificates, check
S3_DISABLE_CERT_VALIDATION=true
in tests fix 960
2.5.20
v2.5.20
IMPROVEMENTS
- add
--restore-table-mapping
CLI and API parameter torestore
andrestore_remote
command, fix 937, thanks @nithin-vunet and @raspreet-vunet
BUG FIXES
- remove trailing
/
fromobject_disk_path
to properlycreate
andrestore
, fix 946
2.5.19
2.5.18
2.5.17
v2.5.17
BUG FIXES
- Fix wrong restoration of Materialized views with view name starting with digits for
--restore-table-mapping
, fix 942, thanks @praveenthuwat