Releases: Altinity/clickhouse-backup
Releases · Altinity/clickhouse-backup
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
2.5.16
2.5.15
v2.5.15
IMPROVEMENTS
- increase
s3_request_timeout_ms
(23.7+) and turn offs3_use_adaptive_timeouts
(23.11+) whenuse_embedded_backup_restore: true
BUG FIXES
- fix hangs
create
andrestore
when CLICKHOUSE_MAX_CONNECTIONS=0, fix 933 - remove obsolete
CLICKHOUSE_EMBEDDED_BACKUP_THREADS
,CLICKHOUSE_EMBEDDED_BACKUP_THREADS
these settings could configure only via server level, not profile and query settings after 23.3
2.5.14
v2.5.14
IMPROVEMENTS
- add http_send_timeout=300, http_receive_timeout=300 to embedded backup/restore operations
- explicitly set
allow_s3_native_copy
andallow_azure_native_copy
settings whenuse_embedding_backup_restore: true
BUG FIXES
- remove too aggressive logs for object disk upload and download operations during create and restore commands execution