Home / Magento 1 / Reset Data After Migration

Reset Data After Migration


Modify URLs:
  1. UPDATE core_config_data SET value = 'https://newdomain.com/' WHERE PATH IN ('web/secure/base_url', 'web/unsecure/base_url') AND scope_id IN (<store_id>);

Disable Merge Files:

  1. UPDATE core_config_data SET VALUE = '' WHERE PATH IN ('dev/js/merge_files', 'dev/css/merge_css_files') AND scope_id IN (<store_id>);

    Post a comment

    Your Name or E-mail ID (mandatory)

    Note: Your comment will be published after approval of the owner.




     RSS of this page

    Written by:   Version:   Edited By:   Modified