restore docker images

Kaimbacher 2023-04-21 15:54:07 +02:00
parent af4aa72894
commit ddf38c0d4a

@ -211,3 +211,9 @@ e.g.
pg_restore -h localhost -p 5432 -U tethys_user -d tethys_db -v /tmp/tethys_20230404.backup pg_restore -h localhost -p 5432 -U tethys_user -d tethys_db -v /tmp/tethys_20230404.backup
``` ```
Once the restore process is complete, the research database should be fully recovered with all its data and objects. Once the restore process is complete, the research database should be fully recovered with all its data and objects.
<br>
<br>
<h1>Restore API and Web Frontend from Docker Images</h1>
All Tethys Docker Images are stored securely in our Gitea instance by using the built-in Docker Registry functionality.
...