Pushing Xtheme Changes to Live

Hi,

I am starting to develop a workflow where I push child theme changes to my live server using git from my local setup and I use the migratedb wordpress plugin to push database changes.

What is the best way to push the pro x theme editor changes in isolation, is there a database table that I can push without having to migrate the whole db everytime?

Thanks,

Hi @daz1uk,

Thank you for writing in, there might be an application out there that can do that, but we can not recommend just any application since we have not tested it or personally use it. What we can only recommend is the traditional way, WP Migrate DB.

Cornerstone / Content Builder - Migration

Thank you for understanding,

Hi @friech,

Thanks for your response, are there specific tables relating to xtheme pro?

Thanks,

Hello @daz1uk,

The Cornerstone or Pro editor will store the data in the wp_posts and wp_meta tables the same as the way the default WordPress editor would do. To avoid any issues, if you push your changes, make sure that all of the tables in your database is pushed as well.

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.