|
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 |
| -## Install Percona Server for MySQL |
| 5 | +To start with Percona Server for MySQL quickly, this Quickstart guide focuses on either using Docker, or installing with APT or YUM. |
7 | 6 |
|
8 |
| -You can install Percona Server for MySQL using different methods. |
| 7 | +You can explore alternative installation options in the [Install] section of the Percona Server for MySQL documentation. |
9 | 8 |
|
10 |
| -* [Use the Percona Repositories](installation.md) |
11 |
| -* [Use APT](apt-repo.md) |
12 |
| -* [Use YUM](yum-repo.md) |
13 |
| -* [Use binary tarballs](binary-tarball-install.md) |
14 |
| -* [Use Docker](docker.md) |
15 | 9 |
|
16 |
| -## For backups and restores |
| 10 | +## Purpose of the Quickstart |
17 | 11 |
|
18 |
| -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. |
| 12 | +This document guides you through the initial setup process, including setting a root password in either APT or YUM, creating a database. |
19 | 13 |
|
20 |
| -[Install Percona XtraBackup](https://docs.percona.com/percona-xtrabackup/innovation-release/installation.html) |
| 14 | +You can also do the following: |
21 | 15 |
|
22 |
| -## For Monitoring and Management |
| 16 | +* [Download and install Percona Server for MySQL packages for your operating system](installation.md) |
23 | 17 |
|
24 |
| -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. |
| 18 | +* 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. |
25 | 19 |
|
26 |
| -[Install PMM and connect your MySQL instances to it](https://docs.percona.com/percona-monitoring-and-management/get-started/index.html). |
27 | 20 |
|
28 |
| -## For high availability |
| 21 | +## Steps for first-time users |
29 | 22 |
|
30 |
| -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. |
| 23 | +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. |
31 | 24 |
|
32 |
| -[Percona XtraDB Cluster Quick start guide](https://docs.percona.com/percona-xtradb-cluster/8.0/quickstart-overview.html) |
33 | 25 |
|
34 |
| -## Operators |
| 26 | +## Next steps |
35 | 27 |
|
36 |
| -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. |
| 28 | +[Run and create database (container):material-arrow-right:](quickstart-docker.md){.md-button} |
37 | 29 |
|
38 |
| -[Percona Operator for MySQL Documentation](https://docs.percona.com/percona-operator-for-mysql/ps/) |
| 30 | +[Install and create database (Ubuntu):material-arrow-right:](quickstart-apt.md){.md-button} |
39 | 31 |
|
40 |
| -[Percona Operator for MySQL based on Percona XtraDB Cluster](https://docs.percona.com/percona-operator-for-mysql/pxc/) |
| 32 | +[Install and create database (Oracle Linux):material-arrow-right:](quickstart-yum.md){.md-button} |
41 | 33 |
|
42 |
| -## Cloud-native database services |
| 34 | +[Choose your next steps:material-arrow-right:](quickstart-next-steps.md){.md-button} |
43 | 35 |
|
44 |
| -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. |
45 | 36 |
|
46 |
| -[Percona Everest](https://docs.percona.com/everest/index.html) |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | +[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 |
| 41 | + |
| 42 | +[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