From ffb12c6ef6d85a9176def6e220fa798b06b89256 Mon Sep 17 00:00:00 2001 From: Theodor Johansson Date: Thu, 13 Feb 2025 11:35:36 +0100 Subject: [PATCH] chore: added description for restoring from backups to readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d08ecd8..75fd5a2 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,14 @@ The dev environment has a default admin user with the following credentials: | -------- | -------- | | admin | 1234 | +## Restoring from backups +Backups of the site and it's data should be regularly created. If something goes wrong, one can restore from a backup by calling +```bash +./nettverksdagen restore +``` + +The backups must be stored in the `/opt/backups` folder for this to work. + ## Other random things ### Curl examples with authentication #### Login