First pull the latest from this repo:
cd OpenEats
git pull
Then check the release notes about any changes to the following files:
- docker-prod.override.yml
- env_prod.list
There should only be changes to these files in major releases (IE. 2.0.0, 3.0.0)
Once you know your env and docker compose files are up to date, Run:
./quick-start.py -t 1.0.3
OR
./quick-start.py
OR
./quick-start.py --help
The quick start script will do a few things.
- Creates a
docker-prod.version.yml
file with the required image tags. - Downloads the required images.
- Takes a backup of the database and your images.
- Restarts the OpenEats servers.
Enjoy!