MSR 4.0 reaches End of Life (EOL) on July 17, 2026. To maintain support and receive updates, Mirantis recommends upgrading to the latest version.
Monitoring backup and restore status#
Use these commands to check the status of backups and restores:
To list all backups:
velero backup get
To list all restores:
velero restore get
To check details of a specific backup:
velero backup describe msr4-full-backup --details
To check details of a specific restore:
velero restore describe msr4-restore --details