Creating nocobase_mysql_1 ... done
Creating nocobase_mysql_1 ...
Creating nocobase_app_1 ... done
Attaching to nocobase_mysql_1, nocobase_app_1
mysql_1 | 2024-08-23 03:47:05+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.4.0-1.el9 started.
app_1 | copying...
mysql_1 | 2024-08-23 03:47:05+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
mysql_1 | 2024-08-23 03:47:06+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.4.0-1.el9 started.
mysql_1 | 2024-08-23 03:47:06+00:00 [Note] [Entrypoint]: Initializing database files
mysql_1 | 2024-08-23T03:47:06.269666Z 0 [System] [MY-015017] [Server] MySQL Server Initialization - start.
mysql_1 | 2024-08-23T03:47:06.271234Z 0 [System] [MY-013169] [Server] /usr/sbin/mysqld (mysqld 8.4.0) initializing of server in progress as process 82
mysql_1 | 2024-08-23T03:47:06.272665Z 0 [ERROR] [MY-010457] [Server] --initialize specified but the data directory has files in it. Aborting.
mysql_1 | 2024-08-23T03:47:06.272671Z 0 [ERROR] [MY-013236] [Server] The designated data directory /var/lib/mysql/ is unusable. You can remove all files that the server added to it.
mysql_1 | 2024-08-23T03:47:06.272722Z 0 [ERROR] [MY-010119] [Server] Aborting
mysql_1 | 2024-08-23T03:47:06.273184Z 0 [System] [MY-015018] [Server] MySQL Server Initialization - end.
nocobase_mysql_1 exited with code 1
[root@localhost nocobase]# clear
[root@localhost nocobase]# vi docker-compose.yml
[root@localhost nocobase]# docker-compose up
Starting nocobase_mysql_1 ... done
Recreating nocobase_app_1 ... done
Attaching to nocobase_mysql_1, nocobase_app_1
mysql_1 | 2024-08-23 04:06:47+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.4.0-1.el9 started.
mysql_1 | 2024-08-23 04:06:47+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
mysql_1 | 2024-08-23 04:06:47+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.4.0-1.el9 started.
app_1 | copying...
mysql_1 | 2024-08-23 04:06:47+00:00 [Note] [Entrypoint]: Initializing database files
mysql_1 | 2024-08-23T04:06:47.698407Z 0 [System] [MY-015017] [Server] MySQL Server Initialization - start.
mysql_1 | 2024-08-23T04:06:47.700319Z 0 [System] [MY-013169] [Server] /usr/sbin/mysqld (mysqld 8.4.0) initializing of server in progress as process 82
mysql_1 | 2024-08-23T04:06:47.702143Z 0 [ERROR] [MY-010457] [Server] --initialize specified but the data directory has files in it. Aborting.
mysql_1 | 2024-08-23T04:06:47.702150Z 0 [ERROR] [MY-013236] [Server] The designated data directory /var/lib/mysql/ is unusable. You can remove all files that the server added to it.
mysql_1 | 2024-08-23T04:06:47.702221Z 0 [ERROR] [MY-010119] [Server] Aborting
mysql_1 | 2024-08-23T04:06:47.702657Z 0 [System] [MY-015018] [Server] MySQL Server Initialization - end.
app_1 | yarn run v1.22.19
app_1 | $ nocobase create-nginx-conf
app_1 | Done in 0.69s.
app_1 | nginx started
app_1 | yarn run v1.22.19
nocobase_mysql_1 exited with code 1
app_1 | $ nocobase start --quickstart
mysql_1 | 2024-08-23 03:47:05+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.4.0-1.el9 started.
mysql_1 | 2024-08-23 03:47:05+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
mysql_1 | 2024-08-23 03:47:06+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.4.0-1.el9 started.
mysql_1 | 2024-08-23 03:47:06+00:00 [Note] [Entrypoint]: Initializing database files
mysql_1 | 2024-08-23T03:47:06.269666Z 0 [System] [MY-015017] [Server] MySQL Server Initialization - start.
mysql_1 | 2024-08-23T03:47:06.271234Z 0 [System] [MY-013169] [Server] /usr/sbin/mysqld (mysqld 8.4.0) initializing of server in progress as process 82
mysql_1 | 2024-08-23T03:47:06.272665Z 0 [ERROR] [MY-010457] [Server] --initialize specified but the data directory has files in it. Aborting.
mysql_1 | 2024-08-23T03:47:06.272671Z 0 [ERROR] [MY-013236] [Server] The designated data directory /var/lib/mysql/ is unusable. You can remove all files that the server added to it.
mysql_1 | 2024-08-23T03:47:06.272722Z 0 [ERROR] [MY-010119] [Server] Aborting
mysql_1 | 2024-08-23T03:47:06.273184Z 0 [System] [MY-015018] [Server] MySQL Server Initialization - end.