website/docs: remove migrate command
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
28cb803fd9
commit
426686957d
|
@ -148,7 +148,7 @@ stages:
|
||||||
inputs:
|
inputs:
|
||||||
script: |
|
script: |
|
||||||
pipenv run python -m scripts.generate_ci_config
|
pipenv run python -m scripts.generate_ci_config
|
||||||
pipenv run ./manage.py migrate
|
pipenv run python -m lifecycle.migrate
|
||||||
- job: migrations_from_previous_release
|
- job: migrations_from_previous_release
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'ubuntu-latest'
|
vmImage: 'ubuntu-latest'
|
||||||
|
|
|
@ -74,7 +74,6 @@ Afterwards, run these commands to finish
|
||||||
```shell
|
```shell
|
||||||
docker-compose pull
|
docker-compose pull
|
||||||
docker-compose up -d
|
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.
|
The compose file statically references the latest version available at the time of downloading, which can be overridden with the `SERVER_TAG` environment variable.
|
||||||
|
|
Reference in New Issue