I have setup docker compose according to the installation documentation. After updating to the stack to the latest version the web does no longer start.
The log contains the following messages:
Start init sequence for Tuleap Community Edition — Dev Build 15.4.99.192
Create link to persistent storage for /etc/pki/tls/private/localhost.key.pem
Create link to persistent storage for /etc/pki/tls/certs/localhost.cert.pem
Create link to persistent storage for /etc/tuleap
Create link to persistent storage for /root/.tuleap_passwd
Create link to persistent storage for /var/lib/gitolite
Create link to persistent storage for /var/lib/tuleap
Could not create a PDO connection. Please check your username and password.
Start init sequence for Tuleap Community Edition — Dev Build 15.4.99.192
Could not create a PDO connection. Please check your username and password.
The configured username and password are correct. I can use the to logon to mysql from the mysql container.
Any ideas what could be wrong?