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