You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if there is a db dump in /wp-vagrant/ and import_database is set to true in settings.sh, then vagrant provision will overwrite the db if it already exists.
We should change this to never overwrite a db, or add a setting in settings.sh to force overwrite #
Currently, if there is a db dump in
/wp-vagrant/andimport_databaseis set totrueinsettings.sh, thenvagrant provisionwill overwrite the db if it already exists.We should change this to never overwrite a db, or add a setting in settings.sh to force overwrite #