Daily Archives: December 21, 2019
Hello people I juste wanted to announce that the version 1.0.0 from thecodingmachine/safe is finally live. In case you don’t know about safe, it is a library that rewrote every core php function that returns false or null on error to throw an exception instead. See this blog article Some […]
It it possible to just take a mysql dump from Magento 2.2.9 community edition and import it into Magento enterprise cloud 2.3.3 and what are tools to use to do the job. Specifically to do the importing into enterprise cloud?
i am missing a table setup_module in magent 2.3.2 database, the site is working, however i cannot install any extensions as the new tables are not being created due to missing setup_module. how can i create the setup_module table. found a post saying rename env.php and install magento 2.3.2 again