How to restore SnapCenter repository from a mysqldump file
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.