configpolicy/vault
Dustin 87e8ec2ed4 synapse: Back up data using BURP
Most of the Synapse server's state is in its SQLite database.  It also
has a `media_store` directory that needs to be backed up, though.

In order to back up the SQLite database while the server is running, the
database must be in "WAL mode."  By default, Synapse leaves the database
in the default "rollback journal mode," which disallows multiple
processes from accessing the database, even for read-only operations.
To change the journal mode:

```sh
sudo systemctl stop synapse
sudo -u synapse sqlite3 /var/lib/synapse/homeserver.db 'PRAGMA journal_mode=WAL;'
sudo systemctl start synapse
```
2023-05-23 09:52:50 -05:00
..
burp synapse: Back up data using BURP 2023-05-23 09:52:50 -05:00
graylog hosts: Add logs0.p.b 2019-10-28 18:47:09 -05:00
hassdb hassdb: Fix playbook 2020-08-29 14:22:17 -05:00
minio burp-server: Deploy MinIO 2023-05-09 21:55:25 -05:00
samba-dc hosts: Add new domain controllers 2018-02-19 22:46:27 -06:00
synapse roles/synapse: Deploy the Matrix homeserver 2020-12-30 21:54:02 -06:00
zezere hosts: Add zezere0.p.b 2021-07-05 09:34:25 -05:00
bitwarden bitwarden_rs: Deploy Bitwarden_rs using Docker 2019-09-19 19:27:29 -05:00
gitea roles/gitea: Add Oauth2 JWT Secret 2019-04-24 16:18:19 -05:00
nextcloud roles/nextcloud: Switch to Fedora package 2021-06-24 20:21:48 -05:00
radius hosts: Add DCs to radius group 2018-05-06 13:10:31 -05:00
zabbix hosts: Add zbx0.pyrocufflink.blue 2018-04-14 15:47:30 -05:00