Skip to content

ODDK v0.1.85

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Sep 13:51

Fixed

  • Backups and snapshots larger than 5 GiB can upload to S3. Large archives
    upload in parts, with retries per part and cleanup on failure or cancellation.
    Uploads stream from disk with two concurrent parts.
  • Local retention protects large snapshots that have no offsite copy. The
    previous exception for archives above 5 GiB is removed. Migration previews no
    longer warn about the old upload cap.

Action: Upgrade ODDK and restart its daemon. Allow s3:AbortMultipartUpload
on the archive prefix in the bucket's upload policy. Configure an S3 lifecycle
rule to abort incomplete multipart uploads left by crashes or failed cleanup.
For SSE-KMS buckets, the upload identity also needs kms:Decrypt alongside
kms:GenerateDataKey on the encryption key. No database migration is required.