Skip to content

DOCS-5099 - dropped platofrms etc. #2252

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/installation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Install MongoDB
.. index:: installation guides
.. index:: installation

MongoDB runs on most platforms and supports both 32-bit and 64-bit
architectures.
MongoDB runs on most platforms and supports 64-bit architecture for
production use and both 64-bit and 32-bit architectures for testing.

.. _supported-production:

Expand Down
15 changes: 13 additions & 2 deletions source/release-notes/3.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -390,14 +390,25 @@ MongoDB 3.0 includes the following query enhancements:

.. seealso:: :ref:`3.0-geo-near-compatibility`

Distributions
~~~~~~~~~~~~~
Distributions and Supported Versions
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Most non-Enterprise MongoDB distributions now include support for SSL.
Previously, only MongoDB Enterprise distributions came with SSL support
included; for non-Enterprise distributions, you had to build MongoDB
locally with the ``--ssl`` flag (i.e. ``scons --ssl``).

32-bit MongoDB builds are available for testing, but are not for
production use. 32-bit MongoDB builds do not include the WiredTiger
storage engine.

MongoDB builds are available for Windows Server 2003 and Windows Vista
(as "64-bit Legacy"), but the minimum officially supported Windows
version is Windows Server 2008.

.. seealso::
:ref:`3.0-compatibility-platform-support`, :ref:`faq-32-bit-limitations`

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MongoDB Enterprise Features
---------------------------

Expand Down