Skip to content
GitLab
Explore
Sign in
Changes
Page history
Update Restore instance with backup
authored
Oct 11, 2019
by
Daniel Palomar
Show whitespace changes
Inline
Side-by-side
Restore-instance-with-backup.md
View page @
a68f4aae
...
...
@@ -23,3 +23,9 @@ $ docker exec -ti postgres createdb -U opencell opencell
```
$ cat <DUMP_FILE> | docker exec -i postgres psql -U opencell opencell
```
5.
Up the opencell container:
```
$ docker-compose up -d
```
\ No newline at end of file