Open AvnerCohen opened 10 years ago
Are you still using master/slave setup on MongoDB? and not primary, secondary?
I do. While majority of the stuff is already migrated to ReplicaSets, not all of it had.. As far as I read, this is still a supported setup as per mongodb (although, not recommended one).
Getting this error when moving from MongoDriver to Moped.
The behaviour is very weird, because I can totally get this to work with MongoDriver, but with moped (no mongoid) something is not working:
MongoDriver Flow:
Moped Flow:
However, When I add the master as well (or use master only) this works:
Am I expecting something weird from Moped?