mongodb - Mongorestore "auth fails" at deployed app at meteor.com -


i received information deployed app using command

meteor mongo -url bhedir.meteor.com

i took response , used info mongorestore -u client -p meteorinfo - h meteorinfo -d bhedir_meteor_com meteordump/meteor

however, keep getting following error:

assertion: 18 { code: 18, ok: 0.0, errmsg: "auth fails" }

i should note have several meteorite packages included don't see how affect this.

also, i've done before, granted not many times, did not run issues. advice appreciated.

i assume 'meteorinfo' placeholder hostname , password out?

if when auth info meteor mongo -url bhedir.meteor.com have quick mongorestore auth data lasts 1 minute, expires , have meteor mongo --url bhedir.meteor.com call again


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -