From 003cecbbb7951083b841f4a21e14121007ce65cf Mon Sep 17 00:00:00 2001 From: Ruben Date: Mon, 7 Jul 2025 23:13:32 -0500 Subject: [PATCH] fix vacuum commands --- helperbot | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/helperbot b/helperbot index ed0c42b..97b1cd2 100755 --- a/helperbot +++ b/helperbot @@ -532,11 +532,11 @@ function system_vacuum { postgres_vacuum postgres-db-1 mastodon ${MASTODON_POSTGRES_PASSWORD} elif [ "$synth_current_system" = "neptunium" ]; then # neptunium postgres_vacuum_self - postgres_vacuum forgejo ${FORGEJO_POSTGRES_PASSWORD} - postgres_vacuum ejabberd ${EJABBERD_POSTGRES_PASSWORD} - postgres_vacuum askjs ${ASKJS_POSTGRES_PASSWORD} - postgres_vacuum freshrss ${FRESHRSS_POSTGRES_PASSWORD} - postgres_vacuum zitadel ${ZITADEL_POSTGRES_PASSWORD} + postgres_vacuum postgres-db-1 forgejo ${FORGEJO_POSTGRES_PASSWORD} + postgres_vacuum postgres-db-1 ejabberd ${EJABBERD_POSTGRES_PASSWORD} + postgres_vacuum postgres-db-1 askjs ${ASKJS_POSTGRES_PASSWORD} + postgres_vacuum postgres-db-1 freshrss ${FRESHRSS_POSTGRES_PASSWORD} + postgres_vacuum postgres-db-1 zitadel ${ZITADEL_POSTGRES_PASSWORD} elif [ "$synth_current_system" = "cerium" ]; then # cerium echo "${blue}vacuum:${normal} ${green}${synth_current_system}${normal} doesn't have anything to vacuum." elif [ "$synth_current_system" = "synthnix" ]; then # synthnix