Retained EspoCRM Daemon log entries during first start

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • lazovic
    replied
    Hi rogoc,

    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.

    Leave a comment:


  • 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?
Working...