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:
parent
f0f804ae76
commit
850b907995
15
UPGRADING.md
15
UPGRADING.md
|
@ -7,11 +7,16 @@ development) and [deployment/README.md](deployment/README.md) (for production).
|
||||||
|
|
||||||
## 0.5.0
|
## 0.5.0
|
||||||
|
|
||||||
* **Prepare SQL Tiles**: required
|
The upgrade requires the following steps in the given order
|
||||||
* **OSM Import**: no
|
|
||||||
* **Migration**: required
|
- Rebuild images
|
||||||
* **Reimport tracks**: required
|
- Stop your portal and worker services.
|
||||||
* **Config changes**: none
|
- **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
|
## 0.4.1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue