remove outline of docker update batch script - it wasn't ready and I committed it when I didn't understand how github branches work (I still don't, really).
838 B
838 B
The Updating process depends on your chosen method of installation
While intermediate updates can be skipped when updating please make sure to read the release notes in case some special action is required to update.
Docker
For all setups using Docker the updating process look something like this
- Before updating it is recommended to create a backup!
- Stop the container using
docker-compose down
- Pull the latest image using
docker-compose pull
- Start the container again using
docker-compose up -d
Manual
For all setups using a manual installation updates usually involve downloading the latest source code from GitHub. After that make sure to run:
manage.py collectstatic
manage.py migrate
To apply all new migrations and collect new static files.