Perform Post-Migration Cleanup

During the upgrade process you are migrating content from the source AVS to the destination AVS. This step is expected to take about 60 minutes.

  1. Log in to the destination Audit Vault Server through SSH and switch to the root user.

  2. Run the following command to initiate post-migration cleanup:

    /usr/local/dbfw/migrate_20x/avsMigrateDestination --postMigrate

    In a separate terminal you can run the following to track progress and potential errors:

    tail -f /var/log/messages
    tail -f /var/log/debug

    Once migration is complete, Post Migrate completed message will appear on the console.

Related Topics