Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress Modern WordPress Workflow The Staging Server Migrating from Local to Staging

How would you rollback?

After looking into WordMove more I could not find anything on rollback in case something did break with my upgrades to the site. How would you go about rolling back in case something broke on an upgrade Jesse?

2 Answers

Isaac Byrne
Isaac Byrne
17,720 Points

I believe you would just need to have a backup of whatever it is you are editing incase it doesn't work out. Sort like if you want to edit your theme, make a child theme and test the edits there.

Well I know that Mark Jaquith's version of WP Skeleton has the ability to roll back to older versions with Capistrano, but I also think that is due to hooking it up to a git repo.

I think instead of using WordMove at this point I'm going to be working with dploy.io as it has a rollback feature and is pretty simple to implement. You just simply connect it to your bitbucket repo and deployments can be automatic. Pretty nifty stuff!