Closed jcsandoval98 closed 7 months ago
i tried just skiping the patch and jump to 6.4.0
i already took a look in the db schema at 6.4.0 and 6.3.0 side by side and this bug is related to the version mismatch, the table vtiger_trees_templates
has the sintax for 6.4.0 but web interface say im at 6.3.0
im running the query that appears at the error message, but from mysql workbench 8.0, not sure if php behave differently.
ill mount the db and post what happend
Working again, was related to MYSQL 8, im running now MySQL 5.6 and everything is running.
the collation and charset in MySQL 8 is diferent, so mysql dumps had to be reformated to utf8 and utf8_bin. otherwise some tables didnt import.
π bug report
π₯ Upgrade 6.3.0 to 6.3.0 V8
Upgrading from Version 6.3.0 to 6.30 SecurityFix v8 the package got downloaded but canΒ΄t be installed
π Actual Behavior
pops the next error message
π· Testing
I already tested the next:
/var/www/html/vendor/yetiforce/yii2/db/
folder with a clean copy taken from the 6.3.0 intallerπ· Screenshot of configuration
π PHP/Apache/Nginx/Browser/CRM Logs
cache/logs/Importer.log
π Your Environment
β Additional context
Im using Cloudflare, the original instalation was inside a hosting with softaculous, but was really slow and cron wasnt supported with that hosting. We migrated to docker when the latest was 6.2.0 and didnt had problems before.