From ddf38c0d4afcb3d3fa9b5acdd7a472ba8337b394 Mon Sep 17 00:00:00 2001 From: Arno Kaimbacher Date: Fri, 21 Apr 2023 15:54:07 +0200 Subject: [PATCH] restore docker images --- DisasterManagement.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/DisasterManagement.md b/DisasterManagement.md index 5b301ec..ae7d586 100644 --- a/DisasterManagement.md +++ b/DisasterManagement.md @@ -211,3 +211,9 @@ e.g. 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. + +
+
+

Restore API and Web Frontend from Docker Images

+All Tethys Docker Images are stored securely in our Gitea instance by using the built-in Docker Registry functionality. +... \ No newline at end of file