Update VVV 3.0
As of the release of VVV 3.0 this can all be done by adding the following in the vvv-custom.yml
general:
# Backup the databases to the database/backups subfolder on halt/suspend/destroy, set to false to disable
db_backup: false
# Import the databases if they're missing from backups
db_restore: false
Pre VVV 3.0
VVV is great but if you have 20+ sites in it most of which are quite big doing a reload or halt can be quite slow.
Disabling it isn’t the easiest. In vagrant-root/config/homebin/
create these 3 files:
- vagrant_destroy_custom
- vagrant_halt_custom
- vagrant_suspend_custom
I wish there was a way to easily disable these. The vvv-custom.yml
would be great for this.
Also adding a way to exclude specific databases.