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
drush sql-drop -y && \
/home/vagrant/mysql-parallel/mysqlrestorep.sh user database directory && \
drush updb -y && \
drush fra -y
But due to the interactive password input that keeps running in a background tab until I remember to put a password. Having an optional password in the command line would be nice.
The text was updated successfully, but these errors were encountered:
I was thinking more of an "I don't care about everyone knowing this password" kind of situation, letting the user be responsible for exposing credentials. I understand your concerns though.
I want to be able to do:
But due to the interactive password input that keeps running in a background tab until I remember to put a password. Having an optional password in the command line would be nice.
The text was updated successfully, but these errors were encountered: