From 426686957d4c58ed28f3f003dccc045d92d869a1 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Wed, 16 Jun 2021 22:43:43 +0200 Subject: [PATCH] website/docs: remove migrate command Signed-off-by: Jens Langhammer --- azure-pipelines.yml | 2 +- website/docs/installation/docker-compose.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9bae8cce6..5f03da0c7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -148,7 +148,7 @@ stages: inputs: script: | pipenv run python -m scripts.generate_ci_config - pipenv run ./manage.py migrate + pipenv run python -m lifecycle.migrate - job: migrations_from_previous_release pool: vmImage: 'ubuntu-latest' diff --git a/website/docs/installation/docker-compose.md b/website/docs/installation/docker-compose.md index a65635751..3476adad3 100644 --- a/website/docs/installation/docker-compose.md +++ b/website/docs/installation/docker-compose.md @@ -74,7 +74,6 @@ Afterwards, run these commands to finish ```shell docker-compose pull docker-compose up -d -docker-compose run --rm server migrate ``` The compose file statically references the latest version available at the time of downloading, which can be overridden with the `SERVER_TAG` environment variable.