Hallo zusammen,
ich versuche, ein Update von 6.0.x auf 6.4.1.1 durchzuführen. Nach ein paar DB-Issues, die via MySQL-Queries gelöst werden konnten, hängt das Update nun an dieser Stelle.
Replace system files...
skipped...
Apply database migrations...
0 [----->----------------------]
Apply database destructive migrations...
0 [----->----------------------]
Cleanup old files, clearing caches...
PHP Fatal error: Uncaught ArgumentCountError: Too few arguments to function Shopware\Recovery\Update\Console\Application::Shopware\Recovery\Update\Console\{closure}(), 4 passed and exactly 5 expected in [shopwareRoot]/vendor/shopware/recovery/Update/src/Console/Application.php:86
Stack trace:
#0 [internal function]: Shopware\Recovery\Update\Console\Application->Shopware\Recovery\Update\Console\{closure}()
#1 [shopwareRoot]/vendor/shopware/recovery/Update/src/Utils.php(216): unlink()
#2 [shopwareRoot]/vendor/shopware/recovery/Update/src/Command/UpdateCommand.php(177): Shopware\Recovery\Update\Utils::cleanPath()
#3 [shopwareRoot]/vendor/shopware/recovery/Update/src/Command/UpdateCommand.php(169): Shopware\Recovery\Update\Command\UpdateCommand->cleanupFiles()
#4 [shopwareRoot]/vendor/shopware/recovery/Update/src/Command/UpdateCommand.php(77): Shopware\Recovery\Update\Command\UpdateCommand->cleanup()
#5 [shopwareRoot]/vendor/shopware/recovery/Common/vendor/symfony/console/Command/Command.php(256): Shopware\Recovery\Update\Command\UpdateCommand->execute()
#6 [shopwareRoot]/vendor/shopware/recovery/Common/vendor/symfony/console/Application.php(971): Symfony\Component\Console\Command\Command->run()
#7 [shopwareRoot]/vendor/shopware/recovery/Common/vendor/symfony/console/Application.php(290): Symfony\Component\Console\Application->doRunCommand()
#8 [shopwareRoot]/vendor/shopware/recovery/Common/vendor/symfony/console/Application.php(166): Symfony\Component\Console\Application->doRun()
#9 [shopwareRoot]/vendor/shopware/recovery/Update/index.php(36): Symfony\Component\Console\Application->run()
#10 [shopwareRoot]/public/recovery/update/index.php(6): require_once('...')
#11 {main}
thrown in [shopwareRoot]/vendor/shopware/recovery/Update/src/Console/Application.php on line 86
Cache wurde geleert, Permissions sind korrekt. [shopwareRoot] ist ein rein aus ASCII-Zeichen-bestehender Pfad.
Vielen Dank im Voraus.