如何从myq_dump文件还原SnapCenter存储库
适用场景
- SnapCenter 服务器
问题描述
- 根据升级SnapCenter服务器,如果未配置存储库备份,则需要在升级之前创建SnapCenter MySQL数据库转储。
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.
- 本文介绍如何从myq_dump文件还原SnapCenter NSM存储库数据库。