camdagr8
PROOP
7 months ago
How do I use mongorestore with Railway? I'm trying to do: mongorestore --uri "mongodb://mongo:@:" -d dbname "./mongodump/files"
3 Replies
longbuivan
HOBBY
7 months ago
Have you try to run mongorestore within Railway? if yes, do you link to service and install the CLI?
I did not. I ran it from my console using the url parameter. I will look into that.