Revisr with staging sites
-
How can we test changes on a branch without affecting our users?
Currently, we use a separate staging site to test code and theme changes. The staging site is pointed at it’s own database.
When we’re done testing changes, we merge the changes into the master branch and pull that on the production server. This workflow is great as long as we don’t need to synchronize the databases (e.g. for posts and/or plugins).
However, we cannot synchronize the database because the settings (i.e., site URL) and Revisr data (i.e., the wp_revisr table) are different. So, we cannot synchronize the two as easily as we would like.
Is there a recommended way to use Revisr with this type of staging site workflow?
- The topic ‘Revisr with staging sites’ is closed to new replies.