2

What is the setting within app/etc/local.xml to prevent setup resources from being triggered to run automatically?

I have seen this somewhere but cannot locate it now.

Manashvi Birla
8,8739 gold badges29 silver badges53 bronze badges
asked Oct 28, 2016 at 12:12

1 Answer 1

2

I eventually tracked down where I had seen this on the Inchoo blog.

These are the two configuration settings needed within app/etc/local.xml to disable the automatic processing of setup resources:

<skip_process_modules_updates>1</skip_process_modules_updates>
<skip_process_modules_updates_ignore_dev_mode>1</skip_process_modules_updates_ignore_dev_mode>

You can then manually trigger the updates using n98-magerun sys:setup:incremental assuming that you have n98-magerun installed/available.

Reference: Inchoo - Taking control over module upgrade process

answered Oct 28, 2016 at 13:27
0

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.