Retained EspoCRM Daemon log entries during first start

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rogoc
    Junior Member
    • Aug 2024
    • 6

    #1

    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?
  • lazovic
    Super Moderator
    • Jan 2022
    • 1219

    #2
    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.

    Comment

    Working...