Skip to content

Commit 225ff9a

Browse files
committed
DOCSP-1402: Deprecate 12.04
1 parent 7bf7abf commit 225ff9a

File tree

5 files changed

+15
-16
lines changed

5 files changed

+15
-16
lines changed

source/administration/production-notes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ systems are recommended for production use:
6565
- Debian 7.1
6666
- RHEL / CentOS 6.2+
6767
- SLES 11+
68-
- Ubuntu LTS 12.04
6968
- Ubuntu LTS 14.04
69+
- Ubuntu LTS 16.04
7070
- Windows Server 2012 & 2012 R2
7171

7272
.. seealso:: :ref:`prod-notes-platform-considerations`

source/includes/fact-platform-x86_64.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
- Community only
5050
- Community only
5151
* - Ubuntu 12.04
52-
- |checkmark|
52+
- deprecated
5353
- |checkmark|
5454
- |checkmark|
5555
- |checkmark|
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
MongoDB only provides packages for 64-bit LTS (long-term support) Ubuntu releases.
22
For example, 12.04 LTS (precise), 14.04 LTS (trusty), 16.04 LTS (xenial), and so on.
33
These packages may work with other Ubuntu releases, however, they are not supported.
4+
5+
MongoDB 3.6 deprecates support for Ubuntu 12.04 LTS (precise).

source/includes/steps-install-mongodb-enterprise-on-ubuntu.yaml

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,23 @@ action:
1212
Create the list file using the command appropriate for your version of
1313
Ubuntu:
1414
15-
Ubuntu 12.04
15+
Ubuntu 12.04 (deprecated)
16+
.. class:: copyable-code
17+
.. code-block:: sh
1618
17-
.. class:: copyable-code
18-
.. code-block:: sh
19-
20-
echo "deb [ arch=amd64 ] http://repo.mongodb.com/apt/ubuntu precise/mongodb-enterprise/testing multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
19+
echo "deb [ arch=amd64 ] http://repo.mongodb.com/apt/ubuntu precise/mongodb-enterprise/testing multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
2120
2221
Ubuntu 14.04
22+
.. class:: copyable-code
23+
.. code-block:: sh
2324
24-
.. class:: copyable-code
25-
.. code-block:: sh
26-
27-
echo "deb [ arch=amd64 ] http://repo.mongodb.com/apt/ubuntu trusty/mongodb-enterprise/testing multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
25+
echo "deb [ arch=amd64 ] http://repo.mongodb.com/apt/ubuntu trusty/mongodb-enterprise/testing multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
2826
2927
Ubuntu 16.04
28+
.. class:: copyable-code
29+
.. code-block:: sh
3030
31-
.. class:: copyable-code
32-
.. code-block:: sh
33-
34-
echo "deb [ arch=amd64,arm64,ppc64el,s390x ] http://repo.mongodb.com/apt/ubuntu xenial/mongodb-enterprise/testing multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
31+
echo "deb [ arch=amd64,arm64,ppc64el,s390x ] http://repo.mongodb.com/apt/ubuntu xenial/mongodb-enterprise/testing multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
3532
3633
- pre: |
3734
If you'd like to install MongoDB Enterprise packages from a

source/includes/steps-install-mongodb-on-ubuntu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ action:
2020
Create the ``/etc/apt/sources.list.d/mongodb-org-3.6.list`` list file using
2121
the command appropriate for your version of Ubuntu:
2222
23-
Ubuntu 12.04
23+
Ubuntu 12.04 (deprecated)
2424
.. class:: copyable-code
2525
.. code-block:: sh
2626

0 commit comments

Comments
 (0)