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

Could it be for Drupal and WP too #22

Open Wooody82 opened 7 years ago

Wooody82 commented 7 years ago

Hi, I read the code and I saw that It can fit for Drupal too... but I want it to work for both same time, so how do you prefer? to make totally new version for Drupal and make the changes or add new function in the script for drupal? for ex. Syncdb drupal pull.. Syncdb wp pull..

Thanks