team-container
team-container copied to clipboard
mariadb 10.5.4 in nextcloud startet nicht auf Rapberry-Pi 4 mit Ubuntu 20.04
Nach einem neuen deployment in den letzten Tagen startet mariadb nicht mehr und es gibt die folgende Fehlermeldung:
2020-07-04 00:21:12+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 1:10.5.4+maria~focal started. 2020-07-04 00:21:12+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql' 2020-07-04 00:21:12+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 1:10.5.4+maria~focal started. 2020-07-04 00:21:12+00:00 [Note] [Entrypoint]: Initializing database files 2020-07-04 0:21:13 0 [ERROR] InnoDB: Corrupted page [page id: space=0, page number=0] of datafile './ibdata1' could not be found in the doublewrite buffer. 2020-07-04 0:21:13 0 [ERROR] InnoDB: Plugin initialization aborted with error Data structure corruption 2020-07-04 0:21:13 0 [ERROR] Plugin 'InnoDB' init function returned error. 2020-07-04 0:21:13 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed. 2020-07-04 0:21:13 0 [ERROR] Unknown/unsupported storage engine: InnoDB 2020-07-04 0:21:13 0 [ERROR] Aborting
Wenn ich in team-container/team-nextcloud/templates/deploy_database.yaml 'image: mariadb:10.4' setze anstelle von 'image: mariadb' so funktioniert das Deployment,