How to install MongoDB 6 on Ubuntu 22.04 LTS Linux

Поделиться
HTML-код
  • Опубликовано: 24 дек 2024

Комментарии • 118

  • @andyj1394
    @andyj1394 Год назад +9

    I really appreciate your tutorials. This is like the third video of yours that I've seen. They are 100% to the point giving me what I need with no wasted time.

  • @codeClassy
    @codeClassy 4 месяца назад +1

    Straight to the point...I installed mongodb without wasting a single second and without an error...Thanks man🎉

  • @jesusmonge.l
    @jesusmonge.l Год назад +6

    For those encountering the error "Unit start.service could not be found," simply execute the following command: `sudo systemctl unmask mongod`.

  • @rishav6134
    @rishav6134 Год назад +3

    This is the first video recommended and It's the best. Clear, Precise and to the point. No Nonsense.
    brilliant.

  • @elysium26
    @elysium26 Год назад +1

    thansk for saving me man, ive been trying to install it the whole day and couldnt make it but this way it worked! Great video, greeting from Serbia!

  • @adityasangani4156
    @adityasangani4156 Год назад +5

    Straight to the point. Thank you for the video!

  • @spencertoyne6692
    @spencertoyne6692 Год назад +1

    This is a very informative and helpful video on installing and using MongoDB, Mongo Shell, & Mongo Compass on an Ubuntu 22.04 system. Just what I was looking for. Well done and thanks very much!

  • @main.adeiazo
    @main.adeiazo 9 месяцев назад

    Thanks for the help, I didn't understand how to use mongodb in shell, every RUclips tutorial was just talking about mongodb Atlas.

  • @deepaksunwal1028
    @deepaksunwal1028 Год назад +1

    Thank You Sir, I have a Error in Downloading the MongoDb. But after this video the Mongodb is installed Successfully thank you sir Once again.

  • @lesdoe
    @lesdoe 7 месяцев назад

    Golden information. When you're new, interacting with mongo seems a bit more confusing than working with regular databases like Postgres, so thank you very much to the author!

  • @mohammedniju
    @mohammedniju 11 месяцев назад

    finally got a perfect video after confusing for a long time

  • @priyanshusinha6284
    @priyanshusinha6284 Год назад +3

    Easiest way for setup on ubuntu. Thank you so much!!!!

  • @HarshDeep61034
    @HarshDeep61034 Год назад

    Thanks sir not only you told us how to install MongoDB but also any other .deb packages !!

  • @Codigo_ErgoSum
    @Codigo_ErgoSum 3 месяца назад

    This was an amazing video. Extremely useful and easy to follow. Congrats!

  • @mloaiza002
    @mloaiza002 Год назад +4

    I follow the commands that you did on the video. But I got, the following message:
    May 14 07:17:34 graylog systemd[1]: Started MongoDB Database Server.
    May 14 07:17:36 graylog systemd[1]: mongod.service: Main process exited, code=dumped, status=4/ILL
    May 14 07:17:36 graylog systemd[1]: mongod.service: Failed with result 'core-dump'.
    The OS is Ubuntu Server 22.04 running as a WM. Anything that I could be missing?

    • @louvilla9482
      @louvilla9482 Год назад +1

      hello, im trying to install mongodb and im encountering the same issue. Have you fixes this and how did you solve it?

    • @黃威儒-v8d
      @黃威儒-v8d Год назад +1

      I have the same issue, too! someone knows how to fix is problem?

    • @valenprofitos4753
      @valenprofitos4753 Год назад

      Same problem here

    • @黃威儒-v8d
      @黃威儒-v8d Год назад

      @@valenprofitos4753 I used a docker-composed file and fixed it, pls reference my document:
      -----------------------------------
      version: '3.9'
      networks:
      webnet:
      driver: bridge
      services:
      mongodb:
      image: mongo:4.4.18
      hostname: {db host name}
      ports:
      - 27017:27017
      volumes:
      - ./data:/data/db
      environment:
      - MONGO_INITDB_ROOT_USERNAME={your mongodb user name}
      - MONGO_INITDB_ROOT_PASSWORD={your mongodb password}
      networks:
      - webnet
      restart: always

  • @C4CONFIDENCE
    @C4CONFIDENCE 2 месяца назад +1

    Thank You so much Bro... I appreciate this..

  • @mrbinary-d1b
    @mrbinary-d1b Год назад +1

    sir showing this problem how can i solve this kind of problem
    deb
    (Reading database ... 216150 files and directories currently installed.)
    Preparing to unpack mongodb-org-server_7.0.4_amd64.deb ...
    Unpacking mongodb-org-server (7.0.4) over (7.0.4) ...
    dpkg: dependency problems prevent configuration of mongodb-org-server:
    mongodb-org-server depends on libssl1.1 (>= 1.1.1); however:
    Package libssl1.1 is not installed.
    dpkg: error processing package mongodb-org-server (--install):
    dependency problems - leaving unconfigured
    Processing triggers for man-db (2.10.2-1) ...
    Errors were encountered while processing:
    mongodb-org-server

  • @ignrey
    @ignrey Год назад

    Thanks for the tutorial, ubuntu is new to me and trying to figure out how to configure some things its a headache. Also I like the way you explain things.

  • @maha33612
    @maha33612 Год назад

    Thanks alot for the easy method with so simple teaching

  • @pankajjaiswal5465
    @pankajjaiswal5465 Год назад

    excellent explanation, Thank you Sir

  • @yanpain3784
    @yanpain3784 9 месяцев назад +1

    I cannot start mongod, when i check the status it is active: failed (result: core-dump) can you help me? i run ubuntu on a virtual machine

  • @dhruvkumar-br2lp
    @dhruvkumar-br2lp Год назад

    This is very informative tutorial thanks

  • @Elii1se
    @Elii1se Год назад

    thank's ! for once I followed the tuto step by step without any problem, feel great :')

  • @ManishThakur-zv1tr
    @ManishThakur-zv1tr 10 месяцев назад

    its the best video amongs all . Thanks to making such kind of tutorials, You done a great job

  • @fanstechnologiesug
    @fanstechnologiesug Год назад

    Thanks bunch your voice is too calm and explain everything to the point, you just saved me a tone of hours was spending to solve this, 👌🙏👍

  • @FaisalKhan-bt9bf
    @FaisalKhan-bt9bf 11 месяцев назад

    Thanks for Sharing , It worked

  • @tusharnain6652
    @tusharnain6652 Год назад

    Thank god, they made it this easy.

  • @AnatoliPavlov1881
    @AnatoliPavlov1881 Год назад

    Everything work!!!
    Thanks for this video!!!

  • @kaifmalek3608
    @kaifmalek3608 Год назад +1

    Thanks for making this video it is very helpful😊

  • @abdulwasay81
    @abdulwasay81 Год назад

    Worked brilliantly

  • @sameerhussain4709
    @sameerhussain4709 4 месяца назад

    Do I have to follow the same steps if I need to install in on WSL?

  • @vishalmaurya2690
    @vishalmaurya2690 Год назад

    Great video
    every step is very clear thank you for the video

  • @godgiven994
    @godgiven994 Год назад

    Good working tutorial! Thank you!

  • @user-uf1bf4jv9n
    @user-uf1bf4jv9n Год назад

    That was awesome! Thanks

  • @tusharnain6652
    @tusharnain6652 Год назад +1

    dude never disappoint.

  • @jagendrasrivastava2263
    @jagendrasrivastava2263 Год назад

    It was smooth and simple THANKS.

  • @streamx2
    @streamx2 Год назад

    Thank you this course. I followed it when it first came out and got mongo working on my computer. However today I get this error "Unknown command verb mongod." I can't figure out what the problem is. If anyone can help i would really appreciate it I also get mondod.service not found

  • @ashani_r4038
    @ashani_r4038 3 месяца назад

    Very clear. Thanks! 🌺

  • @S-craY
    @S-craY Год назад

    Thank you for this video!

  • @areebkhan3476
    @areebkhan3476 8 месяцев назад

    Amazing skill to present

  • @adrielmwofoh9111
    @adrielmwofoh9111 4 месяца назад

    Thank you very much,
    Please when I do the "sudo systemctl start mongod" and do they "sudo systemctl status mongod" it shows Active : failed.
    Please what can i do.

  • @RuhulAmin-pm3ox
    @RuhulAmin-pm3ox Год назад

    Thank you so much for the video!

  • @amenaakkad9294
    @amenaakkad9294 Год назад

    I followed the video and it worked, but I have a question: How do I contact php & mongodb ?

  • @geneplusagri7398
    @geneplusagri7398 5 месяцев назад

    excellent video........100% hit 💗

  • @yehortverytinov5478
    @yehortverytinov5478 Год назад

    Very useful video. Thanks a lot!

  • @innocentkumwenda8139
    @innocentkumwenda8139 6 месяцев назад

    Doing Lords work, props👏

  • @Caelghoul
    @Caelghoul 11 месяцев назад

    i get "Environment variable MONGODB_CONFIG_OVERRIDE_NOFORK == 1" error message when start service

  • @Alex-d5g8t
    @Alex-d5g8t Год назад

    this is one of the clean easiest short explanation with owsm content.good work

  • @aakmsh
    @aakmsh Год назад

    Helpful❤🔥

  • @VELTN-RGB
    @VELTN-RGB 5 месяцев назад

    Thanks for the video, very helpful for me

  • @victorynwokejiobi1762
    @victorynwokejiobi1762 Год назад

    Very apt .
    I really enjoyed it

  • @mearjuntripathi
    @mearjuntripathi Год назад

    Fair video

  • @ExploreAI-hn2ot
    @ExploreAI-hn2ot 7 месяцев назад

    Thank you so much, finally worked

  • @proggenius2024
    @proggenius2024 Год назад

    You are awesome. Thank you!

  • @SikkuFitnessOfficail
    @SikkuFitnessOfficail Год назад

    sir can i delete downloads file after configured all settings ?

  • @bontertiustuyishimire7140
    @bontertiustuyishimire7140 11 месяцев назад

    🎉 thank you bro... Very helpful

  • @devadethan9234
    @devadethan9234 9 месяцев назад

    this worked like a charm .) for ubuntu 23.10 non LTS

  • @leo2_1
    @leo2_1 Год назад

    thank you, the video is readly useful!

  • @mohammedniju
    @mohammedniju 11 месяцев назад

    my server is not stating
    it shows active failed

  • @tehreemqasim2204
    @tehreemqasim2204 Год назад

    great video thanks

  • @TheArcher2002
    @TheArcher2002 Год назад

    will the debian/ubuntu 64 file for shell work on mint 21?

  • @360sportscricket5
    @360sportscricket5 Год назад

    Thanks for Helping

  • @krishnabillonaire516
    @krishnabillonaire516 Год назад

    Good

  • @IzaElizaRiman
    @IzaElizaRiman 10 месяцев назад

    thank you very much sir!!!! really appreciated it!

  • @faithwambui891
    @faithwambui891 Год назад

    Thankyou for the video

  • @ronitkumar19
    @ronitkumar19 9 месяцев назад

    Thanks Helped me a lot.

  • @rameshnagella2029
    @rameshnagella2029 Год назад

    Enjoyed

  • @hcrnn7518
    @hcrnn7518 Год назад

    love you guys

  • @SikkuFitnessOfficail
    @SikkuFitnessOfficail Год назад

    really helpful for me

  • @asal-gr99
    @asal-gr99 11 месяцев назад

    Thanks super helpful 🤩

  • @SalmanNoushad-p6r
    @SalmanNoushad-p6r Год назад

    Best one

  • @Mishravibez
    @Mishravibez Год назад

    Thanks sir

  • @MdTanvirAhamedShanto
    @MdTanvirAhamedShanto 4 месяца назад

    how to stop mongobd server in linux

  • @alikaram98
    @alikaram98 Год назад

    so good

  • @-es2bf
    @-es2bf Год назад

    you are the man

  • @Bijay1023
    @Bijay1023 6 месяцев назад

    Excellent

  • @sudodr
    @sudodr Год назад

    thank you veryy much :)))

  • @AnirudhNayak-r2z
    @AnirudhNayak-r2z Год назад

    Thank you very much

  • @FekaduDebebe-k5g
    @FekaduDebebe-k5g Год назад

    Thank you!!

  • @learners7784
    @learners7784 Год назад

    sudo dpkg -i mongo
    press tab and enter

  • @nagarjun7651
    @nagarjun7651 Год назад

    Thank you so much..

  • @Rishkumar
    @Rishkumar 4 месяца назад

    this is free version of mongodb?

  • @milankbudha
    @milankbudha Год назад

    thank u so much bro

  • @samireramosdelgado2475
    @samireramosdelgado2475 Год назад

    gracias gracias , eres el mejor ...

  • @tamalchakraborty6355
    @tamalchakraborty6355 10 месяцев назад

    Thanks mate!

  • @ahmedbaig8543
    @ahmedbaig8543 Месяц назад

    Thank you so much if helps me

  • @ItaloSM
    @ItaloSM 11 месяцев назад

    Thank you very much!

  • @biswajitbala247
    @biswajitbala247 Год назад

    thanks :)

  • @melikarahmany7932
    @melikarahmany7932 Год назад

    👏👏👏👏

  • @AnwarMohamed7016
    @AnwarMohamed7016 Год назад

    Thanks

  • @orscraft6088
    @orscraft6088 10 месяцев назад

    Thanks 🙏

  • @adoleo6212
    @adoleo6212 7 месяцев назад

    super thanks!

  • @singhams3559
    @singhams3559 4 месяца назад

    useful thanks

  • @realworld328
    @realworld328 Год назад

    thankyou

  • @banywick8250
    @banywick8250 Год назад

    спасибо

  • @Akash-nh8pc
    @Akash-nh8pc Год назад

    was productive

  • @md.sohanurrahman7012
    @md.sohanurrahman7012 Год назад

    good

  • @anoopm1013
    @anoopm1013 Год назад

  • @davitpoghosyan34
    @davitpoghosyan34 Год назад

    thanksss

  • @same-w3m
    @same-w3m 4 месяца назад

    thanks!