forked from percona/percona-xtrabackup
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PXB-2653 Update README to README.md (8.0)
deleted: README new file: README.md
- Loading branch information
1 parent
7f0e4b6
commit 84c6468
Showing
3 changed files
with
49 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
## Percona XtraBackup | ||
|
||
![PXB logo](storage/innobase/xtrabackup/doc/source/percona-xtrabackup-logo.jpg) | ||
|
||
Percona XtraBackup is an open-source hot backup utility for MySQL - based servers that doesn’t lock your database during the backup. | ||
|
||
Whether it is a 24x7 highly loaded server or a low-transaction-volume environment, Percona XtraBackup is designed to make backups a seamless procedure without disrupting the performance of the server in a production environment. Commercial support contracts are available. | ||
|
||
Percona XtraBackup 8.0 can back up data from InnoDB, XtraDB, MyISAM, and MyRocks tables on MySQL 8.0 servers as well as Percona Server for MySQL with XtraDB, Percona Server for MySQL 8.0, and Percona XtraDB Cluster 8.0. | ||
|
||
Percona XtraBackup 2.4 can back up data from InnoDB, XtraDB, and MyISAM tables on MySQL 5.7 servers, as well as Percona Server for MySQL with XtraDB. | ||
|
||
For more information about the Percona XtraBackup components and how to use this product, see the [Percona XtraBackup documentation](https://www.percona.com/doc/percona-xtrabackup). | ||
|
||
## Installation | ||
|
||
You can install Percona XtraBackup using the following methods: | ||
- from the Percona repository | ||
- Build from the [source code](https://github.com/percona/percona-xtrabackup) | ||
|
||
The installation instructions in the official documentation are [here](https://www.percona.com/doc/percona-xtrabackup/8.0/installation.html). | ||
|
||
## Submit a bug report or a feature request | ||
|
||
If you find a bug in Percona XtraDB Cluster, you can submit a report to the project's [Jira issue tracker](https://jira.percona.com/projects/PXB/issues) | ||
|
||
As a general rule of thumb, please try to create a bug report that is: | ||
|
||
- Reproducible - include the steps on how to reproduce the issue | ||
- Specific - include as much detail as possible, such as which version, which environment, etc. | ||
- Unique - do not duplicate existing tickets | ||
- Scoped to a single issue - only one issue per report | ||
|
||
## Licensing | ||
|
||
Percona is dedicated to **keeping open source open**. Whenever possible, we strive to include permissive licensing for both our software and documentation. For this project, we are using version 2 of the GNU General Public License (GPLv2). | ||
|
||
## How to get involved | ||
|
||
We encourage contributions and are always looking for new members that are as dedicated to serving the community as we are. The [Contributing Guide](https://github.com/percona/percona-xtrabackup/blob/8.0/storage/innobase/xtrabackup/doc/source/contributing.md) contains how you can contribute. | ||
|
||
## Contact | ||
|
||
You can reach us by using the [Forum](https://forums.percona.com/c/mysql-mariadb/percona-xtrabackup). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Percona XtraBackup Code of Conduct | ||
|
||
All Percona Products follow the [Percona Community Code of Conduct](https://github.com/percona/community/blob/main/content/contribute/coc.md). | ||
|
||
If you notice any unacceptable behavior, let us know as soon as possible by writing to <[email protected]>. We will respond within 48 hours. |