Does anyone have experience with migrating changes from staging to production on a page by page basis? We have a bunch of changes being made on our staging environment but can’t just push the entire site as it is massive. Must be multi-site compatible.
​
A couple of solutions that we were brainstorming:
**Export/Import:** this one involves a lot of manual labor so we will have to automate it in some way in the future
1. Staging: Tools -> Export -> Pages -> export specific pages with changes based on dates
2. Production: Tools -> Import -> Pages import changed pages
**WP Migrate Subsite Push:** rather than pushing page by page, we could push subsite by subsite, only pushing subsites that have changes on them
1. This is better than pushing the entire site but will still be a heavy push with a lot of data
​
​
Any ideas? Tools I’m missing?
[ad_2]