Changes
Page history
Update Restore instance with backup
authored
Jul 06, 2020
by
Daniel Palomar
Show whitespace changes
Inline
Side-by-side
Restore-instance-with-backup.md
View page @
a7dad297
...
...
@@ -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:
...
...
...
...