Browse Source

Merge pull request #9842 from volodymyr-babak/edge-docker-upgdate-fix

Fixed edge upgrade script - added volumes section
pull/9861/head
Andrew Shvayka 3 years ago
committed by GitHub
parent
commit
cd3477787b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      application/src/main/data/json/edge/instructions/upgrade/docker/upgrade_preparing.md

14
application/src/main/data/json/edge/instructions/upgrade/docker/upgrade_preparing.md

@ -70,10 +70,22 @@ Apply a similar update for the PostgreSQL service. Find the section:
And replace it with:
```text
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
Make a copy of the database volume before upgrading:

Loading…
Cancel
Save