mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Migrate DB before using for the first time (#1310)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user