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
The error pretty much explained it. You set up the baikal user in mysql so it is not allowed to execute the ALTER TABLE statement. Change this and it will work. Note that you need to restart your upgrade process from your backup, as you might otherwise end up with an inconsistent state.
hello,
i have these messages when i tried to upgrade to 0.4.4
Errors
Uncaught exception during upgrade: exception 'PDOException' with message 'SQLSTATE[42000]: Syntax error or access violation: 1142 ALTER command denied to user 'baikal'@'172.17.0.7' for table 'calendars'' in /var/www/baikal.domain.fr/Core/Frameworks/BaikalAdmin/Controller/Install/VersionUpgrade.php:167 Stack trace: #0 /var/www/baikal.domain.fr/Core/Frameworks/BaikalAdmin/Controller/Install/VersionUpgrade.php(167): PDO->exec('ALTER TABLE cal...') #1 /var/www/baikal.domain.fr/Core/Frameworks/BaikalAdmin/Controller/Install/VersionUpgrade.php(61): BaikalAdmin\Controller\Install\VersionUpgrade->upgrade('0.2.7', '0.4.4') #2 /var/www/baikal.domain.fr/Core/Frameworks/Flake/Core/Render/Container.php(71): BaikalAdmin\Controller\Install\VersionUpgrade->render() #3 /var/www/baikal.domain.fr/Core/Frameworks/Flake/Controller/Page.php(85): Flake\Core\Render\Container->renderBlocks() #4 /var/www/baikal.domain.fr/html/admin/install/index.php(83): Flake\Controller\Page->render() #5 {main}
thank you for your help
Jericho
The text was updated successfully, but these errors were encountered: