You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.
Hi all. I'm using MongoLab as my data store but I can't enable tailing on my transporter instance. The data gets transferred once before spitting out this error: transporter: CRITICAL: Mongodb error (error reading collection not authorized for query on local.oplog.rs). There was a similar issue #69 but I didn't find it helpful.
I would appreciate any help.
The text was updated successfully, but these errors were encountered:
Hi,
the mongo user needs to have access to the local database
getting admin on your mongo database is the easiest way to ensure this.
they seem to offer it on some plans, see: http://docs.mongolab.com/connecting/ and search for 'admin'
if you can't get admin, then it's best to create a user that has full access to the local database
Hi all. I'm using MongoLab as my data store but I can't enable tailing on my transporter instance. The data gets transferred once before spitting out this error:
transporter: CRITICAL: Mongodb error (error reading collection not authorized for query on local.oplog.rs)
. There was a similar issue #69 but I didn't find it helpful.I would appreciate any help.
The text was updated successfully, but these errors were encountered: