Cannot install xwiki

It seems to be inpossible for me to install xwiki.
I always end up with a correct database container, with no xwiki database created.
Also errors like cannot connect to de database container.

Docker logs gives the following log:

2023-01-10 16:46:56+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 5.7.37-1debian10 started.
2023-01-10 16:46:56+00:00 [Note] [Entrypoint]: Switching to dedicated user ‘mysql’
2023-01-10 16:46:56+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 5.7.37-1debian10 started.
2023-01-10 16:46:56+00:00 [Note] [Entrypoint]: Initializing database files
2023-01-10T16:46:59.717378Z 0 [Warning] InnoDB: New log files created, LSN=45790
2023-01-10T16:47:00.543793Z 0 [Warning] InnoDB: Creating foreign key constraint system tables.
2023-01-10T16:47:00.913500Z 0 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: 67693d42-9106-11ed-82ab-0242ac100103.
2023-01-10T16:47:00.993231Z 0 [Warning] Gtid table is not ready to be used. Table ‘mysql.gtid_executed’ cannot be opened.
2023-01-10T16:47:01.527188Z 0 [Warning] A deprecated TLS version TLSv1 is enabled. Please use TLSv1.2 or higher.
2023-01-10T16:47:01.527199Z 0 [Warning] A deprecated TLS version TLSv1.1 is enabled. Please use TLSv1.2 or higher.
2023-01-10T16:47:01.527623Z 0 [Warning] CA certificate ca.pem is self signed.
2023-01-10T16:47:01.948107Z 1 [Warning] root@localhost is created with an empty password ! Please consider switching off the --initialize-insecure option.
2023-01-10 16:47:20+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 5.7.37-1debian10 started.
2023-01-10 16:47:20+00:00 [Note] [Entrypoint]: Switching to dedicated user ‘mysql’
2023-01-10 16:47:20+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 5.7.37-1debian10 started.
2023-01-10T16:47:21.026617Z 0 [Note] mysqld (mysqld 5.7.37) starting as process 1 …
2023-01-10T16:47:21.028909Z 0 [Note] InnoDB: PUNCH HOLE support available
2023-01-10T16:47:21.028921Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2023-01-10T16:47:21.028924Z 0 [Note] InnoDB: Uses event mutexes
2023-01-10T16:47:21.028926Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
2023-01-10T16:47:21.028929Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2023-01-10T16:47:21.028931Z 0 [Note] InnoDB: Using Linux native AIO
2023-01-10T16:47:21.029098Z 0 [Note] InnoDB: Number of pools: 1
2023-01-10T16:47:21.029169Z 0 [Note] InnoDB: Using CPU crc32 instructions
2023-01-10T16:47:21.030329Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
2023-01-10T16:47:21.035757Z 0 [Note] InnoDB: Completed initialization of buffer pool
2023-01-10T16:47:21.037302Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2023-01-10T16:47:21.048603Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
2023-01-10T16:47:21.049445Z 0 [Note] InnoDB: Log scan progressed past the checkpoint lsn 1306449
2023-01-10T16:47:21.052089Z 0 [Note] InnoDB: Doing recovery: scanned up to log sequence number 1903257
2023-01-10T16:47:21.052107Z 0 [Note] InnoDB: Database was not shutdown normally!
2023-01-10T16:47:21.052110Z 0 [Note] InnoDB: Starting crash recovery.
2023-01-10T16:47:21.121691Z 0 [Note] InnoDB: 1 transaction(s) which must be rolled back or cleaned up in total 548 row operations to undo
2023-01-10T16:47:21.121728Z 0 [Note] InnoDB: Trx id counter is 1280
2023-01-10T16:47:21.121961Z 0 [Note] InnoDB: Starting an apply batch of log records to the database…
InnoDB: Progress in percent: 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
2023-01-10T16:47:21.627248Z 0 [Note] InnoDB: Apply batch completed
2023-01-10T16:47:21.728367Z 0 [Note] InnoDB: Starting in background the rollback of uncommitted transactions
2023-01-10T16:47:21.728397Z 0 [Note] InnoDB: Rolling back trx with id 802, 548 rows to undo
2023-01-10T16:47:21.729645Z 0 [Note] InnoDB: Removed temporary tablespace data file: “ibtmp1”
2023-01-10T16:47:21.729655Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2023-01-10T16:47:21.729703Z 0 [Note] InnoDB: Setting file ‘./ibtmp1’ size to 12 MB. Physically writing the file full; Please wait …
2023-01-10T16:47:21.939555Z 0 [Note] InnoDB: Rollback of trx with id 802 completed
2023-01-10T16:47:21.939583Z 0 [Note] InnoDB: Rollback of non-prepared transactions completed
2023-01-10T16:47:21.961987Z 0 [Note] InnoDB: File ‘./ibtmp1’ size is now 12 MB.
2023-01-10T16:47:21.962436Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
2023-01-10T16:47:21.962443Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
2023-01-10T16:47:21.963023Z 0 [Note] InnoDB: 5.7.37 started; log sequence number 1903257
2023-01-10T16:47:21.963301Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
2023-01-10T16:47:21.963333Z 0 [ERROR] InnoDB: Cannot open ‘/var/lib/mysql/ib_buffer_pool’ for reading: No such file or directory
2023-01-10T16:47:21.963476Z 0 [Note] Plugin ‘FEDERATED’ is disabled.
2023-01-10T16:47:21.966920Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them.
2023-01-10T16:47:21.966929Z 0 [Note] Skipping generation of SSL certificates as certificate files are present in data directory.
2023-01-10T16:47:21.966932Z 0 [Warning] A deprecated TLS version TLSv1 is enabled. Please use TLSv1.2 or higher.
2023-01-10T16:47:21.966934Z 0 [Warning] A deprecated TLS version TLSv1.1 is enabled. Please use TLSv1.2 or higher.
2023-01-10T16:47:21.967384Z 0 [Warning] CA certificate ca.pem is self signed.
2023-01-10T16:47:21.967407Z 0 [Note] Skipping generation of RSA key pair as key files are present in data directory.
2023-01-10T16:47:21.967862Z 0 [Note] Server hostname (bind-address): ‘*’; port: 3306
2023-01-10T16:47:21.967914Z 0 [Note] IPv6 is available.
2023-01-10T16:47:21.967924Z 0 [Note] - ‘::’ resolves to ‘::’;
2023-01-10T16:47:21.967936Z 0 [Note] Server socket created on IP: ‘::’.
2023-01-10T16:47:22.040739Z 0 [Warning] Insecure configuration for --pid-file: Location ‘/var/run/mysqld’ in the path is accessible to all OS users. Consider choosing a different directory.
2023-01-10T16:47:22.047788Z 0 [Note] Event Scheduler: Loaded 0 events
2023-01-10T16:47:22.047994Z 0 [Note] mysqld: ready for connections.
Version: ‘5.7.37’ socket: ‘/var/run/mysqld/mysqld.sock’ port: 3306 MySQL Community Server (GPL)
2023-01-10T16:47:46.373566Z 0 [Note] Giving 0 client threads a chance to die gracefully
2023-01-10T16:47:46.373612Z 0 [Note] Shutting down slave threads
2023-01-10T16:47:46.373622Z 0 [Note] Forcefully disconnecting 0 remaining clients
2023-01-10T16:47:46.373633Z 0 [Note] Event Scheduler: Purging the queue. 0 events
2023-01-10T16:47:46.373713Z 0 [Note] Binlog end
2023-01-10T16:47:46.374518Z 0 [Note] Shutting down plugin ‘ngram’
2023-01-10T16:47:46.374537Z 0 [Note] Shutting down plugin ‘partition’
2023-01-10T16:47:46.374545Z 0 [Note] Shutting down plugin ‘BLACKHOLE’
2023-01-10T16:47:46.374553Z 0 [Note] Shutting down plugin ‘ARCHIVE’
2023-01-10T16:47:46.374559Z 0 [Note] Shutting down plugin ‘PERFORMANCE_SCHEMA’
2023-01-10T16:47:46.374610Z 0 [Note] Shutting down plugin ‘MRG_MYISAM’
2023-01-10T16:47:46.374619Z 0 [Note] Shutting down plugin ‘MyISAM’
2023-01-10T16:47:46.374634Z 0 [Note] Shutting down plugin ‘INNODB_SYS_VIRTUAL’
2023-01-10T16:47:46.374647Z 0 [Note] Shutting down plugin ‘INNODB_SYS_DATAFILES’
2023-01-10T16:47:46.374654Z 0 [Note] Shutting down plugin ‘INNODB_SYS_TABLESPACES’
2023-01-10T16:47:46.374660Z 0 [Note] Shutting down plugin ‘INNODB_SYS_FOREIGN_COLS’
2023-01-10T16:47:46.374666Z 0 [Note] Shutting down plugin ‘INNODB_SYS_FOREIGN’
2023-01-10T16:47:46.374672Z 0 [Note] Shutting down plugin ‘INNODB_SYS_FIELDS’
2023-01-10T16:47:46.374679Z 0 [Note] Shutting down plugin ‘INNODB_SYS_COLUMNS’
2023-01-10T16:47:46.374685Z 0 [Note] Shutting down plugin ‘INNODB_SYS_INDEXES’
2023-01-10T16:47:46.374691Z 0 [Note] Shutting down plugin ‘INNODB_SYS_TABLESTATS’
2023-01-10T16:47:46.374698Z 0 [Note] Shutting down plugin ‘INNODB_SYS_TABLES’
2023-01-10T16:47:46.374704Z 0 [Note] Shutting down plugin ‘INNODB_FT_INDEX_TABLE’
2023-01-10T16:47:46.374710Z 0 [Note] Shutting down plugin ‘INNODB_FT_INDEX_CACHE’
2023-01-10T16:47:46.374716Z 0 [Note] Shutting down plugin ‘INNODB_FT_CONFIG’
2023-01-10T16:47:46.374723Z 0 [Note] Shutting down plugin ‘INNODB_FT_BEING_DELETED’
2023-01-10T16:47:46.374729Z 0 [Note] Shutting down plugin ‘INNODB_FT_DELETED’
2023-01-10T16:47:46.374736Z 0 [Note] Shutting down plugin ‘INNODB_FT_DEFAULT_STOPWORD’
2023-01-10T16:47:46.374742Z 0 [Note] Shutting down plugin ‘INNODB_METRICS’
2023-01-10T16:47:46.374749Z 0 [Note] Shutting down plugin ‘INNODB_TEMP_TABLE_INFO’
2023-01-10T16:47:46.374755Z 0 [Note] Shutting down plugin ‘INNODB_BUFFER_POOL_STATS’
2023-01-10T16:47:46.374761Z 0 [Note] Shutting down plugin ‘INNODB_BUFFER_PAGE_LRU’
2023-01-10T16:47:46.374767Z 0 [Note] Shutting down plugin ‘INNODB_BUFFER_PAGE’
2023-01-10T16:47:46.374774Z 0 [Note] Shutting down plugin ‘INNODB_CMP_PER_INDEX_RESET’
2023-01-10T16:47:46.374780Z 0 [Note] Shutting down plugin ‘INNODB_CMP_PER_INDEX’
2023-01-10T16:47:46.374786Z 0 [Note] Shutting down plugin ‘INNODB_CMPMEM_RESET’
2023-01-10T16:47:46.374793Z 0 [Note] Shutting down plugin ‘INNODB_CMPMEM’
2023-01-10T16:47:46.374799Z 0 [Note] Shutting down plugin ‘INNODB_CMP_RESET’
2023-01-10T16:47:46.374805Z 0 [Note] Shutting down plugin ‘INNODB_CMP’
2023-01-10T16:47:46.374811Z 0 [Note] Shutting down plugin ‘INNODB_LOCK_WAITS’
2023-01-10T16:47:46.374818Z 0 [Note] Shutting down plugin ‘INNODB_LOCKS’
2023-01-10T16:47:46.374824Z 0 [Note] Shutting down plugin ‘INNODB_TRX’
2023-01-10T16:47:46.374830Z 0 [Note] Shutting down plugin ‘InnoDB’
2023-01-10T16:47:46.374907Z 0 [Note] InnoDB: FTS optimize thread exiting.
2023-01-10T16:47:46.375078Z 0 [Note] InnoDB: Starting shutdown…
2023-01-10T16:47:46.475249Z 0 [Note] InnoDB: Dumping buffer pool(s) to /var/lib/mysql/ib_buffer_pool
2023-01-10T16:47:46.475524Z 0 [Note] InnoDB: Buffer pool(s) dump completed at 230110 16:47:46
2023-01-10T16:47:48.365519Z 0 [Note] InnoDB: Shutdown completed; log sequence number 2008332
2023-01-10T16:47:48.366737Z 0 [Note] InnoDB: Removed temporary tablespace data file: “ibtmp1”
2023-01-10T16:47:48.366757Z 0 [Note] Shutting down plugin ‘MEMORY’
2023-01-10T16:47:48.366761Z 0 [Note] Shutting down plugin ‘CSV’
2023-01-10T16:47:48.366763Z 0 [Note] Shutting down plugin ‘sha256_password’
2023-01-10T16:47:48.366765Z 0 [Note] Shutting down plugin ‘mysql_native_password’
2023-01-10T16:47:48.366915Z 0 [Note] Shutting down plugin ‘binlog’
2023-01-10T16:47:48.367265Z 0 [Note] mysqld: Shutdown complete

2023-01-10 16:47:50+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 5.7.37-1debian10 started.
2023-01-10 16:47:50+00:00 [Note] [Entrypoint]: Switching to dedicated user ‘mysql’
2023-01-10 16:47:50+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 5.7.37-1debian10 started.
2023-01-10T16:47:50.997733Z 0 [Note] mysqld (mysqld 5.7.37) starting as process 1 …
2023-01-10T16:47:51.001056Z 0 [Note] InnoDB: PUNCH HOLE support available
2023-01-10T16:47:51.001081Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2023-01-10T16:47:51.001086Z 0 [Note] InnoDB: Uses event mutexes
2023-01-10T16:47:51.001090Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
2023-01-10T16:47:51.001094Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2023-01-10T16:47:51.001098Z 0 [Note] InnoDB: Using Linux native AIO
2023-01-10T16:47:51.001360Z 0 [Note] InnoDB: Number of pools: 1
2023-01-10T16:47:51.001455Z 0 [Note] InnoDB: Using CPU crc32 instructions
2023-01-10T16:47:51.003176Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
2023-01-10T16:47:51.013315Z 0 [Note] InnoDB: Completed initialization of buffer pool
2023-01-10T16:47:51.015702Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2023-01-10T16:47:51.027814Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
2023-01-10T16:47:51.119115Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2023-01-10T16:47:51.119201Z 0 [Note] InnoDB: Setting file ‘./ibtmp1’ size to 12 MB. Physically writing the file full; Please wait …
2023-01-10T16:47:51.303238Z 0 [Note] InnoDB: File ‘./ibtmp1’ size is now 12 MB.
2023-01-10T16:47:51.303991Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
2023-01-10T16:47:51.304005Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
2023-01-10T16:47:51.304649Z 0 [Note] InnoDB: 5.7.37 started; log sequence number 2008332
2023-01-10T16:47:51.304787Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
2023-01-10T16:47:51.305006Z 0 [Note] Plugin ‘FEDERATED’ is disabled.
2023-01-10T16:47:51.305734Z 0 [Note] InnoDB: Buffer pool(s) load completed at 230110 16:47:51
2023-01-10T16:47:51.309635Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them.
2023-01-10T16:47:51.309660Z 0 [Note] Skipping generation of SSL certificates as certificate files are present in data directory.
2023-01-10T16:47:51.309665Z 0 [Warning] A deprecated TLS version TLSv1 is enabled. Please use TLSv1.2 or higher.
2023-01-10T16:47:51.309668Z 0 [Warning] A deprecated TLS version TLSv1.1 is enabled. Please use TLSv1.2 or higher.
2023-01-10T16:47:51.310421Z 0 [Warning] CA certificate ca.pem is self signed.
2023-01-10T16:47:51.310459Z 0 [Note] Skipping generation of RSA key pair as key files are present in data directory.
2023-01-10T16:47:51.311135Z 0 [Note] Server hostname (bind-address): ‘*’; port: 3306
2023-01-10T16:47:51.311204Z 0 [Note] IPv6 is available.
2023-01-10T16:47:51.311221Z 0 [Note] - ‘::’ resolves to ‘::’;
2023-01-10T16:47:51.311239Z 0 [Note] Server socket created on IP: ‘::’.
2023-01-10T16:47:51.359082Z 0 [Warning] Insecure configuration for --pid-file: Location ‘/var/run/mysqld’ in the path is accessible to all OS users. Consider choosing a different directory.
2023-01-10T16:47:51.367933Z 0 [Note] Event Scheduler: Loaded 0 events
2023-01-10T16:47:51.368175Z 0 [Note] mysqld: ready for connections.
Version: ‘5.7.37’ socket: ‘/var/run/mysqld/mysqld.sock’ port: 3306 MySQL Community Server (GPL)

I hope that someone can give me any idee what to do to get xwiki installed.

Regard,

L.J. Olijrhook

Mastodon