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 Local WordPress Development Local WordPress Development Migrating WordPress from Local to Live Server

Eduardo Rubio
Eduardo Rubio
11,420 Points

Can someone elaborate on what Zac refers to as the "reverse process" when keeping database files up to date?

"Before you re-begin your local development, it's a good idea to pull down the freshest database from the server. You do that in the same way that we did with the live server just with the reversed process.”

1 Answer

Zac Gordon
STAFF
Zac Gordon
Treehouse Guest Teacher
  • Backup the live server DB
  • Backup your local server DB
  • Drop the tables in your local server DB
  • Import the live server DB into your local DB