cancel
Showing results for 
Search instead for 
Did you mean: 

Moving Content Changes from Dev to Production

Moving Content Changes from Dev to Production

The magento 2.2 documentation, in its Pipeline Deployment Overview, states the following:

Production System: Your live store. You should make minimal configuration changes here and no changes to websites, stores, store views, products, or the catalog. You should make all those types of changes in your development system.

I totally agree with that statement.

My Question:

After making and testing such changes on development store, how do I get those changes onto to production?

Is there a best practice, or at least a recommended approach to this? I appreciate any help/insight.

For instance, are there a selection of tables for which I can write a migration script to safely execute each time I need to push content/catalog changes to production?