Releases: Altinity/clickhouse-backup
Releases · Altinity/clickhouse-backup
2.6.41
2.6.40
v2.6.40
IMPROVEMENTS
- add ClickHouse 25.10 and 25.11 support to CI/CD test matrix
BUG FIXES
- properly handle
operationIdincreate_remoteandrestore_remoteHTTP handlers, fix 1272 - improve
--tablesparameter to automatically adjust according to--restore-table-mappinglogic, fix 1278, fix 1302 - fix Download and Upload command proper close resumable state to avoid infinite bolt lock in server mode when upload or download command failed, fix 1304
- fix ApplyMacros behavior for Embedded backup/restore
- fix config race conditions in server mode
- fix GCS transient errors causing corruption, fix 1292
- change GCS default chunk size to 16Mb, fix 1292
- fix support for
object_disk.VersionFullObjectKey=5in ClickHouse 25.10+, fix 1290 - fix restore refreshable materialized view, fix 1271
2.6.39
2.6.38
2.6.37
2.6.36
v2.6.36
IMPROVEMENTS
- add
GCS_SA_EMAILoption to support service account authorization, fix 1246 thanks @kamushadenes - improve
--hardlink-exists-filesbehavior, will look to exists local backups for the same part to avoid download unnecessary, fix 1244 - add
S3_CHUNK_SIZEoption to allow more flexible workload for S3-compatible remote storage, fix 1248 thanks @KimDoKy
2.6.35
2.6.34
v2.6.34
IMPROVEMENTS
- add full support for backup and restore of
named collections, which can be stored inkeeperor on thelocalfilesystem. fix 961 - add
--named-collections,--named-collections-onlyflag tocreate_remoteandrestore_remotecommands. - add
named_collections_backup_alwaysoption to thegeneralconfig section. - add named collection size to the backup list output and API.
- add support for named collections parameters in API handlers.
- switch to Go 1.25.
- update default ClickHouse version to 25.8 and add it to the test matrix.
BUG FIXES
2.6.33
2.6.32
v2.6.32
IMPROVEMENTS
- add
--formatforlistcommand which support json, yaml, csv, tsv, fix 1192, thanks @minguyen9988