Hi,
Question about a community Eramba installation running in Docker.
Environment:
– Community edition, Docker simple-install
– URL: https://grcs3.speedscan.in
What is working:
– MySQL user docker has full privileges on the docker database.
– File permissions check in System Health is OK.
– Cron is configured in the host root crontab:
-
-
-
-
- docker exec -t eramba /bin/bash -lc “cd /var/www/eramba && ./bin/cake Queue.Queue runworker”
0 * * * * docker exec -t eramba /bin/bash -lc “cd /var/www/eramba && ./bin/cake queue runnow --queue default”
0 0 * * * docker exec -t eramba /bin/bash -lc “cd /var/www/eramba && ./bin/cake queue runnow --queue default_daily”
- docker exec -t eramba /bin/bash -lc “cd /var/www/eramba && ./bin/cake Queue.Queue runworker”
-
-
-
These commands are running (confirmed in /var/log/syslog) and there are no failed CRONs in Eramba’s Cron History.
Current issues:
– Opening Eramba returns “Not Found – the requested address ‘/dashboard’ was not found on this server”.
– In Program → Scope (and some other sections) the list loads, but there is no “Add” / “Add item” action in the UI, while these actions are visible on the official community demo.
– System Health still shows the three cron checks (Worker, Hourly and Daily) as NOT OK even though cron jobs are executing.
Could you please advise:
– What could cause /dashboard to return 404 and the “Add” actions to disappear?
– Which repair / migration steps (bin/cake commands or configuration changes) are safe to run to bring this installation back to a healthy state?
Thank you.