Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当将 homestead 用于 laravel 项目时,它会不断删除在盒子上创建的所有数据库。是否可以在停止/销毁宅基地框时保留数据库,以便在宅基地启动或运行配置时它们仍然出现
如果要保留数据库,则应暂停该框:vagrant suspend. 然后当你准备好再次使用它时,你可以使用vagrant up
vagrant suspend
vagrant up
如果你破坏了盒子,然后重新创建它——所有的数据库都将消失。