From 4636fe7e64ce499f3a3224c6de9b44d699805892 Mon Sep 17 00:00:00 2001 From: tigattack <10629864+tigattack@users.noreply.github.com> Date: Mon, 28 Dec 2020 20:51:22 +0000 Subject: [PATCH] Add migrate command to 0.14 docs. (#435) --- website/docs/releases/0.14.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/releases/0.14.md b/website/docs/releases/0.14.md index f54aa7880..0343da4e7 100644 --- a/website/docs/releases/0.14.md +++ b/website/docs/releases/0.14.md @@ -50,7 +50,7 @@ This release does not introduce any new requirements. ### docker-compose -Download the latest docker-compose file from [here](https://raw.githubusercontent.com/BeryJu/authentik/version-0.14/docker-compose.yml) and run `docker-compose up -d`. +Download the latest docker-compose file from [here](https://raw.githubusercontent.com/BeryJu/authentik/version-0.14/docker-compose.yml). Aftewards, simply run `docker-compose up -d` and then the normal upgrade command of `docker-compose run --rm server migrate`. ### Kubernetes