Changes
Page history
Update migration
authored
Jan 13, 2020
by
Pau Pérez Fabregat
Hide whitespace changes
Inline
Side-by-side
migration.md
View page @
8ce18b7d
...
...
@@ -10,9 +10,15 @@ To update the version of your OC instance we do the next process:
```
$ wget http://dl.opencellsoft.com/7.3.0/7.2.2_TO_7.3.0.sql
```
-
Change to the
`opencell`
user (only this one has permissions for docker):
```
$ sudo su - opencell
```
-
Execute the script with
`docker exec`
as the
`opencell`
user (only this one has permissions for docker)
:
-
Execute the script with
`docker exec`
:
```
$ docker exec -i postgres psql -U opencell opencell < 7.2.2_TO_7.3.0.sql
...
...
...
...