Hallo Community,
vielleicht kann jemand helfen. Versuche gerade (zum Glück auf dem Testsystem) von der 6.4.20 auf die 6.5.1 upzudaten.
Leider bekomme ich Datenbankfehler und habe keine Ahnung wie ich die beheben kann:
Get collection for identifier: "core"
migrate Migrations
0/31 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0% < 1 sec/< 1 sec 119.0 MiB09:48:16 ERROR [app] Migration: "Shopware\Core\Migration\V6_5\Migration1675082889DropUnusedTables" 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`"
Das Ganze wiederholt sich unten im Log dann noch mehrfach:
Exception trace:
at /www/htdocs/w0178bf0/shop_staging/vendor/shopware/core/Framework/Migration/Command/MigrationCommand.php:167
Shopware\Core\Framework\Migration\Command\MigrationCommand->runMigrationForIdentifier() at /www/htdocs/w0178bf0/shop_staging/vendor/shopware/core/Framework/Migration/Command/MigrationCommand.php:102
Shopware\Core\Framework\Migration\Command\MigrationCommand->execute() at /www/htdocs/w0178bf0/shop_staging/vendor/symfony/console/Command/Command.php:326
Symfony\Component\Console\Command\Command->run() at /www/htdocs/w0178bf0/shop_staging/vendor/symfony/console/Command/LazyCommand.php:76
Symfony\Component\Console\Command\LazyCommand->run() at /www/htdocs/w0178bf0/shop_staging/vendor/shopware/core/Maintenance/System/Command/SystemUpdateFinishCommand.php:120
Shopware\Core\Maintenance\System\Command\SystemUpdateFinishCommand->runMigrations() at /www/htdocs/w0178bf0/shop_staging/vendor/shopware/core/Maintenance/System/Command/SystemUpdateFinishCommand.php:85
Shopware\Core\Maintenance\System\Command\SystemUpdateFinishCommand->execute() at /www/htdocs/w0178bf0/shop_staging/vendor/symfony/console/Command/Command.php:326
Symfony\Component\Console\Command\Command->run() at /www/htdocs/w0178bf0/shop_staging/vendor/symfony/console/Application.php:1081
Symfony\Component\Console\Application->doRunCommand() at /www/htdocs/w0178bf0/shop_staging/vendor/symfony/framework-bundle/Console/Application.php:91
Symfony\Bundle\FrameworkBundle\Console\Application->doRunCommand() at /www/htdocs/w0178bf0/shop_staging/vendor/symfony/console/Application.php:320
Symfony\Component\Console\Application->doRun() at /www/htdocs/w0178bf0/shop_staging/vendor/symfony/framework-bundle/Console/Application.php:80
Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at /www/htdocs/w0178bf0/shop_staging/vendor/symfony/console/Application.php:174
Symfony\Component\Console\Application->run() at /www/htdocs/w0178bf0/shop_staging/vendor/symfony/runtime/Runner/Symfony/ConsoleApplicationRunner.php:54
Symfony\Component\Runtime\Runner\Symfony\ConsoleApplicationRunner->run() at /www/htdocs/w0178bf0/shop_staging/vendor/autoload_runtime.php:29
require_once() at /www/htdocs/w0178bf0/shop_staging/bin/console:15
In ExceptionConverter.php line 117:
[Doctrine\DBAL\Exception\DriverException (1901)]
An exception occurred while executing a query: SQLSTATE[HY000]: General err
or: 1901 Function or expression 'variant_listing_config' cannot be used in
the CHECK clause of `variant_listing_config`
Irgend etwas scheint mit den Varianten in der DB nicht zu passen
Damit läuft der Shop dann natürlich nicht mehr:
An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'tax_rule.active_from' in 'field list'
Hat jemand Ideen, wie ich das beheben kann?
Ansonsten wäre für mich das Update erst mal unmöglich…
HILFE!
Vielen Dank an alle im Voraus!