Aerospike Backup Service 3.4.0 release notes
For the complete documentation index see: llms.txt
All documentation pages available in markdown.
November 5, 2025 | Download
This release delivers bug fixes and incremental improvements based on customer feedback. The primary addition is rack‑aware backups.
Breaking changes
- The
prefer-racksconfiguration field has moved from thebackup-routinessection to theaerospike-clusterssection of the configuration file.
New features
-
A new
rack-listfield has been added tobackup-routines. It backs up partitions whose master is on a node in the listed racks when the job starts. This field is mutually exclusive withnode-listandpartition-list, and with cluster-levelprefer-racks.prefer-racksstill backs up the entire namespace and only affects which replica is read per partition. See Rack-aware backup: prefer-racks vs rack-list. -
A new optional
timestamp-formatfield is available in theservice.backupconfiguration section. -
The
backup-policiessection adds two optional fields:max-concurrent-nodes— Maximum number of concurrent requests to server nodes. Default: issue requests to all nodes in parallel.use-scan-compression— Enables built‑in compression during scan operations (Aerospike Server Enterprise Edition only). Both fields are optional; they do not change functionality but may affect performance.
For additional details about fixes, improvements, and maintenance in this release, see the release page on GitHub.