add service files, -it was unneeded here
This commit is contained in:
parent
4e54419a7e
commit
d547279f8d
5 changed files with 31 additions and 1 deletions
|
|
@ -268,7 +268,7 @@ function postgres_vacuum_self {
|
|||
return 1
|
||||
fi
|
||||
# vacuum self
|
||||
docker exec -it postgres-db-1 /bin/bash -c "psql -U postgres -c 'VACUUM ANALYZE;'"
|
||||
docker exec postgres-db-1 /bin/bash -c "psql -U postgres -c 'VACUUM ANALYZE;'"
|
||||
# unset secrets
|
||||
unset $(grep -v '^#' /etc/secrets/postgres.env | sed -E 's/(.*)=.*/\1/' | xargs)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue