vacuum shouldn't be a part of the backup step

This commit is contained in:
Ruben 2025-07-17 00:17:44 -05:00
commit b3e8fe379f
No known key found for this signature in database
GPG key ID: 8EA836555FB6D9A5

View file

@ -322,10 +322,6 @@ function system_backup {
rm -fr $backup_working_directory/* rm -fr $backup_working_directory/*
mkdir -p $backup_working_directory mkdir -p $backup_working_directory
# ============================================================================= # =============================================================================
# call in database vacuuming function
echo "${blue}Calling in vacuuming...${normal}"
system_vacuum
# =============================================================================
# backup files - postgres (we just want to keep a copy of the compose file) # backup files - postgres (we just want to keep a copy of the compose file)
echo "${blue}Pulling in Postgres configurations...${normal}" echo "${blue}Pulling in Postgres configurations...${normal}"
mkdir -p $backup_working_directory/postgres mkdir -p $backup_working_directory/postgres