Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 509 Bytes

rbac.md

File metadata and controls

31 lines (21 loc) · 509 Bytes

RBAC backup

We support backup and restore RBAC meta since:

milvus-backup: v0.4.21

Milvus: v2.4.10

Usage

command

Add rbac parameter in create and restore command

If set --rbac, will backup/restore RBAC meta.

./milvus-backup create -n backup --rbac
./milvus-backup restore -n backup --rbac

API

Add rbac parameter in create and restore API request.

Backup

Restore