Maria-DB Error on Synology (Docker) - mysqld.pid

Hello together,

since some weeks i have an error on my Synology (Docker share).

Checksum mismatch on file [/volume1/@sharesnap/docker/GMT+02-2024.07.12-05.01.07/home-assistant/maria-db/databases/740fc91efada.err].

In the Maria-DB (Docker) _Log i see:

cat:
/var/run/mysqld/mysqld.pid: No such file or directory
Warning: World-writable config file ‘/etc/my.cnf.d/custom.cnf’ is ignored
Warning: World-writable config file ‘/etc/my.cnf.d/custom.cnf’ is ignored
240712 10:31:32 mysqld_safe Logging to ‘/config/databases/740fc91efada.err’.
240712 10:31:32 mysqld_safe Starting mariadbd daemon with databases from /config/databases
Caught SIGTERM signal!

^ this is repeating.

But Home-Assistant works with some litte errors in log:
Error during connection setup: (MySQLdb.OperationalError) (2002, “Can’t connect to server on ‘10.1.2.3’ (115)”) (Background on this error at: Error Messages — SQLAlchemy 2.0 Documentation)

UPDATE 14:42:
Found another log:

2024-07-12 12:39:35 0 [ERROR] InnoDB: Upgrade after a crash is not supported. The redo log was created with MariaDB 10.6.10. You must start up and shut down MariaDB 10.7 or earlier.
2024-07-12 12:39:35 0 [ERROR] InnoDB: Plugin initialization aborted with error Generic error
2024-07-12 12:39:35 0 [Note] InnoDB: Starting shutdown…
2024-07-12 12:39:35 0 [ERROR] Plugin ‘InnoDB’ registration as a STORAGE ENGINE failed.
2024-07-12 12:39:35 0 [Note] Plugin ‘FEEDBACK’ is disabled.
2024-07-12 12:39:35 0 [ERROR] Unknown/unsupported storage engine: InnoDB
2024-07-12 12:39:35 0 [ERROR] Aborting

What can i do to solve this ?

I think i could solved it.
I used an older db in the docker compose stack

services:
  mariadb:
    container_name: Maria-DB
    # image: linuxserver/mariadb:latest
    image: linuxserver/mariadb:10.6.10-r0-ls80

Now no errors. But i think i must update it elsewhere…