Changes
Page history
Update Restore instance with backup
authored
Mar 06, 2020
by
Daniel Palomar
Hide whitespace changes
Inline
Side-by-side
Restore-instance-with-backup.md
View page @
1845134f
...
...
@@ -24,7 +24,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:
6.
Restore the filesystem from the backup overriding the
`opencelldata`
folder.
7.
Up the opencell container:
```
$ docker-compose up -d
...
...
...
...