camdagr8
PROOP
a year 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
a year 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.