So, continuing to research and try to answer my own question, I come across this thread <https://github.com/mitchellh/vagrant/issues/1755> that seems to suggest that you can replace the file "id" in project_ folder/.vagrant/machines/default/virtualbox/
I was able to get the UUIDs of the three VMs that relate to my project by running the Terminal command VBoxManage list vms when in the directory that contains the Vagrantfile of my project. I then created three files with the name "id" in folders on my Desktop, by running the following command in each folder successively: echo -n '<UUID number>' > id This helps prevent adding any extra lines by a text editor that might trip up Vagrant later on. The UUID looks something like this: 9926dcae-cd93-4ca5-b8ca-48a92c239d2d So now I have my three id files, can I just move them over one at a time and run vagrant up to see if the particular VM the id relates to has my full project (i.e., the missing database)? I'm concerned not to make a bad situation worse by making extra mistakes. And my other question still stands: Where does Scotchbox store databases? Does anyone know? Thanks, ian -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/3437eb5a-a13b-415a-b2ef-0c71d9919cc2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
