fix vacuum commands
This commit is contained in:
parent
abb463410e
commit
003cecbbb7
1 changed files with 5 additions and 5 deletions
10
helperbot
10
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue