From b3e8fe379f4bb283da64d83435c76d6d6db60b67 Mon Sep 17 00:00:00 2001 From: Ruben Date: Thu, 17 Jul 2025 00:17:44 -0500 Subject: [PATCH] vacuum shouldn't be a part of the backup step --- helperbot | 4 ---- 1 file changed, 4 deletions(-) diff --git a/helperbot b/helperbot index a25e6a1..6c02196 100755 --- a/helperbot +++ b/helperbot @@ -322,10 +322,6 @@ function system_backup { rm -fr $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) echo "${blue}Pulling in Postgres configurations...${normal}" mkdir -p $backup_working_directory/postgres