From 48c1bd7753899be27d34a20acf9ef37d7de53606 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20H=C3=BCttemann?= Date: Mon, 5 Jun 2023 14:22:40 +0200 Subject: [PATCH] Add clean up instructions --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 228f51a..0b7f620 100644 --- a/README.md +++ b/README.md @@ -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