Created
January 11, 2018 12:26
-
-
Save sulfo/ef94b4c9077a8d1013ff62a66778f53a to your computer and use it in GitHub Desktop.
Homestead box update
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Start within ssh | |
dbexport | |
logout | |
homestead halt | |
vagrant box update | |
vagrant destory | |
vagrant up | |
homestead ssh | |
dbimport | |
#Done! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment