Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

View file
nameDataFlow.pptx
height250

Restore

Restores can be done by running the restore_volumes.sh script in the scripts folder of the git repository. You can edit the restore script accordingly as the script is highly documented. You only have to update the following specific parts:

  1. Ensure that the docker services are not currently running
  2. The caliper root folder. In the case of the test instance, it’s /opt/caliper_internal_test/caliper (Line 19)
  3. The Google Cloud Storage (GCS) bucket. In the case of the test instance this value is fao-datalab-backups (Line 20)
  4. Backup timestamp (Line 25). This is the timestamp of the backup you want to use from the GCS bucket.
  5. The GCS storage directory (Lines 34 and 62). In this case it’s …/caliper/internal/test

The restore_volumes.sh script, deletes the existing data folders if any, downloads the backup files from GCS and extracts them to the relevant data folder paths.



From VocBench to ShowVoc

To make a VB project visible in ShowVoc, that must be “deployed”. To do that,

...