Migrate DB before using for the first time (#1310)

This commit is contained in:
Jamil
2023-01-13 17:43:44 -08:00
committed by GitHub
parent 5320596cec
commit bff52590e1
2 changed files with 6 additions and 0 deletions

View File

@@ -77,6 +77,10 @@ installation process, follow the steps below to install manually.
```
1. At a minimum, change the `ADMIN_EMAIL` and `EXTERNAL_URL` variables.
Optionally modify other secrets as needed.
1. Migrate the database:
```shell
docker compose run --rm firezone bin/migrate
```
1. Create the first admin:
```shell
docker compose run --rm firezone bin/create-or-reset-admin