-
Anyone seeing the above error on the oplog cursor? My configuration is I have a remote machine which is my oplog source, and my oplog application is running locally pointing to a local mongoDB instan…
-
I can't figure out how to authenticate on a replicaSet with username and password.
Even looked at the source code and couldn't figure out. Isn't it even supported?
Thanks,
Stefano Tondo
-
I was able to add OPLOG access to my User on Compose.io.
I added a line to MUPX that says:
"MONGO_OPLOG_URL": "mongodb://username:pass@candidate.52.mongolayer.com:10482,candidate.53.mongolayer.com:…
-
This is more of a question and not an issue:
I'm trying to figure out what we should do when we get an error. I don't want to skip oplog messages.
Some initial ideas:
1. We keep going thinking …
-
First, my setup:
Elasticsearch: set up through Bonsai on Heroku
Mongo: set up through mLab as a replica set
mongo-connector: set up in a Heroku app and initialized via Procfile
Using this setu…
-
Question: Does this resume from where it left off if abc is stopped and started later on?
-
I'm getting a deployment error which I'm unsure how to solve:
```
✘ Invoking deployment process: FAILED
-----------------------------------STDERR-----------------------------------
node_root…
-
It looks like Live Queries metrics are no longer tracked in Meteor APM when using this package. Known issue?
-
OK, something happened today raise this issue: we got no plan on backup & restore current data.
This may be the time to have one.
- [ ] some research on this issue
- [ ] set up procedures and plans
- …
-
I need something exactly like this -- I have a Meteor app that gets data real-time in an IoT sort of way from a device that generates a ton of test data each second or so. I'd like to pause the publi…