diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b46fad802043eac4f15a38047ad6fa28e5a3fab0..3a0ccc1d2394e392d7ce01d57708292253f5b36e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -55,6 +55,6 @@ create-backup-task: - if: $CI_PIPELINE_SOURCE == "schedule" script: - export FILENAME=backup-$(date '+%Y-%m-%d.%h%m').gz - - docker exec -u postgres -it lazer-server-db pg_dump --username=postgres -d lazer --port 5432 --host localhost > lazer.sql + - docker exec -u postgres -t lazer-server-db pg_dump --username=postgres -d lazer --port 5432 --host localhost > lazer.sql - gzip -c lazer.sql > $FILENAME - curl -F "file=@./$FILENAME" -F "content=Backup for $(date)" $WEBHOOK_URL \ No newline at end of file