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 retrieves the non-modified /etc/crontabs/abc file and executes a sync every 2 hours.
Current Behavior
After executing the first run (credential procedure) and restarting the container twice (first one this does not happen), I'm seeing this error log: crontab: can't open '/etc/crontabs/abc': No such file or directory
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Expected Behavior
Container retrieves the non-modified /etc/crontabs/abc file and executes a sync every 2 hours.
Current Behavior
After executing the first run (credential procedure) and restarting the container twice (first one this does not happen), I'm seeing this error log:
crontab: can't open '/etc/crontabs/abc': No such file or directory
Steps to Reproduce
docker compose up -d plextraktsync
docker compose exec plextraktsync plextraktsync sync
docker compose restart plextraktsync
Environment
OS: Ubuntu 24.04.1 LTS
CPU architecture: x86_64/arm32/arm64
How docker service was installed:
Command used to create docker container (run/create/compose/screenshot)
docker-compose.yml
.env
Docker logs
The text was updated successfully, but these errors were encountered: