Unsolved

1 Rookie

 • 

12 Posts

1438

May 31st, 2022 07:00

MongoDB/MariaDB WMS backup/restore commands

Good morning,

Would someone know the correct commands in WMS to backup/restore the MongoDB/MariaDB backups please. The commands that Dell has provided aren't working.

Thanks,

Dre

July 3rd, 2022 07:00

Hello,
You can refer to this latest Dell WMS guide, by default DBs located in "C:\Program Files\DELL\WMS\Database".

  1. Open command prompt where the Wyse Management Suite database is installed.
  2. Run the following commands to perform a database backup of MongoDB and MariaDB:
    • MongoDB backup—mongodump --host localhost -u stratus -p --authenticationDatabase admin --db stratus --out ".\wmsmongodump".
    • MariaDB backup—mysqldump --routines -hlocalhost -ustratus -p stratus > ".\wmsdump.sql".
  3. Use the Software Vault utility to export the Software Vault key from the current Wyse Management Suite server. To export the key, see Export the Software Vault key.

Top