SC NSM dump database collection fails with "A subdirectory or file already exists"
Applies to
SnapCenter Server [SC]
Issue
SnapCenter MySQL database dump of the repository backup command fails with:
C:\Windows\system32>mysqldump --all-databases --single-transaction --add-drop-database --triggers --routines --events -u root -p > D:\SCBackup\SCRepoBackup.dmpA subdirectory or file --all-databases already exists.Error occurred while processing: --all-databases.A subdirectory or file --single-transaction already exists.Error occurred while processing: --single-transaction.A subdirectory or file --add-drop-database already exists.Error occurred while processing: --add-drop-database.A subdirectory or file --triggers already exists.Error occurred while processing: --triggers.A subdirectory or file --routines already exists.Error occurred while processing: --routines.A subdirectory or file --events already exists.Error occurred while processing: --events.A subdirectory or file -u already exists.Error occurred while processing: -u.A subdirectory or file root already exists.Error occurred while processing: root.A subdirectory or file -p already exists.Error occurred while processing: -p.