Skip to content

Releases: Altinity/clickhouse-backup

2.4.19

22 Jan 17:15
Compare
Choose a tag to compare

v2.4.19

BUG FIXES

  • use single s3:CopyObject call instead s3:CreateMultipartUpload+s3:UploadCopyPart+s3:CompleteMultipartUpload for files with size less 5Gb

2.4.18

17 Jan 12:42
Compare
Choose a tag to compare

v2.4.18

BUG FIXES

  • remove HeadObject request to calculate source key size in CopyObject, to allow cross region S3 disks backup, fix 813
  • make optional /backup/kill query parameter command and optional arguments for kill command handled via /backup/actions, if omitted then will kill first command in "In progress" status, fix 808

2.4.17

09 Jan 16:19
Compare
Choose a tag to compare

v2.4.17

BUG FIXES

  • skip CopyObject execution for keys which have zero size, to allow properly backup S3, GCS over S3 and Azure disks

2.4.16

08 Jan 14:54
Compare
Choose a tag to compare

v2.4.16

BUG FIXES

  • increase AZBLOB_TIMEOUT to 4h, instead 15m to allow download long size data parts
  • change S3_MAX_PARTS_COUNT from 5000 to 1000 and minimal S3_PART_SIZE from 5Mb to 25Mb by default to improve speedup S3 uploading / downloading

2.4.15

04 Jan 09:36
Compare
Choose a tag to compare

v2.4.15

BUG FIXES

  • fix create and restore command for ReplicatedMergeTree tables with frozen_metadata.txt parsing

2.4.14

15 Dec 13:16
Compare
Choose a tag to compare

v2.4.14

IMPROVEMENTS

  • refactoring semaphore.NewWeighted() to errgroup.SetLimit()
  • add parallelization to create and restore command during call CopyObject

2.4.13

13 Dec 04:38
Compare
Choose a tag to compare

v2.4.13

BUG FIXES

  • fix object_disk.CopyObject during restore to allow use properly S3 endpoint
  • fix AWS IRSA environments handler, fix 798

2.4.12

08 Dec 08:48
Compare
Choose a tag to compare

v2.4.12

BUG FIXES

  • fix CopyObject to use simple CopyObject call, instead of multipart for zero object size, for backup S3 disks

2.4.11

06 Dec 07:00
Compare
Choose a tag to compare

v2.4.11

BUG FIXES

  • fix CopyObject multipart upload complete Parts must be ordered by part number, for backup S3 disks

2.4.10

05 Dec 19:15
Compare
Choose a tag to compare

v2.4.10

IMPROVEMENTS