Update of Docker installation fails with "Your PHP (8.4.18) version is not supported"

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Piciorgros
    Junior Member
    • Feb 2025
    • 4

    #1

    Update of Docker installation fails with "Your PHP (8.4.18) version is not supported"

    Hi,

    I tried to upgrade my docker install from 8.3.5 to the current 9.x version, unfortunately there seems to be an issue with the docker version:

    root@espocrm:/var/www/espocrm# docker logs espocrm
    info: Run "upgrade" action.
    Waiting for database connection (attempt 1/40)...
    Waiting for database connection (attempt 2/40)...
    Waiting for database connection (attempt 3/40)...
    info: Start upgrading from version 8.3.5.
    error: Upgrade error, more details:
    Current version is 8.3.5.
    This may take a while. Do not close the terminal.
    Downloading...
    Error: Your PHP version (8.4.18) is not supported. Required version: >=8.1.0 <8.4.0.

    It's a bit strange as the PHP version is in the container ... any ideas?
  • lazovic
    Super Moderator
    • Jan 2022
    • 1215

    #2
    Hi Piciorgros,

    Please provide your docker-compose.yml file for analysis, and we will try to help you understand the situation.

    Comment

    Working...