mautic / docker-mautic

Docker Image for Mautic
https://www.mautic.org
353 stars 268 forks source link

Mautic not installed problem #279

Closed JaLe29 closed 3 months ago

JaLe29 commented 3 months ago

I would like to run basic example https://github.com/mautic/docker-mautic/tree/mautic5/examples/basic but I am getting an error.

Error:

basic-mautic_cron-1    | Mautic not installed, waiting to start cron
basic-mautic_worker-1  | Mautic not installed, waiting to start workers

What is wrong?

Full log:

sudo docker compose up
[+] Building 0.0s (0/0)                                                                                                                                                    
[+] Running 2/0
 ✔ Container basic-db-1          Created                                                                                                                              0.0s 
 ✔ Container basic-mautic_web-1  Created                                                                                                                              0.0s 
Attaching to basic-db-1, basic-mautic_cron-1, basic-mautic_web-1, basic-mautic_worker-1
basic-db-1             | 2024-04-25 15:09:08+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.0.36-1.el8 started.
basic-db-1             | 2024-04-25 15:09:08+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
basic-db-1             | 2024-04-25 15:09:08+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.0.36-1.el8 started.
basic-db-1             | '/var/lib/mysql/mysql.sock' -> '/var/run/mysqld/mysqld.sock'
basic-db-1             | 2024-04-25T15:09:08.758850Z 0 [Warning] [MY-011068] [Server] The syntax '--skip-host-cache' is deprecated and will be removed in a future release. Please use SET GLOBAL host_cache_size=0 instead.
basic-db-1             | 2024-04-25T15:09:08.759925Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.36) starting as process 1
basic-db-1             | 2024-04-25T15:09:08.764884Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
basic-db-1             | 2024-04-25T15:09:09.010648Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
basic-db-1             | 2024-04-25T15:09:09.154698Z 0 [System] [MY-010229] [Server] Starting XA crash recovery...
basic-db-1             | 2024-04-25T15:09:09.163788Z 0 [System] [MY-010232] [Server] XA crash recovery finished.
basic-db-1             | 2024-04-25T15:09:09.254480Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
basic-db-1             | 2024-04-25T15:09:09.254597Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel.
basic-db-1             | 2024-04-25T15:09:09.259440Z 0 [Warning] [MY-011810] [Server] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory.
basic-db-1             | 2024-04-25T15:09:09.296022Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Bind-address: '::' port: 33060, socket: /var/run/mysqld/mysqlx.sock
basic-db-1             | 2024-04-25T15:09:09.296079Z 0 [System] [MY-010931] [Server] /usr/sbin/mysqld: ready for connections. Version: '8.0.36'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  MySQL Community Server - GPL.
basic-mautic_web-1     | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.19.0.3. Set the 'ServerName' directive globally to suppress this message
basic-mautic_web-1     | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.19.0.3. Set the 'ServerName' directive globally to suppress this message
basic-mautic_web-1     | [Thu Apr 25 15:09:14.106063 2024] [mpm_prefork:notice] [pid 11] AH00163: Apache/2.4.57 (Debian) PHP/8.1.28 configured -- resuming normal operations
basic-mautic_web-1     | [Thu Apr 25 15:09:14.106088 2024] [core:notice] [pid 11] AH00094: Command line: 'apache2 -D FOREGROUND'
basic-mautic_web-1     | 127.0.0.1 - - [25/Apr/2024:15:09:19 +0000] "GET / HTTP/1.1" 302 648 "-" "curl/7.88.1"
basic-mautic_cron-1    | Mautic not installed, waiting to start cron
basic-mautic_worker-1  | Mautic not installed, waiting to start workers
basic-mautic_web-1     | 127.0.0.1 - - [25/Apr/2024:15:09:24 +0000] "GET / HTTP/1.1" 302 648 "-" "curl/7.88.1"
basic-mautic_cron-1    | Mautic not installed, waiting to start cron
basic-mautic_worker-1  | Mautic not installed, waiting to start workers
basic-mautic_web-1     | 127.0.0.1 - - [25/Apr/2024:15:09:29 +0000] "GET / HTTP/1.1" 302 648 "-" "curl/7.88.1"
basic-mautic_cron-1    | Mautic not installed, waiting to start cron
basic-mautic_worker-1  | Mautic not installed, waiting to start workers
basic-mautic_web-1     | 127.0.0.1 - - [25/Apr/2024:15:09:34 +0000] "GET / HTTP/1.1" 302 648 "-" "curl/7.88.1"
basic-mautic_cron-1    | Mautic not installed, waiting to start cron
basic-mautic_worker-1  | Mautic not installed, waiting to start workers

I am getting this errors in loop.

My compose version is

docker compose version
Docker Compose version v2.18.1
JaLe29 commented 3 months ago

Ok, in this state server is waiting to complete instalation on localhost:8001