Hosted onifebitcoin.orgvia theHypermedia Protocol

In case anybody else has to do this.

The workflow is pretty safe. It will reset the batch notification timer, and it should only send new notifications from the time you run this workflow.

  1. Stop Email Service

    docker stop notify

  2. Open the notifier db

    sudo sqlite3 /shm/gateway/notify/web-db.sqlite

  3. Read the status table, copy somewhere in case its helpful for later debugging

    select * from notifier_status;

  4. Empty the notifier status table

    delete from notifier_status;

  5. Close sqlite (ctrl-d)

  6. Start the notifier service and watch logs

    docker start notify && docker logs notify -f -n 10

Do you like what you are reading? Subscribe to receive updates.

Unsubscribe anytime