Migration Ultimo => Pearl
Hi
is there a kind of best practices guide available?
Current idea is that we install Pearl in a test environment. Then we would export all the configuration with
php bin/magento weltpixel:export:configurations --store=default
- But whats with the CMS pages, CMS Blocks, Widgets etc which pearl uses?
-
Official comment
This migration plan sounds good. With regard to the CMS Pages and Blocks, those are not included in the import/export process via the commands and instructions listed in our Import/Export article (https://support.weltpixel.com/hc/en-us/articles/360000846654-How-to-Export-Import-configurations-Pearl-Theme-for-Magento-2).
You can, however, perform a dump of the tables registered in the DB and reimport them to the production store. The tables should be the following:
- cms_block
- cms_block_store
- cms_page
- cms_page_store
Comment actions
Please sign in to leave a comment.
Comments
1 comment