fix vacuum commands

This commit is contained in:
Ruben 2025-07-07 23:13:32 -05:00
commit 003cecbbb7
No known key found for this signature in database
GPG key ID: 8EA836555FB6D9A5

View file

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