I use WordMove to mirror local Wordpress installations and DB data back and forth from my Local development machine to the remote server. Here’s a sample setup: ssh into your site (right click site name, and select Open SSH) cd /app/public Edit wp-config.php and make sure it has the same table prefix as the remote site, don’t change anything else. Install WordMove: gem install wordmove Create the