You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-10Lines changed: 29 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,14 +9,14 @@ consistent backups of MongoDB sharded clusters and replica sets. Percona Backup
9
9
For more information about PBM components and how to use it, see
10
10
[Percona Backup for MongoDB documentation](https://docs.percona.com/percona-backup-mongodb/)
11
11
12
-
Percona Backup for MongoDB includes the following **features**:
12
+
Percona Backup for MongoDB includes the following **Features**:
13
13
14
14
- Backup and restore for both classic non-sharded replica sets and sharded clusters
15
15
- Point-in-Time recovery
16
16
- Simple command-line management utility
17
17
- Replica set and sharded cluster consistency through oplog capture
18
18
- Distributed transaction consistency with MongoDB 4.2+
19
-
- Simple, integrated-with-MongoDB authentication
19
+
- Simple, integratedwithMongoDB authentication
20
20
- No need to install a coordination service on a separate server
21
21
- Use of any S3-compatible storage
22
22
- Support of locally-mounted remote filesystem backup servers.
@@ -28,7 +28,7 @@ Percona Backup for MongoDB consists of the following components:
28
28
-**pbm-agent** is a process running on every mongod node within the cluster or a replica set that performs backup and restore operations.
29
29
-**pbm** CLI is a command-line utility that instructs pbm-agents to perform an operation.
30
30
-**PBM Control collections** are special collections in MongoDB that store the configuration data and backup states
31
-
- Remote backup storage as either s3-compatible or filesystemtype storage
31
+
- Remote backup storage as either s3-compatible or filesystem-type storage
32
32
33
33

34
34
@@ -45,12 +45,12 @@ Find the installation instructions in the [official documentation](https://docs.
45
45
Alternatively, you can [run Percona Backup for MongoDB as a Docker container](https://hub.docker.com/r/percona/percona-backup-mongodb).
46
46
47
47
## API
48
-
This repository contains source code to build binaries. It is not a library and it is not intended to be used directly by calling exposed functions, types, etc.
49
-
Please, use `pbm` CLI as the publicly available API. See [PBM commands](https://docs.percona.com/percona-backup-mongodb/reference/pbm-commands.html) for reference.
48
+
This repository contains source code for building binaries. It is not a library and is not intended to be used directly by calling exposed functions, types, etc.
49
+
Please use the `pbm` CLI as the publicly available API. For reference, see [PBM commands](https://docs.percona.com/percona-backup-mongodb/reference/pbm-commands.html).
50
50
51
51
## Submit Bug Report / Feature Request
52
52
53
-
If you find a bug in Percona Backup for MongoDB, you can submit a report to the project's [JIRA issue tracker](https://jira.percona.com/projects/PBM).
53
+
If you find a bug in Percona Backup for MongoDB, submit a report to the project's [JIRA issue tracker](https://jira.percona.com/projects/PBM).
54
54
55
55
As a general rule of thumb, please try to create bug reports that are:
56
56
@@ -80,13 +80,32 @@ When submitting a bug report or a feature, please attach the following informati
80
80
81
81
## Licensing
82
82
83
-
Percona is dedicated to **keeping open source open**. Wherever possible, we strive to include permissive licensing forboth our software and documentation. For this project, we are using the Apache License 2.0 license.
83
+
Percona is dedicated to **keeping open source open**. We strive to include permissive licensing for our software and documentation wherever possible. For this project, we are using the Apache License 2.0 license.
84
84
85
85
## How to get involved
86
86
87
-
We encourage contributions and are always looking for new members that are as dedicated to serving the community as we are.
88
-
89
-
The [Contributing Guide](https://github.com/percona/percona-backup-mongodb/blob/main/CONTRIBUTING.md) contains the guidelines how you can contribute.
87
+
We encourage contributions and are always looking for new members who are as dedicated to serving the community as we are.
88
+
89
+
The [Contributing Guide](https://github.com/percona/percona-backup-mongodb/blob/main/CONTRIBUTING.md) contains the guidelines for contributing.
90
+
91
+
## Join Percona Squad!
92
+
Participate in monthly SWAG raffles, get early access to new product features, and invite-only ”ask me anything” sessions with database performance experts. Interested? Fill in the form at [squad.percona.com/mongodb](https://squad.percona.com/mongodb)
0 commit comments