If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Retained EspoCRM Daemon log entries during first start
You can check the EspoCRM daemon container status by running the following command:
Code:
docker ps
You can also check whether the cron job (daemon) is actually running by going to Administration > Scheduled Jobs > "Jobs" button.
If you see jobs with the status "Success" recently, the cron job is running reliably.
Retained EspoCRM Daemon log entries during first start
After starting EspoCRM with Docker Compose, the command
docker compose logs espocrm-daemon
results in:
espocrm-daemon | Instance is not ready: installation in progress
espocrm-daemon | Instance is not ready: installation in progress
espocrm-daemon | Instance is not ready: installation in progress
espocrm-daemon | Instance is not ready: installation in progress
espocrm-daemon | Instance is not ready: installation in progress
espocrm-daemon | Instance is not ready: installation in progress
Are these simply the retained first log entries but espocrm-daemon is actually running?
Leave a comment: