|
1 |
| -# Quickstart guide for Percona Server for MySQL |
| 1 | +# Overview |
2 | 2 |
|
3 |
| -Percona Server for MySQL is a freely available, fully compatible, enhanced, and open source drop-in replacement for any MySQL database. It provides superior and optimized performance, greater scalability and availability, enhanced backups, increased visibility, and instrumentation. |
4 |
| -Percona Server for MySQL is trusted by thousands of enterprises to provide better performance and concurrency for their most demanding workloads. |
| 3 | +Percona Server for MySQL is a freely available, fully compatible, enhanced, and open source drop-in replacement for any MySQL database and provides enterprise-grade features in security, availability, data management, visibility, instrumentation, and performance. |
5 | 4 |
|
6 | 5 | --8<--- "get-help-snip.md"
|
7 | 6 |
|
8 | 7 | ## Install Percona Server for MySQL
|
9 | 8 |
|
10 |
| -You can install Percona Server for MySQL using different methods. |
11 | 9 |
|
12 |
| -* [Use the Percona Repositories](installation.md) |
13 |
| -* [Use APT](apt-repo.md) |
14 |
| -* [Use YUM](yum-repo.md) |
15 |
| -* [Use binary tarballs](binary-tarball-install.md) |
16 |
| -* [Use Docker](docker.md) |
| 10 | +You can explore alternative installation options in the [Install] section of the Percona Server for MySQL documentation. |
17 | 11 |
|
18 |
| -## For backups and restores |
19 | 12 |
|
20 |
| -Percona XtraBackup (PXB) is a 100% open source backup solution for all versions of Percona Server for MySQL and MySQL® that performs online non-blocking, tightly compressed, highly secure full backups on transactional systems. Maintain fully available applications during planned maintenance windows with Percona XtraBackup. |
| 13 | +## Purpose of the Quickstart |
21 | 14 |
|
22 |
| -[Install Percona XtraBackup](https://docs.percona.com/percona-xtrabackup/innovation-release/installation.html) |
| 15 | +This document guides you through the initial setup process, including setting a root password in either APT or YUM, creating a database. |
23 | 16 |
|
24 |
| -## For Monitoring and Management |
| 17 | +You can also do the following: |
25 | 18 |
|
26 |
| -Percona Monitoring and Management (PMM )monitors and provides actionable performance data for MySQL variants, including Percona Server for MySQL, Percona XtraDB Cluster, Oracle MySQL Community Edition, Oracle MySQL Enterprise Edition, and MariaDB. PMM captures metrics and data for the InnoDB, XtraDB, and MyRocks storage engines, and has specialized dashboards for specific engine details. |
| 19 | +* [Download and install Percona Server for MySQL packages for your operating system](installation.md) |
27 | 20 |
|
28 |
| -[Install PMM and connect your MySQL instances to it](https://docs.percona.com/percona-monitoring-and-management/get-started/index.html). |
| 21 | +* Work with [the Quickstart for the Percona Operator for MySQL based on the Percona Server for MySQL using Helm] or [the Quickstart for the Percona Operator for MySQL based on the Percona Server for MySQL using Minikube] to find out more about the Percona Operator. |
29 | 22 |
|
30 |
| -## For high availability |
31 | 23 |
|
32 |
| -Percona XtraDB Cluster (PXC) is a 100% open source, enterprise-grade, highly available clustering solution for MySQL multi-source setups based on Galera. PXC helps enterprises minimize unexpected downtime and data loss, reduce costs, and improve performance and scalability of your database environments supporting your critical business applications in the most demanding public, private, and hybrid cloud environments. |
| 24 | +## Steps for first-time users |
33 | 25 |
|
34 |
| -[Percona XtraDB Cluster Quick start guide](https://docs.percona.com/percona-xtradb-cluster/8.0/quickstart-overview.html) |
| 26 | +The following guides walk you through the setup process and working with a database for a developer. Select the installation method that works best in your environment. |
35 | 27 |
|
36 |
| -## Operators |
37 | 28 |
|
38 |
| -Percona Operator for MySQL and Percona Operator for MySQL based on Percona XtraDB Cluster are tools designed to simplify the deployment, management, and scaling of MySQL and Percona XtraDB Cluster (PXC) instances in Kubernetes environments. These operators automate various database tasks such as backups, recovery, and updates, ensuring high availability and reliability. They provide robust features like automated failover, self-healing, and seamless scaling, which help maintain optimal database performance and reduce manual intervention. By leveraging Kubernetes' orchestration capabilities, these operators enhance the efficiency and resilience of MySQL and PXC deployments, making them well-suited for modern cloud-native applications. |
| 29 | +## Next steps |
39 | 30 |
|
40 |
| -[Percona Operator for MySQL Documentation](https://docs.percona.com/percona-operator-for-mysql/ps/) |
| 31 | +[Run and create database (container):material-arrow-right:](quickstart-docker.md){.md-button} |
41 | 32 |
|
42 |
| -[Percona Operator for MySQL based on Percona XtraDB Cluster](https://docs.percona.com/percona-operator-for-mysql/pxc/) |
| 33 | +[Install and create database (Ubuntu):material-arrow-right:](quickstart-apt.md){.md-button} |
43 | 34 |
|
44 |
| -## Cloud-native database services |
| 35 | +[Install and create database (Oracle Linux):material-arrow-right:](quickstart-yum.md){.md-button} |
45 | 36 |
|
46 |
| -Percona Everest is an open-source cloud-native database platform that helps developers deploy code faster, scale deployments rapidly, and reduce database administration overhead while regaining control over their data, database configuration, and DBaaS costs. |
| 37 | +[Choose your next steps:material-arrow-right:](quickstart-next-steps.md){.md-button} |
47 | 38 |
|
48 |
| -[Percona Everest](https://docs.percona.com/everest/index.html) |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | +[the Quickstart for the Percona Operator for MySQL based on the Percona Server for MySQL using Helm]: https://docs.percona.com/percona-operator-for-mysql/ps/helm.html |
| 44 | + |
| 45 | +[the Quickstart for the Percona Operator for MySQL based on the Percona Server for MySQL using Minikube]: https://docs.percona.com/percona-operator-for-mysql/ps/minikube.html |
0 commit comments