Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-5497

Update Debian install instructions since Wheezy is (currently) the only supported release

    • Type: Icon: Improvement Improvement
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • Server_Docs_20231030
    • Affects Version/s: None
    • Component/s: manual
    • Labels:
      None

      The Debian install instructions (http://docs.mongodb.org/manual/tutorial/install-mongodb-on-debian/) mention they are for Wheezy (Debian 7) but step 2 implies that other release packages might be available.

      echo "deb http://repo.mongodb.org/apt/debian "$(lsb_release -sc)"/mongodb-org/3.0 main" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.0.list
      
      If your Debian installation does not have lsb_release installed, you may install it using sudo apt-get install lsb-release.
      

      Until multiple releases are supported (eg. Jessie via SERVER-18329) the instructions should be more specific to avoid confusion, eg:

      echo "deb http://repo.mongodb.org/apt/debian "$(lsb_release -sc)"/mongodb-org/3.0 main" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.0.list
      
      Currently packages are only available for Debian 7 (wheezy).
      

            Assignee:
            andrew.aldridge@mongodb.com Andrew Aldridge
            Reporter:
            stephen.steneker@mongodb.com Stennie Steneker (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              8 years, 44 weeks, 6 days ago