Anytime I do anything vaguely different (or even restart mailcow) I get this sort of log entries (used to be waiting for sql prior to upgrading to 2024-08a patch)
Wed Sep 18 12:15:39 NZST 2024 - Waiting for Docker API...
Wed Sep 18 12:15:39 NZST 2024 - Docker API OK
Wed Sep 18 12:15:39 NZST 2024 - Waiting for Postfix...
Wed Sep 18 12:15:39 NZST 2024 - Postfix OK
Wed Sep 18 12:15:39 NZST 2024 - Waiting for Dovecot...
Wed Sep 18 12:15:39 NZST 2024 - Dovecot OK
Wed Sep 18 12:15:39 NZST 2024 - Waiting for database...
I have to revert my proxmox snapshot in order to connect to the GUI again
How do I resolve this? How do mailcow conntainers connect to SQL? I can ssh into containers (eg: acme) and ping the container ID of mariadb:10.5 and it resolves to the correct IP fine. I can also ping the container name “mailcowdockerized-mysql-mailcow-1” fine also.
The mariadb logs are as follows, this appears to be ok?
2024-09-18 12:09:13+12:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.5.26+maria~ubu2004 started.
2024-09-18 12:09:13+12:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
2024-09-18 12:09:13+12:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.5.26+maria~ubu2004 started.
2024-09-18 12:09:14+12:00 [Note] [Entrypoint]: MariaDB upgrade not required
2024-09-18 12:09:14 0 [Note] Starting MariaDB 10.5.26-MariaDB-ubu2004 source revision 7a5b8bf0f5470a13094101f0a4bdfa9e1b9ded02 server_uid htq1MTURYLUrMuU4LgOH1bA5G2A= as process 1
2024-09-18 12:09:14 0 [Note] InnoDB: Uses event mutexes
2024-09-18 12:09:14 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2024-09-18 12:09:14 0 [Note] InnoDB: Number of pools: 1
2024-09-18 12:09:14 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions
2024-09-18 12:09:14 0 [Note] mysqld: O_TMPFILE is not supported on /tmp (disabling future attempts)
2024-09-18 12:09:14 0 [Note] InnoDB: Using Linux native AIO
2024-09-18 12:09:14 0 [Note] InnoDB: Initializing buffer pool, total size = 25165824, chunk size = 25165824
2024-09-18 12:09:14 0 [Note] InnoDB: Completed initialization of buffer pool
2024-09-18 12:09:14 0 [Note] InnoDB: 128 rollback segments are active.
2024-09-18 12:09:14 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2024-09-18 12:09:14 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2024-09-18 12:09:14 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2024-09-18 12:09:14 0 [Note] InnoDB: 10.5.26 started; log sequence number 122582461; transaction id 694813
2024-09-18 12:09:14 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
2024-09-18 12:09:14 0 [Note] Server socket created on IP: '::'.
2024-09-18 12:09:14 0 [Note] mysqld: ready for connections.
Version: '10.5.26-MariaDB-ubu2004' socket: '/run/mysqld/mysqld.sock' port: 3306 mariadb.org binary distribution
2024-09-18 12:09:14 1 [Note] Event Scheduler: scheduler thread started with id 1
2024-09-18 12:09:14 0 [Note] InnoDB: Buffer pool(s) load completed at 240918 12:09:14
Help?!