How to restore SnapCenter repository from a mysqldump file
- Views:
- 940
- Visibility:
- Public
- Votes:
- 0
- Category:
- snapcenter
- Specialty:
- snapx
- Last Updated:
- 2/6/2025, 3:29:54 PM
Applies to
- SnapCenter Server
Description
- According to Upgrading the SnapCenter Server, creating a SnapCenter MySQL database dump before upgrading is needed if the repository backup is not configured.
Create the SnapCenter MySQL database dump if the repository backup is not configured.
md d:\SCBackup
mysqldump --all-databases --single-transaction --add-drop-database --triggers --routines --events -u root -p > D:\SCBackup\SCRepoBackup.dmp
When prompted, enter the password.
- This article describes how to restore SnapCenter NSM repository database from the mysqldump file.