Update Restore instance with backup authored by Daniel Palomar's avatar Daniel Palomar
......@@ -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
......
......