Skip to content

Commit

Permalink
chore: added description for restoring from backups to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Th3o4oR committed Feb 13, 2025
1 parent d283596 commit ffb12c6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <backup-name>
```

The backups must be stored in the `/opt/backups` folder for this to work.

## Other random things
### Curl examples with authentication
#### Login
Expand Down

0 comments on commit ffb12c6

Please sign in to comment.