Skip to content

Commit de6ff88

Browse files
committed
build(database): update init-database-backup-cron.sh
1 parent 5e9244f commit de6ff88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/database/init-database-backup-cron.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ service cron start
1616
echo -e "${LOG_COLOR}[init-database-backup-cron.sh] Adding cron job to schedule database backups${LOG_COLOR_CLEAR}"
1717
(echo "55 19 * * * pg_dump -U $POSTGRES_USER --no-password --clean --if-exists --format=plain $POSTGRES_DB | gzip > /var/lib/postgresql/backups/db-backup.gz") | crontab -
1818
echo -e "${LOG_COLOR}[init-database-backup-cron.sh] Executing Postgres entrypoint${LOG_COLOR_CLEAR}"
19+
echo
1920
exec docker-entrypoint.sh "$@"

0 commit comments

Comments
 (0)