Skip to content

Releases: zilliztech/milvus-backup

v0.5.9

03 Nov 08:27
284a3dc

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.8...v0.5.9

v0.5.9-rc1

29 Oct 09:29
8e54045

Choose a tag to compare

v0.5.9-rc1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.5.8...v0.5.9-rc1

v0.5.8

12 Aug 06:24
2cda63a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.7...v0.5.8

v0.5.8-rc1

31 Jul 02:38
61ecf4f

Choose a tag to compare

v0.5.8-rc1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.5.7...v0.5.8-rc1

v0.5.7

08 Jul 04:36
8d327c5

Choose a tag to compare

What's Changed

Full Changelog: v0.5.7-rc1...v0.5.7

v0.5.7-rc1

30 Jun 11:37
bb346b4

Choose a tag to compare

v0.5.7-rc1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.5.6...v0.5.7-rc1

v0.5.6

29 May 07:09
19452bc

Choose a tag to compare

What's Changed

Full Changelog: v0.5.5...v0.5.6

v0.5.5

08 May 10:10
ce8682d

Choose a tag to compare

⚠️ Breaking Change (Carried over from previous version)

Previously, the milvus-backup tool only backed up databases that contained at least one collection.
Now, it backs up all databases, including those without any collections, and also includes database-level parameters (such as database.diskQuota.mb and database.replica.number ).

⚠️ Requires additional permission: DescribeDatabase — the backup will fail without it.

Additionally:

  • Backup files now include metadata for empty databases and their parameters;
  • Restoring these parameters is still not supported — only backup is performed;
  • During restore, the empty databases will be recreated.

What's Changed

New Contributors

Full Changelog: v0.5.4...v0.5.5

v0.5.4

29 Apr 09:39
b26b74e

Choose a tag to compare

⚠️ Breaking Change

Starting from this release, the milvus-backup tool will backup all databases, even if a database contains no collections, and will also backup parameters associated with each database.

⚠️ Restoring these parameters is not yet supported in this version — only the backup is performed.

Implications:

  • Requires additional permission: DescribeDatabase — missing this permission may cause the backup process to fail.

  • The backup file will include metadata for empty databases and their parameters;

  • During restore, only the databases will be recreated — parameters will not be restored yet;

Please ensure proper permissions are granted and review any scripts or workflows that may rely on the previous behavior before upgrading.

What's Changed

New Contributors

Full Changelog: v0.5.3...v0.5.4

v0.5.3

02 Apr 05:28
f20e3ba

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.2...v0.5.3