Skip to content
Snippets Groups Projects
DEPLOYMENT-NOTES.rst 1012 B

Deployment notes

  • 2021-09-30 Enable alerting needs a secret in private-keys/grafana-slack-url looking like the template in morph/grid/local/private-keys/grafana-slack-url and pointing to the secret API endpoint URL saved in this 1Password entry (or create a new secret URL at https://www.slack.com/apps/A0F7XDUAZ).

  • 2021-09-07 Manage access to payment metrics requires moving and chown'ing the PaymentServer database on the payments host:

    mkdir /var/lib/zkapissuer
    
    mv /var/db/vouchers.sqlite3 /var/lib/zkapissuer/vouchers.sqlite3
    
    chown -R zkapissuer:zkapissuer /var/lib/zkapissuer
    
    chmod 750 /var/lib/zkapissuer
    chmod 640 /var/lib/zkapissuer/vouchers.sqlite3