jplew / SyncDB

Bash script meant to take the tedium out of deploying and updating database-driven (eg Wordpress) websites. It rapidly synchronizes local and remote versions of a MySQL database, performs the necessary search and replace queries, then synchronizes all your uploads/binaries.
MIT License
234 stars 41 forks source link

What about comments and user #21

Open jurnet opened 9 years ago

jurnet commented 9 years ago

Hi, thank you for your apps. How can we do to sync from local to distant server without modify wp_comments , users. Because , in production server, users can create comments, or can subscribe, during local modification. Thank you