Skip to content

Instantly share code, notes, and snippets.

@sulfo
Created January 11, 2018 12:26
Show Gist options
  • Save sulfo/ef94b4c9077a8d1013ff62a66778f53a to your computer and use it in GitHub Desktop.
Save sulfo/ef94b4c9077a8d1013ff62a66778f53a to your computer and use it in GitHub Desktop.
Homestead box update
# 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