Skip to content

Commit

Permalink
Merge pull request #1534 from revant/fix-cron-user
Browse files Browse the repository at this point in the history
fix: backup cron user
  • Loading branch information
revant authored Dec 25, 2024
2 parents 576370f + d7ac519 commit 83ec7d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion overrides/compose.backup-cron.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
services:
ofelia:
cron:
image: mcuadros/ofelia:latest
depends_on:
- scheduler
Expand All @@ -12,3 +12,4 @@ services:
ofelia.enabled: "true"
ofelia.job-exec.datecron.schedule: "${BACKUP_CRONSTRING:-@every 6h}"
ofelia.job-exec.datecron.command: "bench --site all backup"
ofelia.job-exec.datecron.user: "frappe"

0 comments on commit 83ec7d1

Please sign in to comment.