configpolicy/vault/burp
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
..
bw0.pyrocufflink.blue bitwarden_rs: Configure BURP client 2019-09-19 19:27:30 -05:00
cloud0.pyrocufflink.blue hosts: cloud0: Configure backups with BURP 2020-08-29 14:22:17 -05:00
file0.pyrocufflink.blue hosts: Add file0.p.b to burp-client 2018-08-08 22:07:32 -05:00
git0.pyrocufflink.blue gitea: Back up with BURP 2023-04-12 14:07:51 -05:00
hass1.pyrocufflink.blue hosts: hass1: Configure backups with BURP 2020-08-29 14:22:17 -05:00
hass2.pyrocufflink.blue burp: Add missing client password for hass2 2022-01-22 12:19:47 -06:00
matrix0.pyrocufflink.blue synapse: Back up data using BURP 2023-05-23 09:52:50 -05:00