You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't seem to run vagrant halt on my cividev. Even vagrant halt --force doesn't work.
I get the following output:
The local command "vagrant ssh -c 'vagrant_halt'" returned a failed exit
code or an exception. The error output is shown below:
/home/vagrant/bin/db_backup: line 12: /srv/database/backups/d7masterci_7vf98.sql: No such file or directory
/home/vagrant/bin/db_backup: line 12: /srv/database/backups/d7mastercm_mrxti.sql: No such file or directory
/home/vagrant/bin/db_backup: line 12: /srv/database/backups/d7masterte_eo19x.sql: No such file or directory
I suspect this is a Guest Additions issue, so I was trying to halt and up to trigger a resync. In the end I manually used the VirtualBox GUI to halt the VM.
I don't know if this is a vagrant issue, or an issue with the vagrant halt script.
The text was updated successfully, but these errors were encountered:
I can't seem to run
vagrant halt
on my cividev. Evenvagrant halt --force
doesn't work.I get the following output:
I suspect this is a Guest Additions issue, so I was trying to halt and up to trigger a resync. In the end I manually used the VirtualBox GUI to halt the VM.
I don't know if this is a vagrant issue, or an issue with the vagrant halt script.
The text was updated successfully, but these errors were encountered: