Hallo zusammen,
nach dem Update von 2025-03b auf 2025-05 habe ich nun das Problem, dass ich beim Aufruf der Mailcow Seite folgende Meldung bekomme:

Und wenn ich mir die Docker Logs anschaue sehe hundertfach folgende Meldung:
docker compose logs –tail=200 php-fpm-mailcow nginx-mailcow
php-fpm-mailcow-1 | Waiting for SQL…
php-fpm-mailcow-1 | Waiting for SQL…
php-fpm-mailcow-1 | Waiting for SQL…
php-fpm-mailcow-1 | Waiting for SQL…
php-fpm-mailcow-1 | Waiting for SQL…
php-fpm-mailcow-1 | Waiting for SQL…
php-fpm-mailcow-1 | Waiting for SQL…
php-fpm-mailcow-1 | Waiting for SQL…
php-fpm-mailcow-1 | Waiting for SQL…
php-fpm-mailcow-1 | Waiting for SQL…
php-fpm-mailcow-1 | Waiting for SQL…
php-fpm-mailcow-1 | Waiting for SQL…
php-fpm-mailcow-1 | Waiting for SQL…
php-fpm-mailcow-1 | Waiting for SQL…
php-fpm-mailcow-1 | Waiting for SQL…
Vor dem Update hat das noch funktioniert und auch die Zugangsdaten für die DB scheinen noch korrekt hinterlegt zu sein:
source mailcow.conf ; docker compose exec mysql-mailcow mysql -u${DBUSER} -p${DBPASS} ${DBNAME}
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 7
Server version: 10.11.11-MariaDB-ubu2204 mariadb.org binary distribution
Copyright © 2000, 2018, Oracle, MariaDB Corporation Ab and others.
Type ‘help;’ or ‘\h’ for help. Type ‘\c’ to clear the current input statement.
MariaDB [mailcow]>
Hat jemand eine Idee dazu?