jalogut / magento2-deployer-plus

Tool based on deployer.org to perform zero downtime deployments of Magento 2 projects
GNU General Public License v3.0
200 stars 60 forks source link

No setup upgrade but db-schema and db-data upgrade #32

Closed rikwillems closed 5 years ago

rikwillems commented 5 years ago

When doing a setup upgrade you enable modules into config.php which where potentially not included on checkout. This enables the modules and executes their setup scripts. This is not what you want as your deployed project should not change state during deploy. Using db-schema & db-data upgrade you only execute setup scripts of already enabled modules.

jalogut commented 5 years ago

Great, let’s merge it then! I did not know about these commands. @rikwillems thanks for your contribution @osrecio could you please merge into master and develop and create a new tag 2.4.0? Thanks

osrecio commented 5 years ago

Hello I will work on this next monday. Right now I have a few days off and I do not have my computer here.

Thanks!