Closed rbruhn closed 1 year ago
I read some topics about MongoDB not working with KVM. In checking the Virtualbox cpu, I see that listed. Even though my cpu, AMD Ryzen 9 7945HX, says it has avx capability. Anyway, I saw some topics about running MongoDB 4 so I simply dropped back to that. It matches my production server anyway. After installing it, I provisioned the box again and it worked.
Versions
release
branchHost operating system
Windows 11
Homestead.yaml
Vagrant destroy & up output
https://gist.github.com/rbruhn/1ac076a032c731ac6d90c728da780c96
Expected behavior
Expectations were Homestead creating the server.
Actual behavior
Getting error trying to connect to mongo MongoNetworkError: connect ECONNREFUSED 127.0.0.1:27017
I turned off the Windows firewall while performing this. Made no difference. Any ideas?
Steps to reproduce