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?
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?

Comment