Skip to content
This repository was archived by the owner on Mar 5, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 2 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
15 changes: 15 additions & 0 deletions themes/mms-cloud/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,21 @@ <h4 class="alert-heading" style="margin-bottom: 10px;">The MongoDB Agent has bee
</div>
{%- endif %}

{%- if theme_backup_monitoring_eol %}
<div class="alert alert-info alert-dismissible fade in" role="alert" style="margin-left: 20px">
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
<span class="alert-message">
<h4 class="alert-heading" style="margin-bottom: 10px;">Cloud
Manager will no longer support Backup and Monitoring for
MongoDB 2.6, 3.0, 3.2, or 3.4 after September 30, 2022.
Please <a href="{{theme_base_url}}/cloud-manager/tutorial/change-mongodb-version/">upgrade your MongoDB deployment</a>
or <a href="{{theme_base_url}}/atlas/migration-to-atlas-choosing/">migrate to Atlas.</a>
</h4>
</span>
</div>
{%- endif %}
{%- endblock -%}

{% block language_selector %}{% endblock %}
Expand Down
16 changes: 16 additions & 0 deletions themes/mms-onprem/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,22 @@ <h4 class="alert-heading" style="margin-bottom: 10px;">The MongoDB Agent has bee
</div>
{%- endif %}

{%- if theme_backup_monitoring_eol %}
<div class="alert alert-info alert-dismissible fade in" role="alert" style="margin-left: 20px">
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
<span class="alert-message">
<h4 class="alert-heading" style="margin-bottom: 10px;">Ops
Manager will no longer support Backup and Monitoring for
Copy link
Contributor

Choose a reason for hiding this comment

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

Q: Is September 30 the release date for the version(s) of Ops Manager that drop this support? It's not clear to me if this change will affect all current OM versions, only 6.0, or only ones released after Sep 30.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Asked in the DOCSP ticket. Will await response before backporting.

MongoDB 2.6, 3.0, 3.2, or 3.4 after September 30, 2022.
Please <a href="{{theme_base_url}}/cloud-manager/tutorial/change-mongodb-version/">upgrade your MongoDB deployment</a>
or <a href="{{theme_base_url}}/atlas/migration-to-atlas-choosing/">migrate to Atlas.</a>
</h4>
</span>
</div>
{%- endif %}

{%- endblock -%}


Expand Down