Update compose.yml
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
mayel 2023-07-29 10:42:49 +00:00
parent 1c93adcf21
commit d2c8993fcc
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ services:
backupbot.backup.post-hook: "rm -rf /tmp/backup"
backupbot.backup.path: "/tmp/backup/"
backupbot.restore: "true"
backupbot.restore.post-hook: "sh -c 'ls -la . && psql -U $${POSTGRES_USER} -d $${POSTGRES_DB} < ./backup.sql && rm -f ./backup.sql'"
backupbot.restore.post-hook: "sh -c 'psql -U $${POSTGRES_USER} -d $${POSTGRES_DB} < ./backup.sql && rm -f ./backup.sql'"
volumes:
postgres:
codimd_uploads: