skip to Main Content

we are not able to install Shopware v6.5.4.0 (PHP 8.2.8) with MariaDb. Tested with version:

10.5.22-MariaDB-1:10.5.22+maria~ubu2004 mit PHP-Erweiterung MySQLi

and also 10.6.15. Tables are generated in the database, but the installation failed with an error in step 510 from 606:

 510/606 [=======================░░░░░]  84%06:51:22 ERROR
[app] Migration: "ShopwareCoreMigrationV6_4Migration1656397126AddMainVariantConfiguration" failed: 
"An exception occurred while executing a query: SQLSTATE[HY000]: 
General error: 1901 Function or expression 'variant_listing_config' cannot 
be used in the CHECK clause of `variant_listing_config`"

2

Answers


  1. Please see the requirements.

    MariaDB versions 10.3.29, 10.4.19, 10.5.10, 10.5.22, 10.6.15, 10.9.8, 10.10.6, 10.11.5 and 11.0.3 are not compatible due to technical problems in these versions.

    You should consider updating or downgrading to neither one of these versions.

    Login or Signup to reply.
  2. For anyone using Homebrew I recommend version brew install [email protected] it’s works well. This will install 10.4.31 to your system.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search