vacuum shouldn't be a part of the backup step
This commit is contained in:
parent
33b6b53008
commit
b3e8fe379f
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue