[MacPorts] #67746: mongodb @6.0.5: fails to install on macOS Ventura (Apple M2 Pro)
MacPorts
noreply at macports.org
Fri Dec 8 00:27:56 UTC 2023
#67746: mongodb @6.0.5: fails to install on macOS Ventura (Apple M2 Pro)
----------------------+---------------------------
Reporter: klmr | Owner: ryandesign
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.8.1
Resolution: | Keywords: ventura arm64
Port: mongodb |
----------------------+---------------------------
Comment (by ConnectGrid):
I just want to say thanks to @ryandesign for his hard work, and everyone
contributing possible solutions and pointers.
In the meantime, I've finally utilized Docker on my Mac. Been avoiding it
due to it feeling heavy and foreign, but once I worked through the setup,
I have MongoDB 7.0 running well.
Once installed, the trick was this load command:
`docker run -d -p 27017:27017 --name mongo mongo:latest`
That exposes Port 27017 as if MongoDB was installed locally, not in a
Docker container.
I voted to start from scratch with my databases, as I wasn't sure how to
bring them over manually, since I hadn't taken a dump beforehand. If it is
possible to copy over the /db/ directory manually, that may work.
--
Ticket URL: <https://trac.macports.org/ticket/67746#comment:9>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list