lifecycle: also migrate before starting worker, trap exit to cleanup mode (#5123)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L
2023-03-30 14:04:38 +02:00
committed by GitHub
parent 75510ead84
commit 9666d407b4
4 changed files with 24 additions and 11 deletions

View File

@ -52,4 +52,4 @@ To format the frontend code, run `make web`.
## Running
Now that the backend and frontend have been setup and built, you can start authentik by running `make run`. authentik should now be accessible at `http://localhost:9000`.
Now that the backend and frontend have been setup and built, you can start authentik by running `ak server`. authentik should now be accessible at `http://localhost:9000`.