MongoDB Cluster Replication and Fail-over - ubuntu. Step by step guideline

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ธ.ค. 2024

ความคิดเห็น • 16

  • @kaftest3251
    @kaftest3251 3 ปีที่แล้ว +1

    Short and simple, thank you for the VDO

  • @gskirmizi3001
    @gskirmizi3001 2 ปีที่แล้ว +1

    Thnx bro

  • @aniketpatil-d8e
    @aniketpatil-d8e ปีที่แล้ว +1

    Instead of vm can we use AWS EC2 and Mongo DB

    • @mroyon
      @mroyon  ปีที่แล้ว

      definitely yes..

    • @mroyon
      @mroyon  ปีที่แล้ว

      docs.aws.amazon.com/dms/latest/sbs/chap-mongodb2documentdb.02.html

    • @mroyon
      @mroyon  ปีที่แล้ว

      www.geeksforgeeks.org/how-to-install-mongodb-on-aws-ec2-instance/

  • @amryamudi1293
    @amryamudi1293 2 ปีที่แล้ว +1

    all server mongo-a , mongo-b, mongo-c in VM. what about client ? . if not mistaken the client run on windows. This client also in VM?

    • @mroyon
      @mroyon  2 ปีที่แล้ว

      The client is what ever you want.. lets say.. you have an web serber might be iis or nginx etc.. where you application log dumped in to the mongodb.. so you client is the web server.. its a database server.. so think of anything that could uaed the db as a container will be the client.. and it could be on vm on docker on physical machine... erc.

  • @aboubakerpe5161
    @aboubakerpe5161 3 ปีที่แล้ว +1

    Thank
    You can a video on, how to use ldap directory

    • @mroyon
      @mroyon  2 ปีที่แล้ว

      Usage of LDAP. Usage. .. would you please pick some specific topic so i can try to make vdo on those..

  • @jgimagensaereas
    @jgimagensaereas 3 ปีที่แล้ว +1

    Great video. I have a question. Can I use the same approach but instead of using three different servers, can I use only one server for the cluster?? What should change If I use one server? thanks.

    • @mroyon
      @mroyon  3 ปีที่แล้ว

      Yes.. definitely you can. And it is very common. You need to have seperate co fig for each instance. Its like.. you are running three instance of redis on a single server and the only change is in the ip and port..

  • @anandatole6529
    @anandatole6529 ปีที่แล้ว +1

    Instead of Mongo Enterprises can we use only Mongo DB

    • @mroyon
      @mroyon  ปีที่แล้ว

      There are two version, community and enterprise. Yes you can do with either of the version.

  • @samueltorres8107
    @samueltorres8107 3 ปีที่แล้ว

    Como puedo replicar de Master to Master puedes hacer un video sobre eso ? (How can I replicate from Master to Master can you make a video about that?)

    • @mroyon
      @mroyon  3 ปีที่แล้ว

      Can you please let me know more about the scenario.. master to master u have two master.. you just want to sync right..?