Update Restore instance with backup authored by Daniel Palomar's avatar Daniel Palomar
......@@ -115,6 +115,14 @@ $ cat <snapshot-path>/opt/backup/.tmp/pg_dump_keycloak.sql | docker exec -i post
```
$ sudo cp -r <snapshot-path>/home/opencell/opencelldata /home/opencell/opencelldata
$ sudo chown -R 1000 /home/opencell/opencelldata
```
6. Restore the OC properties:
```
$ sudo cp -r <snapshot-path>/home/opencell/input-files/opencell-admin.properties /home/opencell/input-files/opencell-admin.properties
$ sudo chown -R 1000 /home/opencell/input-files/opencell-admin.properties
```
6. Up the OC container:
......
......