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.
This commit is contained in:
D. Berge
2022-03-18 13:32:43 +01:00
parent 634a7be3f1
commit ead938b40f

View File

@@ -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: