MongoDB in Artix
So the old thread is 2 y.o. and it's recommended to start a new thread.
And maybe some things changed, so here we go...
I need to install MongoDB on the Artix machine
here's what I've did:
git clone https://aur.archlinux.org/mongodb-bin.git
cd mongodb-bin
makepkg -si
but when I'm running mongo I got this error, because mongo server is down, so how do I fix it ?
MongoDB shell version v4.4.1
connecting to: mongodb://127.0.0.1:27017/?compressors=disabled&gssapiServiceName=mongodb
Error: couldn't connect to server 127.0.0.1:27017, connection attempt failed: SocketException: Error connecting to 127.0.0.1:27017 :: caused by :: Connection refused :
connect@src/mongo/shell/mongo.js:374:17
@(connect):2:6
exception: connect failed
exiting with code 1
Calling @andrewcz @Everyone @konimex for a help!
Thanks in advance !