Add clean up instructions

This commit is contained in:
Henrik Hüttemann 2023-06-05 14:22:40 +02:00
parent 81b092cc7b
commit 48c1bd7753
No known key found for this signature in database
GPG Key ID: 9F7BD10E0A8A111E

View File

@ -43,6 +43,17 @@ Copy over `.env.example` to `.env` and insert your values.
`npm test`.
## Cleaning Up
To clean up the Synapse server and loal storage database, run (while the containers are stopped)
```shell
sudo rm files/homeserver.db
rm db.sqlite
```
Then you can restart with an empty but quite equal server, following the instructions above, excluding the `generate` command.
## Design Decisions
- Getting data from Rocket.Chat via (currently) manual mongodb export