Hallo,
nach dem Update habe ich einen Datenbankfehler.
Dieser Shop wurde per Migration aus einem Shopware 5 geschaffen.
Die Tabellen language, locale und locale_translation habe ich auch schon gelöscht gehabt, hat aber keinen Erfolg gebracht.
Hat jemand eine Idee dazu?
Error
Received the following error message:
An exception occurred while executing ‚CREATE TABLE locale ( id BINARY(16) NOT NULL, code VARCHAR(255) COLLATE utf8mb4_unicode_ci NOT NULL, created_at DATETIME(3) NOT NULL, updated_at DATETIME(3) NULL, PRIMARY KEY (id), UNIQUE KEY uniq.code (code) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;‘: SQLSTATE[42S01]: Base table or view already exists: 1050 Table ‚locale‘ already exists
Please try to fix this error and restart the update.
Response
{„valid“:false,„errorMsg“:„An exception occurred while executing ‚CREATE TABLE locale (\n id BINARY(16) NOT NULL,\n code VARCHAR(255) COLLATE utf8mb4_unicode_ci NOT NULL,\n created_at DATETIME(3) NOT NULL,\n updated_at DATETIME(3) NULL,\n PRIMARY KEY (id),\n UNIQUE KEY uniq.code (code)\n ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;‘:\n\nSQLSTATE[42S01]: Base table or view already exists: 1050 Table ‚locale‘ already exists“}