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.

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

0

Your Answer

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.