Skip to content

Commit

Permalink
Add note about backups
Browse files Browse the repository at this point in the history
  • Loading branch information
phylor committed Oct 23, 2022
1 parent 5b8af25 commit 618817f
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 @@ -29,6 +29,14 @@ docker-compose -f docker-compose.sqlite.yml up

Add a page for data privacy by creating a file at `app/views/pages/data_privacy.html.haml`.

### Backups

All data is stored in the database. It is thus sufficient to backup the database.

If PostgreSQL is used: use `pg_dump` to backup the database specified in `DATABASE_URL`.

If SQLite is used: backup the `.sqlite3` file specified in `DATABASE_URL`.

## Development

```shell
Expand Down

0 comments on commit 618817f

Please sign in to comment.