Skip to content
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

PBM-1179 Added supported versions matrix #137

Merged
merged 1 commit into from
Sep 25, 2023
Merged
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Welcome to Percona Backup for MongoDB documentation!
## Overview

Percona Backup for MongoDB (PBM) is a distributed, low-impact solution for achieving
consistent backups of MongoDB sharded clusters and replica sets. Percona Backup for MongoDB supports Percona Server for MongoDB and MongoDB Community Edition v4.0 and higher.
consistent backups of MongoDB sharded clusters and replica sets. Percona Backup for MongoDB supports Percona Server for MongoDB and MongoDB Community Edition v4.4 and higher.

The Percona Backup for MongoDB code is [here](https://github.com/percona/percona-backup-mongodb).

Expand Down
6 changes: 3 additions & 3 deletions _resource/overrides/partials/nav.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{#-
This file was automatically generated - do not edit
-#}
{% import "partials/nav-item.html" as item with context %}
{% set class = "md-nav md-nav--primary" %}
{% if "navigation.tabs" in features %}
{% set class = class ~ " md-nav--lifted" %}
Expand All @@ -23,12 +24,11 @@
<ul class="md-nav__list" data-md-scrollfix>
{% for nav_item in nav %}
{% set path = "__nav_" ~ loop.index %}
{% set level = 1 %}
{% include "partials/nav-item.html" %}
{{ item.render(nav_item, path, 1) }}
{% endfor %}
<br>
<label class="md-nav__title" for="__drawer">
<a href="https://learn.percona.com/download-percona-backup-for-mongodb-1.5-manual" onclick="_gaq.push(['b._trackEvent', 'Percona Backup for MongoDB', 'Download', 'Download Manual Backup for MongoDB']);" class="md-nav__link md-nav__link--active">
<a href="https://learn.percona.com/download-percona-backup-for-mongodb-manual-2" onclick="_gaq.push(['b._trackEvent', 'Percona Backup for MongoDB', 'Download', 'Download Manual Backup for MongoDB']);" class="md-nav__link md-nav__link--active">
Download PDF
</a>
</label>
Expand Down
7 changes: 5 additions & 2 deletions docs/details/versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

Percona Backup for MongoDB is compatible with the following MongoDB versions:

* For *logical* backups - [Percona Server for MongoDB](https://www.percona.com/software/mongo-database/percona-server-for-mongodb) and MongoDB Community v4.0 and higher with [MongoDB Replication](https://docs.mongodb.com/manual/replication/) enabled.
| PBM version | MongoDB Community / Enterprise | Percona Server for MongoDB|
| ----------- |------------------------------- | ------------------------- |
| [2.3.0](release-notes/2.3.0.md) | Logical backups - version 4.4 and higher with [MongoDB Replication](https://docs.mongodb.com/manual/replication/) enabled| - Logical backups - version 4.4 and higher <br> - Physical backups - version 4.4.6-8, 5.0 and higher with [MongoDB Replication](https://docs.mongodb.com/manual/replication/) enabled and WiredTiger configured as the storage engine.|
| [1.7.0](release-notes/1.7.0.md) | Logical backups - version 4.2 and higher with [MongoDB Replication](https://docs.mongodb.com/manual/replication/) enabled| - Logical backups - version 4.2 and higher <br> - Physical backups (tech preview) - version 4.2.15-16, 4.4.6-8, 5.0 and higher with [MongoDB Replication](https://docs.mongodb.com/manual/replication/) enabled and WiredTiger configured as the storage engine.

Check notice on line 8 in docs/details/versions.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/details/versions.md#L8

[Google.Parens] Use parentheses judiciously.
Raw output
{"message": "[Google.Parens] Use parentheses judiciously.", "location": {"path": "docs/details/versions.md", "range": {"start": {"line": 8, "column": 240}}}, "severity": "INFO"}
| [1.6.1](release-notes/1.6.1.md) | Logical backups - version 3.6 and higher with [MongoDB Replication](https://docs.mongodb.com/manual/replication/) enabled| Logical backups - version 3.6 and higher|

* For *physical* backups - [Percona Server for MongoDB](https://www.percona.com/software/mongo-database/percona-server-for-mongodb) starting from versions 4.2.15-16, 4.4.6-8, 5.0 and higher with [MongoDB Replication](https://docs.mongodb.com/manual/replication/) enabled and WiredTiger configured as the storage engine.