Skip to content

Commit

Permalink
[#135] Update the readme with information about backups
Browse files Browse the repository at this point in the history
  • Loading branch information
cafischer committed Oct 23, 2023
1 parent ac6bd64 commit 15de64e
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 @@ -507,3 +507,11 @@ docker exec acme-sh --update-account --accountemail '<the-new-address@somewhere.

#### TLS Certificates and Running Locally
When running locally, we instead use a [certificate created for localhost](ssl_certificates_localhost). Since ownership of localhost cannot be certified, this is a single self-signed certificate instead of a full chain signed by a CA like on the server, and an exception must be added to your browser to trust it.


## Backups
A backup of the database and media files is created each day.
You can also manually trigger a backup on the server by running
```shell
/home/monitoring/backup.sh production
```

0 comments on commit 15de64e

Please sign in to comment.