-
"You've not added oplog support"
Should be "You haven't added oplog support"
dandv updated
10 years ago
-
I've lately dived into the thought of using `oplog-redis` where I discovered that the default implementation of the oplog-observer does not work when using `skip` in your db-query:
https://github.c…
-
If we were to save/stream the oplog, we would have better insurance on the backup of mongodb that we were just saving the database periodically.
this is specially relevant for self hosted/non cloud…
-
Hi, I found some error to tell you.
I can connect "http://127.0.0.1:9001/metrics".
and I can see the metrics about mongodb.
But some errors occured. My mongo DB version is 3.4.7
Here is error mes…
-
When this modifier is used, redis-oplog throws an exception:
```js
const modifer = {
$addToSet: undefined
};
Collection.update(selector, modifier);
```
Exception:
```
Exception …
-
MongoShake的版本:v2.8.1
源和目的MongoDB的版本:v4.2.15分片集群
部分配置项:
sync_mode = all
mongo_urls =
mongo_cs_url =
mongo_s_url =mongodb://root:xxxxxx@192.169.7.81:40000/admin?connect=direct
tunnel = direct
tu…
-
mongodb:
sit:PRIMARY> use local
switched to db local
sit:PRIMARY> show tables
oplog.rs
replset.election
replset.initialSyncId
replset.minvalid
replset.oplogTruncateAfterPoint
startup_log
sys…
-
Running oplog-replay some large mongo oplogs resulted in the process failing with the error `panic: bufio.Scanner: token too long`
The size of the buffer is limited in [`bufio/scan.go:16`](http://gol…
mohit updated
10 years ago
-
So with meteor 3.0 moving to the new async api I've noticed that this package is not quite ready for it.
If you run this with the env variable
WARN_WHEN_USING_OLD_API=1
You end up with errors …
-
an insert is made to posts
it shows on the db.oplog.$main.count()
yet no action ?
oplog.$main does show any change