From 83ecef95410f200c7668d2ad2e7a70d96efacb53 Mon Sep 17 00:00:00 2001 From: Torben Brenner Date: Tue, 21 Apr 2026 13:45:19 +0200 Subject: [PATCH] Wrote down idea for ovisreimport script --- bridgehead | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/bridgehead b/bridgehead index 09b46f59..2cd24891 100755 --- a/bridgehead +++ b/bridgehead @@ -186,6 +186,19 @@ case "$ACTION" in ;; postRun | postUpdate) ;; + ### ovisreimport is untested, just writing down the idea to test it later + # ovisreimport) + # ./bridgehead stop ${PROJECT} + # docker volume rm ${PROJECT}_ovis-mongodb-data + # loadVars + # hc_send log "Bridgehead $PROJECT startup (ovisreimport): Checking requirements ..." + # checkRequirements + # sync_secrets + # hc_send log "Bridgehead $PROJECT startup (ovisreimport): Requirements checked out. Now starting bridgehead ..." + # exec $COMPOSE --profile ovisreimport -p $PROJECT -f ./minimal/docker-compose.yml -f ./$PROJECT/docker-compose.yml $OVERRIDE up --abort-on-container-exit *) + # printUsage + # exit 1 + # ;; *) printUsage exit 1