2017 © Pedro Peláez
 

magento-module setupscriptsdisabler

Disables automatic application of setup scripts in Magento

image

convenient/setupscriptsdisabler

Disables automatic application of setup scripts in Magento

  • Tuesday, May 16, 2017
  • by convenient
  • Repository
  • 1 Watchers
  • 5 Stars
  • 4,455 Installations
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 7 Versions
  • 3 % Grown

The README.md

Convenient_SetupScriptsDisabler

Disables the automatic application of setup scripts in Magento, this is cool because, (*1)

  1. It's a little performance boost, we don't need to be checking for setup scripts every time Mage::run is called as setup scripts should be run during the deployment process
  2. It is safer. If you went wild and deployed to a busy server it is possible that setup scripts could be initiated multiple times by multiple processes. This could cause your database to get into unexpected or corrupted states.

n98-magerun sys:setup:run is my preferred method of running setup scripts., (*2)

Just pop it (and your preferred composer installer / autoloader) in your composer.json and it's all ready to go., (*3)

{
    "require": {
        "magento-hackathon/magento-composer-installer": "~2.0",
        "convenient/setupscriptsdisabler":"~0.2"
    },
    "repositories": [
        {
            "type": "composer",
            "url": "http://packages.firegento.com"
        }
    ],
    "extra": {
        "magento-root-dir":"./",
        "magento-force":"override"
    }
}

The Versions

16/05 2017

dev-master

9999999-dev https://github.com/convenient/SetupScriptsDisabler

Disables automatic application of setup scripts in Magento

  Sources   Download

OSL-3.0

19/01 2017

0.2.0

0.2.0.0 https://github.com/convenient/SetupScriptsDisabler

Disables automatic application of setup scripts in Magento

  Sources   Download

OSL-3.0

16/04 2015

0.1.4

0.1.4.0 https://github.com/convenient/SetupScriptsDisabler

Disables automatic application of setup scripts in Magento

  Sources   Download

OSL-3.0

17/03 2015

0.1.3

0.1.3.0 https://github.com/convenient/SetupScriptsDisabler

Disables automatic application of setup scripts in Magento

  Sources   Download

OSL-3.0

The Requires

 

23/12 2014

0.1.2

0.1.2.0

Disables automatic application of setup scripts in Magento

  Sources   Download

OSL-3.0

20/12 2014

0.1.1

0.1.1.0

Disables automatic application of setup scripts in Magento

  Sources   Download

20/12 2014

0.1.0

0.1.0.0

Disables automatic application of setup scripts in Magento

  Sources   Download