Deployment to other systems

Author Posts

cpellier

Hi,
I use GIT to deploy changes from local environment to Preprod and Prod.
The CSS files are well deployed but not the structure of folders in MT.
do we have also some database elements to migrate ?

thanks for your support.


Sebastian

Hey,

Yes, if you want to be able to make edits on the production site you will need to copy over the database content as well. There are three values in the wp_options table you will need to copy over, they have the names:

  1. preferences_themer_loader
  2. microthemer_ui_settings
  3. micro_revisions_version

And if you also want the history to copy over, you will need to copy the database table: wp_micro_revisions.

I hope that helps. Please let me know if you have any more questions.

Thanks,
Sebastian


cpellier

Thanks.

You must login or register to reply to this topic.