Skip to content

Commit 997c814

Browse files
DOCSP-28943 MongoDB agent support for Ubuntu 22.04 x86 (#4997) (#5013)
* DOCSP-28943 MongoDB agent support for Ubuntu 22.04 x86 * DOCSP-28943 fix to remove 22.04 for prior DB versions * DOCSP-28943 updates for ER's feedback
1 parent df1c231 commit 997c814

14 files changed

+49
-19
lines changed

conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,10 @@
148148
'mdbagent-wa': 'MongoDB Agent with Automation enabled',
149149
'mdbagent-ba': 'MongoDB Agent with Backup enabled',
150150
'mdbagent-lm': 'MongoDB Agent configured for Live Migration',
151-
'agent-dl-deb-ubuntu-16-x64': 'Debian 8/9/10/11, Ubuntu 16.X/18.X/20.x - DEB',
152-
'agent-dl-deb-ubuntu-18-x64': 'Debian 8/9/10/11, Ubuntu 16.X/18.X/20.x - DEB',
153-
'agent-dl-deb-debian-8-x64': 'Debian 8/9/10/11, Ubuntu 16.X/18.X/20.x - DEB',
154-
'agent-dl-deb-debian-9-x64': 'Debian 8/9/10/11, Ubuntu 16.X/18.X/20.x - DEB',
151+
'agent-dl-deb-ubuntu-16-x64': 'Debian 8/9/10/11, Ubuntu 16.X/18.X/20.x/22.x - DEB',
152+
'agent-dl-deb-ubuntu-18-x64': 'Debian 8/9/10/11, Ubuntu 16.X/18.X/20.x/22.x - DEB',
153+
'agent-dl-deb-debian-8-x64': 'Debian 8/9/10/11, Ubuntu 16.X/18.X/20.x/22.x - DEB',
154+
'agent-dl-deb-debian-9-x64': 'Debian 8/9/10/11, Ubuntu 16.X/18.X/20.x/22.x - DEB',
155155
'agent-dl-deb-ubuntu-16-zSeries': 'Ubuntu 18.X Z-Series (s390x) - DEB',
156156
'agent-dl-msi-windows': 'Windows - MSI',
157157
'agent-dl-rpm-rhel-6-x64': 'Amazon Linux - RPM',

source/core/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ Intel/AMD (``x86_64``) Hardware Architectures
408408

409409
* - Ubuntu
410410
- 18.04, 20.04
411-
- 18.04, 20.04
411+
- 18.04, 20.04, 22.04
412412

413413
.. note::
414414

source/includes/choice-install-enable-appdb-monitoring.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
.. include:: /includes/agents/binaries-removed-from-path.rst
1515

1616
On x86_64 architecture running Debian 10 or 11, and
17-
Ubuntu 18.04 or 20.04:
17+
Ubuntu 18.04, 20.04, or 22.04:
1818

1919
.. include:: /includes/steps/monitor-appdb-on-amd64.ubuntu1604-deb.rst
2020

source/includes/choice-install-mongodb-agent-manage-platform.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
.. include:: /includes/agents/binaries-removed-from-path.rst
2222

23-
On x86_64 architecture running Debian 8/9/10/11 or Ubuntu 18.04/20.04:
23+
On x86_64 architecture running Debian 8/9/10/11 or Ubuntu 18.04/20.04/22.04:
2424

2525
.. include:: /includes/steps/install-mongodb-agent-manage-amd64.ubuntu1604-deb.rst
2626

source/includes/choice-install-mongodb-agent-monitor-platform.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
.. include:: /includes/agents/binaries-removed-from-path.rst
2222

2323
On x86_64 architecture running Debian 8, Debian 9, Ubuntu 18.04,
24-
or Ubuntu 20.04:
24+
Ubuntu 20.04, or Ubuntu 22.04:
2525

2626
.. include:: /includes/steps/install-mongodb-agent-monitor-amd64.ubuntu1604-deb.rst
2727

source/includes/choice-update-mongodb-agent-backup-and-monitoring.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
:tabid: x86
2020

2121
On x86_64 architecture running Debian 8, Debian 9, Ubuntu 18.04,
22-
or Ubuntu 20.04:
22+
Ubuntu 20.04, or Ubuntu 22.04:
2323

2424
.. include:: /includes/steps/update-backup-to-mongodb-agent-amd64.ubuntu1604-deb.rst
2525

source/includes/choice-update-mongodb-agent-monitoring.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
:tabid: x86
2020

2121
On x86_64 architecture running Debian 8, Debian 9, Ubuntu 18.04,
22-
or Ubuntu 20.04:
22+
Ubuntu 20.04, or Ubuntu 22.04:
2323

2424
.. include:: /includes/steps/update-monitoring-to-mongodb-agent-amd64.ubuntu1604-deb.rst
2525

source/includes/list-tables/v6-agent-platform-support-table.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,14 @@
106106
-
107107
-
108108
-
109+
* -
110+
- Ubuntu 22.x :sup:`3`
111+
- :icon:`check-circle`
112+
-
113+
-
114+
-
115+
-
116+
-
109117
* -
110118
- Windows
111119
- :icon:`check-circle`
@@ -163,3 +171,11 @@
163171
-
164172
-
165173

174+
:sup:`1` Your Rocky and Alma Linux :abbr:`OS (Operating System)`
175+
must include the ``redhat-lsb-core`` package.
176+
177+
:sup:`2` Your Debian installation must include the
178+
``lsb-release`` package. To learn more, see `lsb-release
179+
<https://packages.debian.org/sid/lsb-release>`__.
180+
181+
:sup:`3` |bic-full| isn't supported on Ubuntu 22.04.

source/includes/steps-install-mongodb-agent-manage-amd64.ubuntu1604-deb.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ source:
1616
ref: download-mongodb-agent-installer-cloud-deb
1717
replacement:
1818
fileBuild: "amd64.ubuntu1604.deb"
19-
platform: "Ubuntu 18.04/20.04 or Debian 8/9/10/11 for 64-bit x86"
19+
platform: "Ubuntu 18.04/20.04/22.04 or Debian 8/9/10/11 for 64-bit x86"
2020
commandline: "Linux shell"
2121
edition: cloud
2222
---
@@ -26,7 +26,7 @@ source:
2626
ref: download-mongodb-agent-installer-opsmgr-deb
2727
replacement:
2828
fileBuild: "amd64.ubuntu1604.deb"
29-
platform: "Ubuntu 18.04/20.04 or Debian 9/10/11 for 64-bit x86"
29+
platform: "Ubuntu 18.04/20.04/22.04 or Debian 9/10/11 for 64-bit x86"
3030
commandline: "Linux shell"
3131
edition: onprem
3232
---

source/includes/steps-install-mongodb-agent-monitor-amd64.ubuntu1604-deb.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ source:
1616
ref: download-mongodb-agent-installer-cloud
1717
replacement:
1818
fileBuild: "amd64.ubuntu1604.deb"
19-
platform: "Ubuntu 18.04/20.04 or Debian 9/10/11 for 64-bit x86"
19+
platform: "Ubuntu 18.04/20.04/22.04 or Debian 9/10/11 for 64-bit x86"
2020
commandline: "Linux shell"
2121
edition: cloud
2222
---
@@ -26,7 +26,7 @@ source:
2626
ref: download-mongodb-agent-installer-opsmgr
2727
replacement:
2828
fileBuild: "amd64.ubuntu1604.deb"
29-
platform: "Ubuntu 18.04/20.04 or Debian 9/10/11 for 64-bit x86"
29+
platform: "Ubuntu 18.04/20.04/22.04 or Debian 9/10/11 for 64-bit x86"
3030
commandline: "Linux shell"
3131
edition: onprem
3232
---

0 commit comments

Comments
 (0)