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 @
06b8abe9
...
...
@@ -12,7 +12,7 @@ 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
```
-
Execute the script with
`docker exec`
:
-
Execute the script with
`docker exec`
as the
`opencell`
user (only this one has permissions for docker)
:
```
$ docker exec -i postgres psql -U opencell opencell < 7.2.2_TO_7.3.0.sql
...
...
...
...