Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/server/upgrade/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ You can also clean the following variables from `.prod.env`:
6. Start up your docker containers
```bash
$ docker compose -f docker-compose.yml -d up # or similarly, based on your deployment
$ docker compose -f docker-compose.maps.yml -d up # or similarly, based on your deployment
```
7. Check that you are on correct database migration versions (`6cb54659c1de`, `e95d051969ce`).
```bash
Expand Down
Loading