skip to Main Content

Mongodb replicaset and oplog size

I want to check my replicasets are working properly or not while oplog size is over(minimum 990 mb). How can I convert a standalone remote server to replica set. How can I fixed the oplogsize of replica set. How can…

VIEW QUESTION

Mongodb – I am not able to import a code from another file

I'm trying to import my code functions from one file to another, however, it's not working. Look at the file I'm exporting from: const uri = "mongodb+srv://<User>:<PassWord>@cluster0.ubhacr9.mongodb.net/?retryWrites=true&w=majority" const client = new MongoClient(uri); async function run(){ //code } async function inserirDatabase(tipo,…

VIEW QUESTION
Back To Top
Search