You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Spiral\Migrations\Exception\MigrationException]
Error in the migration (0_default_create_posts_create_product_category_nodes_create_tag_nodes_create_special_offer_nodes_create_special_offers_create_fi (2021-02-24 06:33:12)) occurred: SQLSTATE[42000]: Syntax error or access violation: 1305 SAVEPOINT SVP0 does not existin /home/user/work/demo/vendor/spiral/migrations/src/Migrator.php:173
Exception Trace:
Spiral\Migrations\Migrator->run() at /home/user/work/demo/vendor/spiral/migrations/src/Migrator.php:173
Spiral\Migrations\Migrator->run() at /home/user/work/demo/vendor/spiral/framework/src/Framework/Command/Migrate/MigrateCommand.php:36
Spiral\Command\Migrate\MigrateCommand->perform() at n/a:n/a
ReflectionMethod->invokeArgs() at /home/user/work/demo/vendor/spiral/framework/src/Console/src/Command.php:78
Spiral\Console\Command->execute() at /home/user/work/demo/vendor/symfony/console/Command/Command.php:256
Symfony\Component\Console\Command\Command->run() at /home/user/work/demo/vendor/symfony/console/Application.php:971
Symfony\Component\Console\Application->doRunCommand() at /home/user/work/demo/vendor/symfony/console/Application.php:290
Symfony\Component\Console\Application->doRun() at /home/user/work/demo/vendor/spiral/framework/src/Console/src/Console.php:110
Spiral\Console\Console->Spiral\Console\{closure}() at /home/user/work/demo/vendor/spiral/framework/src/Core/src/ContainerScope.php:50
Spiral\Core\ContainerScope::runScope() at /home/user/work/demo/vendor/spiral/framework/src/Console/src/Console.php:111
Spiral\Console\Console->run() at /home/user/work/demo/vendor/spiral/framework/src/Console/src/Console.php:77
Spiral\Console\Console->Spiral\Console\{closure}() at /home/user/work/demo/vendor/spiral/framework/src/Core/src/ContainerScope.php:50
Spiral\Core\ContainerScope::runScope() at /home/user/work/demo/vendor/spiral/framework/src/Console/src/Console.php:81
Spiral\Console\Console->start() at /home/user/work/demo/vendor/spiral/framework/src/Framework/Console/ConsoleDispatcher.php:83
Spiral\Console\ConsoleDispatcher->serve() at /home/user/work/demo/vendor/spiral/framework/src/Core/src/ContainerScope.php:50
Spiral\Core\ContainerScope::runScope() at /home/user/work/demo/vendor/spiral/framework/src/Core/src/Container.php:265
Spiral\Core\Container->runScope() at /home/user/work/demo/vendor/spiral/framework/src/Boot/src/AbstractKernel.php:104
Spiral\Boot\AbstractKernel->serve() at /home/user/work/demo/app.php:36
The text was updated successfully, but these errors were encountered:
I've switched from mysql 5.7 to 8 version and there is an error. While mysql 5.7 has no error.
I'm trying to migrate generated migration.
mysql Ver 8.0.23-0ubuntu0.20.04.1 for Linux on x86_64 ((Ubuntu))
The text was updated successfully, but these errors were encountered: