From ead938b40f74fde2acaa6d5a65c1b974f8298565 Mon Sep 17 00:00:00 2001 From: "D. Berge" Date: Fri, 18 Mar 2022 13:32:43 +0100 Subject: [PATCH] Inhibit exports. They don't seem to be used, and for backups it's better to just back up the whole database instead, which is being done remotely. --- bin/runner.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bin/runner.sh b/bin/runner.sh index a0472ad..8f637ee 100755 --- a/bin/runner.sh +++ b/bin/runner.sh @@ -99,8 +99,8 @@ print_log "Import SmartSource data" run $BINDIR/import_smsrc.py if [[ -z "$RUNNER_NOEXPORT" ]]; then - print_log "Export system data" - run $BINDIR/system_exports.py +# print_log "Export system data" +# run $BINDIR/system_exports.py fi if [[ -n "$RUNNER_IMPORT" ]]; then @@ -108,11 +108,11 @@ if [[ -n "$RUNNER_IMPORT" ]]; then run $BINDIR/system_imports.py fi -print_log "Export QC data" -run $BINDIR/human_exports_qc.py +# print_log "Export QC data" +# run $BINDIR/human_exports_qc.py -print_log "Export sequence data" -run $BINDIR/human_exports_seis.py +# print_log "Export sequence data" +# run $BINDIR/human_exports_seis.py print_log "Process ASAQC queue" # Run insecure in test mode: