Update Restore instance with backup authored by Daniel Palomar's avatar Daniel Palomar
...@@ -23,3 +23,9 @@ $ docker exec -ti postgres createdb -U opencell opencell ...@@ -23,3 +23,9 @@ $ docker exec -ti postgres createdb -U opencell opencell
``` ```
$ cat <DUMP_FILE> | docker exec -i postgres psql -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