I’ve got the latest code and just run docker-compose up.
Most every thing looks to be fine except when it gets to Mariadb, docker shows it in a constant loop of “restarting” and I’m getting these messages in my vs code terminal:
development-easy-mysql-1 | 2023-08-21 15:36:38+00:00 [Note] [Entrypoint]: Switching to dedicated user ‘mysql’
development-easy-mysql-1 | 2023-08-21 15:36:38+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.11.5+maria~ubu2204 started.
development-easy-mysql-1 | 2023-08-21 15:36:38+00:00 [Note] [Entrypoint]: MariaDB upgrade (mariadb-upgrade) required, but skipped due to $MARIADB_AUTO_UPGRADE setting
development-easy-mysql-1 | 2023-08-21 15:36:38 0 [Note] Starting MariaDB 10.11.5-MariaDB-1:10.11.5+maria~ubu2204 source revision 7875294b6b74b53dd3aaa723e6cc103d2bb47b2c as process 1
development-easy-mysql-1 | 2023-08-21 15:36:38 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
development-easy-mysql-1 | 2023-08-21 15:36:38 0 [Note] InnoDB: Using transactional memory
development-easy-mysql-1 | 2023-08-21 15:36:38 0 [Note] InnoDB: Number of transaction pools: 1
development-easy-mysql-1 | 2023-08-21 15:36:38 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions
development-easy-mysql-1 | 2023-08-21 15:36:38 0 [Note] mysqld: O_TMPFILE is not supported on /tmp (disabling future attempts)
development-easy-mysql-1 | 2023-08-21 15:36:38 0 [Note] InnoDB: Using liburing
development-easy-mysql-1 | 2023-08-21 15:36:38 0 [Note] InnoDB: Initializing buffer pool, total size = 128.000MiB, chunk size = 2.000MiB
development-easy-mysql-1 | 2023-08-21 15:36:38 0 [Note] InnoDB: Completed initialization of buffer pool
development-easy-mysql-1 | 2023-08-21 15:36:38 0 [Note] InnoDB: File system buffers for log disabled (block size=4096 bytes)
development-easy-mysql-1 | 2023-08-21 15:36:38 0 [ERROR] InnoDB: Upgrade after a crash is not supported. The redo log was created with MariaDB 10.6.12. You must start up and shut down MariaDB 10.7 or earlier.
development-easy-mysql-1 | 2023-08-21 15:36:38 0 [ERROR] InnoDB: Plugin initialization aborted with error Generic error
development-easy-mysql-1 | 2023-08-21 15:36:38 0 [Note] InnoDB: Starting shutdown…
development-easy-mysql-1 | 2023-08-21 15:36:39 0 [ERROR] Plugin ‘InnoDB’ registration as a STORAGE ENGINE failed.
development-easy-mysql-1 | 2023-08-21 15:36:39 0 [Note] Plugin ‘FEEDBACK’ is disabled.
development-easy-mysql-1 | 2023-08-21 15:36:39 0 [ERROR] Unknown/unsupported storage engine: InnoDB
development-easy-mysql-1 | 2023-08-21 15:36:39 0 [ERROR] Aborting
development-easy-mysql-1 exited with code 1