Skip to main content

Questions tagged [mongodb-3.2]

MongoDB (v.3.2) is a scalable, high-performance, open source, document-oriented database. This is version tag to describe that your question is version 3.2 specific. Please add (general) 'mongodb' tag too, to get a wider audience.

0 votes
0 answers
32 views

My Questions: Is it possible to share read-only access to my MongoDB database WITHOUT creating a user? Is it possible to grant read-only permissions WITHOUT authentication being enabled on the server? ...
Kiran's user avatar
  • 1
0 votes
1 answer
1k views

Please help me to find correct MongoDB size. db version v3.4.10 I have also executed below command to check if there are any ghost file. The below command output is zero. lsof | grep deleted | grep ...
Sridhar G's user avatar
0 votes
1 answer
1k views

I am trying to understand the implications of setting up a 2 node MongoDB cluster with the following configuration (Documentation does say a minimum of 3 nodes is required). MongoDB Version is 3.2. If ...
Jayadevan's user avatar
  • 1,051
5 votes
2 answers
11k views

I want to use transaction in mongodb but its told to replicaset can we perform transaction query with standalone mongodb if yes please share how to we can because when I try its give error This ...
Priyanka Sankhala's user avatar
0 votes
0 answers
339 views

I am using mongo db with authentication and it is working as expected when I map the user to the admin database like below, use admin; db.getUsers(); { "_id" : "admin.test1", ...
Coder's user avatar
  • 71
3 votes
1 answer
3k views

I have a new backup server I want to add to our mongo replica sets. As far as I can tell its as easy as logging on to the replica sets primary and adding the following command: rs.add( { host: "...
CrazyHorse019's user avatar
0 votes
0 answers
28 views

I have a MongoDB 3.2 WiredTiger Server running on Windows Server 2008 R2 Enterprise in Production while a MongoDB 3.2 WiredTiger Server running on Windows Server 2012 R2 in Testing. Production has ...
iamcyruss's user avatar
0 votes
1 answer
140 views

We have a few environments with MongoDB 3.0, these are standalone servers. These servers are already using WiredTiger Storage engine. I am trying to upgrade them to 4.2. As per the upgrade ...
Yogesh_D's user avatar
  • 101
0 votes
0 answers
730 views

after recovering replica-set from a snapshot (for testing) when I run commands on the primary I got error not master and slaveOk=false does primary not equal to master? I got this output for the ...
Maoz Zadok's user avatar
4 votes
1 answer
10k views

My query is taking ~3 seconds to execute with the $group stage, How can I faster this? My query is: db.getCollection('employee_data').aggregate([ { $match: //Filter }, { $group: { ...
Abhilash Lohar's user avatar
1 vote
2 answers
2k views

Right now i have a MongoDb HA in site one and i need another site with asynchronous replication enables in another location.This is a base plan of mine to achieve a disaster recovery . I dont have ...
linn zacharias's user avatar
1 vote
0 answers
173 views

MongoDB version: 3.2.11 Coming from using primarily PostgreSQL, I am new to MongoDB and am having trouble constructing complex queries in the required JSON format (where in SQL I would use CTEs). To ...
iskandarblue's user avatar
0 votes
1 answer
63 views

trying to start mongo config server : mongod --configsvr --dbpath /data/config-1 --port 27019 --logpath /data/config-1.log --fork --journal gives: F CONTROL [main] Failed global initialization: ...
Naisid's user avatar
  • 1
2 votes
1 answer
282 views

I am running sh.status() command on my mongos instance of sharded Mongo cluster and I am getting below exception. mongos> sh.status() assert: command failed: { "ok" : 0, "errmsg" : "error ...
Vikas Saini's user avatar
-1 votes
1 answer
68 views

I'm facing some issues when trying the following: I have a three-node MongoDB 4.0 cluster, no sharding, one mongodb instance as primary, the rest as secondaries. When I shut down the primary, one of ...
Alejandro Garcia's user avatar

15 30 50 per page
1
2 3 4 5
8