Bug - Possible issue with crons on docker instance

Some of you running version 3.16.3 or 3.17.0 in dockerised version (not old source code install) may experience problems with the crons due to the old version of the docker repository. We were doing some core changes there. In logs you may see:

What do you need to do to fix the issue:

  • shut down the eramba docker with
    enterprise:
    docker compose -f docker-compose.simple-install.yml -f docker-compose.simple-install.enterprise.yml down
    community:
    docker compose -f docker-compose.simple-install.yml down

  • update docker repository to the latest version
    git pull
    in case you downloaded docker repository as a .zip file you have to download it again

  • adjust .env file

  • compose up again
    enterprise:
    docker compose -f docker-compose.simple-install.yml -f docker-compose.simple-install.enterprise.yml up -d
    community:
    docker compose -f docker-compose.simple-install.yml up -d