From 7048bf36559aecda1b0e08fc81c37d6ff04bbe46 Mon Sep 17 00:00:00 2001 From: sido Date: Thu, 27 Sep 2018 16:19:58 +0200 Subject: [PATCH] updated backup documnentation --- molgenis-nexus/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/molgenis-nexus/README.md b/molgenis-nexus/README.md index 35ef133..b6bda27 100644 --- a/molgenis-nexus/README.md +++ b/molgenis-nexus/README.md @@ -13,7 +13,12 @@ This chart will deploy: - 1 MOLGENIS-httpd container (to proxy the registry and docker to one domain) ## Backup restore +There are two steps in restoring the NEXUS. +- Database +- Blobstore + +### Restore the database Go to the commandline: ```bash @@ -35,6 +40,10 @@ Go to the NFS-provisioner to the path of the persistent volume: ls -t --full-time | head -7 | xargs cp ../restore-from-backup/ ``` +### Restore the blobstore +You can copy the directory ```blobs``` to the target persistent volume ```/ blobs```. + +You can now bring the NEXUS back up. ## Installing the Chart