Cisco SD-WAN backup vManage NMS configuration database

You can backup the entire vManage NMS's configuration database.

First use vshell to enter the shell.

Now you can use the request command to create the backup:

vManage1# request nms configuration-db backup path /opt/data/backup/my-config-backup Starting backup of configuration-db config-db backup logs are available in /var/log/nms/neo4j-backup.log file Successfully saved database to /opt/data/backup/my-config-backup.tar.gz

This stores the backup on the vManage controller so don't forget to copy it to a remote location. For example, using Cisco SD-WAN scp command:

scp /opt/data/backup/my-config-backup.tar.gz admin@10.65.90.50:/backup