Fixed edge upgrade script - added text to modify docker-compose and add volumes section

This commit is contained in:
Volodymyr Babak 2023-12-13 21:17:23 +02:00
parent f4761519b6
commit f4f693da54

View File

@ -70,10 +70,22 @@ Apply a similar update for the PostgreSQL service. Find the section:
And replace it with: And replace it with:
```text ```text
volumes: volumes:
- tb-edge-postgres-data/:/var/lib/postgresql/data - tb-edge-postgres-data:/var/lib/postgresql/data
... ...
``` ```
Finally, please add next volumes section at the end of the file:
```text
...
volumes:
tb-edge-data:
name: tb-edge-data
tb-edge-logs:
name: tb-edge-logs
tb-edge-postgres-data:
name: tb-edge-postgres-data
```
##### Backup Database ##### Backup Database
Make a copy of the database volume before upgrading: Make a copy of the database volume before upgrading: