Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[suitecrm] Schedule not enabled -- cron job is not configured #73548

Open
JoshMcCullough opened this issue Oct 23, 2024 · 1 comment · May be fixed by #73549
Open

[suitecrm] Schedule not enabled -- cron job is not configured #73548

JoshMcCullough opened this issue Oct 23, 2024 · 1 comment · May be fixed by #73549
Assignees
Labels
suitecrm tech-issues The user has a technical issue about an application triage Triage is needed

Comments

@JoshMcCullough
Copy link

JoshMcCullough commented Oct 23, 2024

Name and Version

bitnami/suitecrm:8.7.0

What architecture are you using?

amd64

What steps will reproduce the bug?

  1. Run a container.
  2. Check the crontab for the daemon user: crontab -l -u daemon
  3. See that there are not jobs configured.

What is the expected behavior?

A cron job needs to be added in order to enable the SuiteCRM Scheduler to run its jobs. Without this, much of the functionality will not work.

See: https://docs.suitecrm.com/blog/scheduler-jobs/

What do you see instead?

No cron jobs exist, so the Scheduler does not run its jobs.

Additional information

Here's what the crontab entry should look like (it must be "installed" for the daemon user):

* * * * * /opt/bitnami/php/bin/php /bitnami/suitecrm/public/legacy/cron.php
@JoshMcCullough JoshMcCullough added the tech-issues The user has a technical issue about an application label Oct 23, 2024
@github-actions github-actions bot added the triage Triage is needed label Oct 23, 2024
@JoshMcCullough JoshMcCullough linked a pull request Oct 23, 2024 that will close this issue
@JoshMcCullough
Copy link
Author

Fixed with PR: #73549

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
suitecrm tech-issues The user has a technical issue about an application triage Triage is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants