Releases: Altinity/clickhouse-backup
Releases · Altinity/clickhouse-backup
2.5.13
v2.5.13
IMPROVEMENTS
- return error instead of warning when replication in progress during restore operation
BUG FIXES
- fixed wrong persistent behavior override for
--env
parameter when use it with API server, all 2.5.x versions was affected - fixed errors during drop exists RBAC objects which contains special character, fix 930
2.5.12
v2.5.12
BUG FIXES
- fixed corner case in
API server
hang whenwatch
background command failures, fix 929 thanks @tadus21 - remove requirement
compression: none
foruse_embedded_backup_restore: true
- refactored to fix corner case for backup size calculation for Object disks and Embedded backup, set consistent algorithm for CLI and API
list
command behavior
2.5.11
v2.5.11
BUG FIXES
- fixed another corner case for
restore --data=1 --env=CLICKHOUSE_SKIP_TABLE_ENGINES=liveview,WindowView
2.5.10
2.5.9
2.5.8
v2.5.8
IMPROVEMENTS
- added OCI compliant labels to containers, thanks @denisok
- increased default clickhouse queries timeout from
5m
to30m
for allow freeze very large tables with object disks
BUG FIXES
- fix corner cases for
ResumeOperationsAfterRestart
andkeep_backup_local: -1
behavior - fix wrong file extension recognition during download for
access
andconfigs
, fix #921
2.5.7
v2.5.7
BUG FIXES
- wrong skip tables by engine when empty variables value
CLICKHOUSE_SKIP_TABLE_ENGINES=engine,
instead ofCLICKHOUSE_SKIP_TABLE_ENGINES=engine
fix 915 - restore stop works, if RBAC objects present in backup but user which used for connect to clickhouse don't have RBAC GRANTS or
access_management
, 2.5.0+ affected, fix 914
2.5.6
2.5.5
v2.5.5
IMPROVEMENTS
- added
object_disk_server_side_copy_concurrency
with default value32
, to avoid slowcreate
orrestore
backup process which was restricted byupload_concurrency
ordownload_concurrency
options, fix 903
BUG FIXES
- fixed
create --rbac
behavior when /var/lib/clickhouse/access not exists but present onlyreplicated
system.user_directories, fix 904
2.5.4
v2.5.4
IMPROVEMENTS
- add
info
logging foruploadObjectDiskParts
anddownloadObjectDiskParts
operation