I received the information from my deployed app by using the command
meteor mongo -url bhedir.meteor.com
I then took the response and used the info for my mongorestore -u client -p meteorinfo - h meteorinfo -d bhedir_meteor_com meteordump/meteor
however, I keep getting the following error:
assertion: 18 { code: 18, ok: 0.0, errmsg: "auth fails" }
I should note that I have several meteorite packages included but I don't see how that would affect this.
Also, I've done this before, granted not that many times, but did not run into any issues. Any advice would be greatly appreciated.