You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Container fails with this line in logs: time="2025-01-04T02:16:21+01:00" level=fatal msg="Failed to fork exec: no such file or directory"
It looks like this line throws it: exec supercronic -passthrough-logs -quiet "${CRON_CONFIG_FILE}"
If I run manual backup like this docker compose run --rm -it joplin-backup backup - it works successfully, just the cron part is not working when container is being launched from a compose file.
In rclone-backup, I've now disabled the scheduled publish job so it will only build the latest tag when there's a commit on master, and not overwrite existing tags. I've also changed the base from alpine:latest to rclone/rclone:1.68.2, that still uses Alpine 3.20 and supercronic 0.2.29, I was able to confirm this fixes the bug.
I've published latest and released a new version, hopefully by the time there's a new Rclone release it will use an updated version of supercronic, but there should not be any new automated builds in the meantime.
Can you pull the images again to make sure it works as expected? (docker compose pull && docker compose up -d)
Container fails with this line in logs:
time="2025-01-04T02:16:21+01:00" level=fatal msg="Failed to fork exec: no such file or directory"
It looks like this line throws it:
exec supercronic -passthrough-logs -quiet "${CRON_CONFIG_FILE}"
If I run manual backup like this
docker compose run --rm -it joplin-backup backup
- it works successfully, just the cron part is not working when container is being launched from a compose file.My
backup.env
file looks like this:The text was updated successfully, but these errors were encountered: