Can anyone help me to resolve the Below Error.
assertion 13: not authorized admin to execute command
This error comes at the time when i am restoring the backup. Scenario is like i have backup data (.tgz) of mongodb which dumped by mongodump on another windows server.
now i want to restore that data backup on Ubuntu server. I am using the manual mongorestore command
mongorestore --port 27017 /srv/mongodb/<file Name.tgz>
assertion :13 not authorized on admin to execute command {.... }
But i already add the user and authorized it
username: siteUserAdmin
password:************