forumone / web-starter

Starting place for developing Drupal, Wordpress and other web applications
http://forumone.github.io/web-starter/
22 stars 11 forks source link

Bash script to automate the WordPress DB migration from DEV, STAGE or… #280

Closed elvismdev closed 5 years ago

elvismdev commented 7 years ago

… LIVE site to the Vagrant VM while developing.

mshade commented 7 years ago

Elvis - one initial suggestion from a security / sanity standpoint -- don't dump the DB to the web root, as we don't want to expose the database via http download. I see that the dump is removed after transfer, but even so, should that transfer fail and the script error out, it's easy to accidentally leave a database dump accessible to the world.