Skip to content

Commit 62b9de9

Browse files
readme
1 parent 438b5b3 commit 62b9de9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ docker compose up -d
1515

1616
### Database Initialization
1717

18-
The database is initialized by an "updater" service which simply runs `scripts/setup-database.sh` and exits. Docker should retry it continuously until it succeeds.
18+
* The database is initialized by an "updater" service which simply runs `scripts/setup-database.sh` and exits. Docker should retry it continuously until it succeeds.
19+
* To test migrations with real data, add a dump to the `db/dumps/` directory.
1920

2021
### Secrets
2122

0 commit comments

Comments
 (0)