Restoring AE Services data using the command line interface

Last Updated : Oct 05, 2021 |

About this task

Restore the AE Services server data from a backup file using the command line interface.

Procedure

  1. Log in to the AE Services as a root user.
  2. Copy the backup file to the /tmp directory using the following command:

    cp <backup file name> to /tmp

  3. Do one of the following:
    • 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>

  4. Restart all services and servers.