Releases: Altinity/clickhouse-backup
Releases · Altinity/clickhouse-backup
2.6.2
v2.6.2
BUG FIXES
- fix rare corner case, for system.disks query behavior fix1007
- fix --partitions and --restore-database-mapping, --restore-table-mapping works together, fix 1018
- fix wrong slices initialization for
shardFuncByName
(rare used function for backup different tables from different shards), fix 1019, thanks @cuishuang
2.6.1
v2.6.1
BUG FIXES
- fix unnecessary warnings in
allow_object_disk_streaming: true
behavior during restore - fix stuck with
gcs.clientPool.BorrowObject error: Timeout waiting for idle object
causeOBJECT_DISK_SERVER_SIDE_COPY_CONCURRENCY
has default value 32, but it much more than calculated default pool
2.6.0
v2.6.0
IMPROVEMENTS
- add
rbac-only
andconfigs-only
parameters toPOST /backup/create
andPOST /backup/restore
API calls - add
allow_object_disk_streaming
config option which will make object disk backup when CopyObject failed or when Object Storage have incompatible types, fix 979 - add
operation_id
to callback, fix 995 thanks @manasmulay
2.5.29
v2.5.29
BUG FIXES
- fix corner case for backup/restore RBAC object with trailing slash, warn /clickhouse/access//uuid have no children, skip Dump
2.5.28
2.5.27
2.5.26
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