Skip to content
Snippets Groups Projects
Commit f78a9105 authored by Florian Sesser's avatar Florian Sesser
Browse files

Add deployment notes

parent 494823b7
No related branches found
No related tags found
No related merge requests found
Deployment notes
================
- 2021-09-07 `Manage access to payment metrics <https://whetstone.privatestorage.io/privatestorage/PrivateStorageio/-/merge_requests/146>`_ 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment