Hi, I am running the newest version Of MDB Official, or at least i try. Since the Update the container wont start, but i cant loose the database. any idea how to fix it?
Log:
2025-03-31 20:19:39 0 [Note] Starting MariaDB 11.7.2-MariaDB-ubu2404 source revision 80067a69feaeb5df30abb1bfaf7d4e713ccbf027 server_uid Tnq7keT8GKDxmAtaGW699QQYKjk= as process 1
2025-03-31 20:19:39 0 [Note] InnoDB: Compressed tables use zlib 1.3
2025-03-31 20:19:39 0 [Note] InnoDB: Using transactional memory
2025-03-31 20:19:39 0 [Note] InnoDB: Number of transaction pools: 1
2025-03-31 20:19:39 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions
2025-03-31 20:19:39 0 [Warning] mariadbd: io_uring_queue_init() failed with errno 0
2025-03-31 20:19:39 0 [Warning] InnoDB: liburing disabled: falling back to innodb_use_native_aio=OFF
2025-03-31 20:19:39 0 [Note] InnoDB: Initializing buffer pool, total size = 128.000MiB, chunk size = 2.000MiB
2025-03-31 20:19:39 0 [Note] InnoDB: Completed initialization of buffer pool
2025-03-31 20:19:39 0 [Note] InnoDB: Buffered log writes (block size=512 bytes)
2025-03-31 20:19:39 0 [Note] InnoDB: End of log at LSN=37776
2025-03-31 20:19:39 0 [Note] InnoDB: Opened 3 undo tablespaces
2025-03-31 20:19:39 0 [Note] InnoDB: 128 rollback segments in 3 undo tablespaces are active.
2025-03-31 20:19:39 0 [Note] InnoDB: Setting file './ibtmp1' size to 12.000MiB. Physically writing the file full; Please wait ...
2025-03-31 20:19:39 0 [Note] InnoDB: File './ibtmp1' size is now 12.000MiB.
2025-03-31 20:19:39 0 [Note] InnoDB: log sequence number 37776; transaction id 4
2025-03-31 20:19:39 0 [Note] Plugin 'FEEDBACK' is disabled.
2025-03-31 20:19:39 0 [Note] Plugin 'wsrep-provider' is disabled.
2025-03-31 20:19:39 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
2025-03-31 20:19:39 0 [Note] InnoDB: Buffer pool(s) load completed at 250331 20:19:39
2025-03-31 20:19:39 0 [ERROR] Can't open and lock privilege tables: Can't find file: './mysql/servers.MAI' (errno: 2 "No such file or directory")
2025-03-31 20:19:41 0 [Note] Server socket created on IP: '0.0.0.0'.
2025-03-31 20:19:41 0 [Note] Server socket created on IP: '::'.
2025-03-31 20:19:41 0 [ERROR] Fatal error: Can't open and lock privilege tables: Can't find file: './mysql/db.MAI' (errno: 2 "No such file or directory")
2025-03-31 20:19:41 0 [ERROR] Aborting
2025-03-31 20:19:38+02:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:11.7.2+maria~ubu2404 started.
2025-03-31 20:19:39+02:00 [Note] [Entrypoint]: MariaDB upgrade (mariadb-upgrade or creating healthcheck users) required, but skipped due to $MARIADB_AUTO_UPGRADE setting
** Press ANY KEY to close this window **
Start Command:
docker run
-d
--name='MariaDB-Official'
--net='bridge'
--pids-limit 2048
--privileged=true
-e TZ="Europe/Berlin"
-e HOST_OS="Unraid"
-e HOST_HOSTNAME="VOID"
-e HOST_CONTAINERNAME="MariaDB-Official"
-e 'MARIADB_DATABASE'='REDACTED'
-e 'MARIADB_USER'='REDACTED'
-e 'MARIADB_PASSWORD'='REDACTED'
-e 'MARIADB_ROOT_PASSWORD'='REDACTED'
-l net.unraid.docker.managed=dockerman
-l net.unraid.docker.icon='https://github.com/mgutt/unraid-docker-templates/raw/main/mgutt/images/mariadb.png'
-p '3306:3306/tcp'
-v '/mnt/user/appdata/mariadb-official-nc/data':'/var/lib/mysql':'rw'
-v '/mnt/user/appdata/mariadb-official-nc/config':'/etc/mysql/conf.d':'rw'
--user=99:100
--memory=2G 'mariadb'
Does anyone know what i can do to fix it?
What i already ckecked:
- Forced update did not helped.
- Parity is valid.
- rebooted Server
- removed power from server for more than 15 min
Specs:
- Unraid Version 7.0.1
- M/B: ASUSTeK COMPUTER INC. PRIME X299-A II Version Rev 1.xx s/n 190857319200374
- BIOS: American Megatrends Inc. Version 1403 Dated 05/23/2022
- CPU: Intel® Core™ i9-9940X CPU @ 3.30GHz
- HVM: Enabled
- IOMMU: Enabled
- Cache: L1-Cache: 0 KiB, L2-Cache: 0 KiB, L3-Cache: 0 KiB
- Memory: 32 GiB DDR4 (max. installable capacity 3072 GiB)
- Network: bond0: fault-tolerance (active-backup), mtu 1500
- Kernel: Linux 6.6.78-Unraid x86_64
- OpenSSL: 3.4.1
As i said, if anyone kows something, please help.