Importing the Database

  1. Log in to the Administration portal with the FULL ADMIN role privilege where the Global Master is set up.

  2. Click Export.

  3. Click For import Click Here to upload the database.

  4. In Upload backup section, specify the following details:

    1. From: The database download URL (FTP or HTTP server). Ensure the database file is in the .cpt format.

    2. Decrypt Password: The password to decrypt the database file.

  5. Click Upload.

  6. The upload logs are displayed. The uploaded file is displayed in the Import backup section.

  7. Click Import next to the uploaded file.

  8. Click OK.

    The import logs are displayed. Import of the database to the Global Master is complete.

  9. Copy the Global Master DB to all the Database Masters and database server machines.

    1. Log in as a root user to the Database Master machine.Run the following commands to copy from the Global Master database to a local DB.

      1. Log in to the Aucore container:

        docker exec -it aaf-aucore-1 bash

      2. Copy the database from Global Master server to a local DB:

        /opt/penv/bin/au-replica copy-db

      3. Start all the Advanced Authentication processes:

        /opt/superctl start all

      4. Start the replication to the other cluster members:

        /opt/penv/bin/au-replica start

      5. Exit the container:

        exit

      or

      Run the following single command to start all the services:

      docker exec aaf-aucore-1 bash -c "/opt/penv/bin/au-replica copy-db && /opt/superctl start all && /opt/penv/bin/au-replica start"

  10. Repeat Step 1 to Step 9 on all the Database Master and DB server machines.

  11. Log in to all the server members and check the cluster page.

NOTE:After importing the database, information about the Last 200 outgoing batches for every server listed in Cluster > Batches of the Administration portal will be lost.