reorder steps, add remark about rebuilding image (as it was explicit in 0.4.0) as well as stopping the running services before upgrading DB schema.

This commit is contained in:
gluap 2022-03-22 22:22:18 +01:00 committed by Paul Bienkowski
parent f0f804ae76
commit 850b907995

View file

@ -7,11 +7,16 @@ development) and [deployment/README.md](deployment/README.md) (for production).
## 0.5.0
* **Prepare SQL Tiles**: required
* **OSM Import**: no
* **Migration**: required
* **Reimport tracks**: required
* **Config changes**: none
The upgrade requires the following steps in the given order
- Rebuild images
- Stop your portal and worker services.
- **Migration with alembic**: required
- **Prepare SQL Tiles**: required
- Start your portal and worker services.
- **Reimport tracks**: required
- **OSM Import**: no action required
- **Config changes**: none
## 0.4.1