pull latest git

This commit is contained in:
Simon Larsen
2022-12-31 11:24:00 +00:00
parent 015427f078
commit 13177a5cf4
2 changed files with 4 additions and 0 deletions

View File

@@ -6,6 +6,8 @@ export $(grep -v '^#' config.env | xargs)
echo "Starting backup...."
git pull
sudo docker run --net=host --rm \
--env-file config.env \
--volume=$(pwd)$DATABASE_BACKUP_DIRECTORY:/var/lib/postgresql/data \