Upgrade vagrant box update and then run vagrant reload --provision
default: Making sure mongodb service is enabled
default: Auto-removing mongoDB records older than 2592000 seconds (30 days)
default: Restarting mongod
default: /vagrant/provision/resources/core/mongodb/provision.sh: line 66: systemctl: command not found
default: /vagrant/provision/resources/core/mongodb/provision.sh: line 67: systemctl: command not found
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.
I'm also experiencing this issue. Exact same specs.
Both of you are using the unsupported VVV 2.x, you need to update to VVV 3
If you managed to fix this on VVV2, provisioning would still fail because
of the deleted PHP packages, that you got as far as mongodb is surprising
On Wed, 22 May 2019 at 13:41, Jake Mayfield notifications@github.com
wrote:
I'm also experiencing this issue. Exact same specs.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/Varying-Vagrant-Vagrants/VVV/issues/1818?email_source=notifications&email_token=AAAOLZZM47GCMFGHL6ATOALPWU5PXA5CNFSM4HOR7PTKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODV65GMQ#issuecomment-494785330,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAAOLZ7THWER7BBKWPADLU3PWU5PXANCNFSM4HOR7PTA
.
Thanks, @tomjn !
Oops! I missed the update.
That did the trick. Also, I found the article mentioning the update, for anyone else that might have missed it:
https://varyingvagrantvagrants.org/blog/2019/05/15/vvv-3-0-0.html
Do you happen to know if there's been any mention of listing the latest version in the README, and perhaps including instructions for upgrading?
Varying Vagrant Vagrants
Hi! Welcome to the very late release post for VVV v3.0. As we follow semantic versioning, this is a breaking release, and requires slightly different update instructions.
We used to list the latest version in the readme and for 90% of the time it was there it was the incorrect.
If you want the latest released version the answer is always git checkout master and git pull. Upgrade instructions are on varyingvagrantvagrants.com
This problem is still happening? Can you check the develop branch?
I'm going to close this out as it's a VVV 2 issue, and VVV 3 switched to Mongodb 4, feel free to reopen if you have this issue with VVV 3.1 or later
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
We used to list the latest version in the readme and for 90% of the time it was there it was the incorrect.
If you want the latest released version the answer is always
git checkout masterandgit pull. Upgrade instructions are on varyingvagrantvagrants.com