Find answers to your technical questions and learn how to use our products
Search suggestions:
Restore the AE Services server data from a backup file using the command line interface.
cp <backup file name> to /tmp
To restore the server data with the High Availability and Disaster Recovery (HADR) configuration, run the following command:
/opt/mvap/bin/Restore.sh –L <path to the backup fIle>
To restore the server data without the HADR configuration, run the following command:
/opt/mvap/bin/Restore.sh –L -n <path to the backup fIle>
Previous Topic
Next Topic