Skip to content

Releases: aerospike/aerospike-tools-backup

3.17.0

01 Jun 05:26
b7609cb
Compare
Choose a tag to compare

New Features

[TOOLS-2514] - (ASBACKUP) Add the --s3-connect-timeout option.

Full Changelog: 3.16.0...3.17.0

3.16.0

24 Apr 23:36
bbc8fd6
Compare
Choose a tag to compare

Improvements

[TOOLS-2482] - (TOOLS) Build go tools with go 1.20.3.

Bug Fixes

[TOOLS-2450] - (ASBACKUP) Restore is too slow when triaging many backup files in an s3 bucket.

Full Changelog: 3.15.0...3.16.0

3.15.0

25 Mar 06:30
64bd21a
Compare
Choose a tag to compare
  • Added support for Red Hat Enterprise Linux 9 (RHEL-9).
  • Added support for Ubuntu 22.04 LTS.
  • Removed support for Debian 10 (ARM64 only).
  • Removed support for Ubuntu 18.04 LTS.
  • Added support for Debian 9 in order to maintain compatibility with a fix for the Aerospike Server Enterprise Edition for US Federal.

New Features

  • [TOOLS-2327] - (ASBACKUP) Add --directory-list to restore from multiple directories or S3 buckets.
  • [TOOLS-2371] - (ASBACKUP) Add the --parent-directory option to use as a common prefix for --directory-list paths.

Improvements

  • [TOOLS-2298] - (TOOLS) Upgrade C tools to openssl3.
  • [TOOLS-2297] - (ASBACKUP) Upgrade aws-sdk-cpp to version 1.10.55.
  • [TOOLS-1963] - (ASBACKUP) Deprecate --tls-cert-blacklist.
  • [TOOLS-2417] - (ASBACKUP) Document that running with --node-list results in 16 concurrent scans.

Bug Fixes

  • [TOOLS-2309] - (ASBACKUP) Restore stops after 1000 s3 objects.
  • [TOOLS-2323] - (ASBACKUP) Backup to AWS S3 is failing with fatal error after backing up all the records.
  • [TOOLS-2377] - (ASBACKUP) --node-list does not work with IPv6.

Full Changelog: 3.14.0...3.15.0

Snapshot Build

15 Mar 17:32
64bd21a
Compare
Choose a tag to compare
Snapshot Build Pre-release
Pre-release

Documentation

  • --node-list uses default 16 threads #55 (dylan)

3.14.0

22 Dec 05:34
cd625c5
Compare
Choose a tag to compare
  • First version to support MacOS arm64 M-Series chips.

New Features

  • [TOOLS-2271] - (TOOLS) Support MacOS arm64 M-Series chips.

Bug Fixes

  • [TOOLS-1445] - (ASBACKUP) Usage goes to a mix of stdout and stderr.

3.13.1

23 Nov 06:24
258768d
Compare
Choose a tag to compare
  • First version to support linux/arm64.
  • Requires Aerospike Server version 4.9 or later.
  • Removed support for Debian 9 Stretch LTS

Bug Fixes

  • [TOOLS-2263] - (ASBACKUP) Backup file format changed for sindexes starting in asbackup 3.12.0.

3.13.0

18 Nov 12:55
481b693
Compare
Choose a tag to compare
  • First version to support linux/arm64.
  • Requires Aerospike Server version 4.9 or later.
  • Removed support for Debian 9 Stretch LTS

Improvements

  • [TOOLS-2182] - (PACKAGING) Remove support for Debian 9
  • [TOOLS-2172] - (ASBACKUP) Support ARM64 Linux.

Bug Fixes

  • [TOOLS-2222] - (ASBACKUP) Fix interpretation of EOF in backup file namespace names.

3.12.0

01 Oct 02:36
5522db4
Compare
Choose a tag to compare

Requires Aerospike Server version 4.9 or later.

New Features

  • [TOOLS-2088] - (ASBACKUP) Support backing-up and restoring sindexes on CDTs in server 6.1.

Improvements

  • [TOOLS-2134] - (ASBACKUP) Revise asrestore option --batch-size help text.
  • [TOOLS-2133] - (ASBACKUP) Add --compression-level option to asbackup help.

Bug Fixes

  • [TOOLS-2147] - (TOOLS) Tools RPM advertises that it provides libraries which it should not.

3.11.4

06 Sep 18:02
2e990a2
Compare
Choose a tag to compare
  • Requires Aerospike Server version 4.9 or later.
  • Support for macOS Catalina 10.15 removed.
  • The asbackup tool does not currently support secondary indexes (SI) with context (ctx). Instead, asbackup displays a warning and skips backing up any SIs that have “ctx”. The secondary indexes without "ctx" will backup and restore as usual.

Bug Fixes

  • [TOOLS-2137] - (ASBACKUP) Memory leak in asrestore record uploader.

3.11.3

31 Aug 03:40
38ea353
Compare
Choose a tag to compare
  • Requires Aerospike Server version 4.9 or later.
  • The asbackup tool does not currently support secondary indexes (SI) with context (ctx). Instead, asbackup displays a warning and skips backing up any SIs that have “ctx”. The SIs without "ctx" will backup and restore as usual.
  • Support for macOS Catalina 10.15 will be removed in the next release.

Bug Fixes

  • [TOOLS-2121] - (ASBACKUP)- Warn and skip backing up secondary indexes with context.