32.8.2 Drop Triggers

You can remove the trigger, stop recording any change to the database, and stop replicating all tables to the peer servers in the cluster.

To stop recording changes to the database and drop the triggers run the following commands:

  1. docker exec -ti aaf-aucore-1 bash

  2. /opt/penv/bin/au-replica stop

  3. au-replica drop-triggers

Run the following commands to enable the trigger, initiate storing changes to the database, and start the replication with the peer servers:

  1. docker exec -ti aaf-aucore-1 bash

  2. au-replica start