8000 Releases · Altinity/clickhouse-backup · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: Altinity/clickhouse-backup

2.6.23

18 Jun 03:18
Compare
Choose a tag to compare

v2.6.23

BUG FIXES

  • watch command stop works with panic, fix 1166, affected versions 2.6.19-2.6.22 after 1152

2.6.22

04 Jun 11:06
Compare
Choose a tag to compare

v2.6.22

BUG FIXES

  • fix corner cases when server --watch aborts watch process when backups_to_keep_local: -1 and --watch-delete-source=false, fix 1157, fix 1156, thanks @elliott-logrocket

2.6.21

27 May 17:09
Compare
Choose a tag to compare

v2.6.21

BUG FIXES

  • final changes to fix backup for azblob disk behavior when storage_account_url contains container as first part in hostname, fix 1153

2.6.20

26 May 17:51
Compare
Choose a tag to compare

v2.6.20

  • fix backup for azblob disk behavior when storage_account_url contains container as first part in hostname

2.6.19

23 May 03:21
Compare
Choose a tag to compare

v2.6.19

BUG FIXES

  • fix clickhouse_backup_number_backups_remote and last_backup_size_remote metrics behavior in watch command, fix 1152
  • fix empty path and non-empty object_disk_path config parameters, allows unexpected deletion backup object disk data, fix 859
  • reproduce behavior <metadata_path> parameter in clickhouse <storage_configuration> don't contain trailing slash, restore make hardlinks to wrong directory, look details in #859 (comment), ClickHouse/ClickHouse#80647
  • fix backup for azblob disk behavior when storage_account_url contains container as first part in hostname
  • fix wrong unescape special characters in table create query, fix 1151, affected aversions from 2.6.6 to 2.6.18, backups which created in these versions which contains \ in create table definition, requires manual replacing \ to \\ for properly restore.

2.6.18

18 May 19:43
Compare
Choose a tag to compare

v2.6.18

IMPROVEMENTS

  • add support multipart upload and multipart download for COS storage, add COS_ALLOW_MULTIPART_DOWNLOAD and COS_CONCURRENCY to config, fix 1074

BUG FIXES

  • fix one more corner cases for --restore-database-mapping, fix 1146

2.6.17

15 May 19:38
Compare
Choose a tag to compare

v2.6.17

BUG FIXES

  • respect original database engine during restore --restore-database-mapping, fix 1146
  • fix wrong metadata size and object disk size fields values in CLI list command output

2.6.16

03 May 06:00
Compare
Choose a tag to compare

v2.6.16

BUG FIXES

  • fix database errors related to database with engine=Replicated fix 1127
  • avoid to replace {cluster} in engine=Distributed fix 574
  • make some resumable state methods private and properly restore parameter from *.state2 files after restart API server
  • some logging cleanup

2.6.15

12 Apr 19:33
Compare
Choose a tag to compare

v2.6.15

BUG FIXES

  • fix wrong cleanup *.state2 file in ResumeOperationsAfterRestart, after 2.6.12 1126, fix 1133
  • fix virtual host bucket URL style in s3 disk endpoint

2.6.14

10 Apr 12:09
Compare
Choose a tag to compare

v2.6.14

BUG FIXES

0