I am using mongoDB version 3.2.
I created a replica set rs0.
I do not know how to get rid of this.(I mean delete).
In order to use mongod as stand alone server instead replica set carry out following steps.
I created a replica set rs0.
I do not know how to get rid of this.(I mean delete).
In order to use mongod as stand alone server instead replica set carry out following steps.
- Restart mongod process without
--replSet
argument. - Drop the local database
use local; db.dropDatabase();
It will help.
No comments:
Post a Comment