Skip to content

Commit b15d4cc

Browse files
Update README.md with Join Percona Squad (#993)
1 parent 6937694 commit b15d4cc

File tree

1 file changed

+29
-10
lines changed

1 file changed

+29
-10
lines changed

README.md

Lines changed: 29 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ consistent backups of MongoDB sharded clusters and replica sets. Percona Backup
99
For more information about PBM components and how to use it, see
1010
[Percona Backup for MongoDB documentation](https://docs.percona.com/percona-backup-mongodb/)
1111

12-
Percona Backup for MongoDB includes the following **features**:
12+
Percona Backup for MongoDB includes the following **Features**:
1313

1414
- Backup and restore for both classic non-sharded replica sets and sharded clusters
1515
- Point-in-Time recovery
1616
- Simple command-line management utility
1717
- Replica set and sharded cluster consistency through oplog capture
1818
- Distributed transaction consistency with MongoDB 4.2+
19-
- Simple, integrated-with-MongoDB authentication
19+
- Simple, integrated with MongoDB authentication
2020
- No need to install a coordination service on a separate server
2121
- Use of any S3-compatible storage
2222
- Support of locally-mounted remote filesystem backup servers.
@@ -28,7 +28,7 @@ Percona Backup for MongoDB consists of the following components:
2828
- **pbm-agent** is a process running on every mongod node within the cluster or a replica set that performs backup and restore operations.
2929
- **pbm** CLI is a command-line utility that instructs pbm-agents to perform an operation.
3030
- **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 filesystem type storage
31+
- Remote backup storage as either s3-compatible or filesystem-type storage
3232

3333
![Architecture](pbm-architecture.png)
3434

@@ -45,12 +45,12 @@ Find the installation instructions in the [official documentation](https://docs.
4545
Alternatively, you can [run Percona Backup for MongoDB as a Docker container](https://hub.docker.com/r/percona/percona-backup-mongodb).
4646

4747
## 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).
5050

5151
## Submit Bug Report / Feature Request
5252

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).
5454

5555
As a general rule of thumb, please try to create bug reports that are:
5656

@@ -80,13 +80,32 @@ When submitting a bug report or a feature, please attach the following informati
8080
8181
## Licensing
8282
83-
Percona is dedicated to **keeping open source open**. Wherever possible, we strive to include permissive licensing for both 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.
8484
8585
## How to get involved
8686
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)
93+
```
94+
% _____
95+
%%% | __ \
96+
###%%%%%%%%%%%%* | |__) |__ _ __ ___ ___ _ __ __ _
97+
### ##%% %%%% | ___/ _ \ '__/ __/ _ \| '_ \ / _` |
98+
#### ##% %%%% | | | __/ | | (_| (_) | | | | (_| |
99+
### #### %%% |_| \___|_| \___\___/|_| |_|\__,_|
100+
,((### ### %%% _____ _
101+
(((( (### #### %%%% / ____| | |
102+
((( ((# ###### | (___ __ _ _ _ __ _ __| |
103+
(((( (((# #### \___ \ / _` | | | |/ _` |/ _` |
104+
/(( ,((( *### ____) | (_| | |_| | (_| | (_| |
105+
//// ((( #### |_____/ \__, |\__,_|\__,_|\__,_|
106+
/// (((( #### | |
107+
/////////////(((((((((((((((((######## |_|
108+
```
90109
91110
## Contact
92111

0 commit comments

Comments
 (0)