Upgrading mongodb has no effect and still shows the old version

后端 未结 7 1495
说谎
说谎 2020-12-29 01:51

Following are the commands which I used to upgrade my mongodb version from 2.6.9 to latest, but its still showing me the previous version. Let me know what I am doing wrong

相关标签:
7条回答
  • 2020-12-29 02:30

    Run this:

    sudo apt-get update 
    sudo apt-get --only-upgrade install mongodb-org mongodb-org-mongos mongodb-org-server mongodb-org-shell mongodb-org-tools
    
    0 讨论(0)
提交回复
热议问题