diff --git a/docs/apt-repo.md b/docs/apt-repo.md index c248bb090e0..b6ef9f035bf 100644 --- a/docs/apt-repo.md +++ b/docs/apt-repo.md @@ -7,6 +7,8 @@ Specific information on the supported platforms, products, and versions is descr We gather [Telemetry data] in the Percona packages and Docker images. +Review [Get more help](get-help.md) for ways that we can work with you. + ## Version changes Starting with [Percona Server 8.0.37-29](release-notes/8.0.37-29.md), the following operating systems on [Percona Software Download](https://www.percona.com/downloads) include ARM64 packages with the `arm64.deb` extension: diff --git a/docs/docker.md b/docs/docker.md index 739c12add54..2410a828ec1 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -32,6 +32,7 @@ For this document, container refers to the Docker container and instance refers - Versioning: Docker images and containers contain all the dependencies and configurations needed to run your application. You can use tags to specify different versions of your images and easily switch between them. You can also use Docker Hub or other registries to store and share your images with others. - Development: Docker containers can help you create a consistent and reproducible development environment that matches your production environment. You can use tools like Dockerfile or Docker Build to automate the creation of your images and ensure they have the same settings and packages as your production images. You can also use tools like Docker Volumes or Bind Mounts to persist and share your data between containers or the host system. +Review [Get more help](get-help.md) for ways that we can work with you. *Percona Server for MySQL* has an official Docker image hosted on [Docker Hub](https://hub.docker.com/r/percona/percona-server/). If you want the latest version, use the `latest` tag. You can reference a specific version using the [Docker tag filter for the 8.0 versions](https://registry.hub.docker.com/r/percona/percona-server/tags?page=1&name=8.0). diff --git a/docs/downgrade.md b/docs/downgrade.md index df00e26a542..54eed1cfbce 100644 --- a/docs/downgrade.md +++ b/docs/downgrade.md @@ -14,4 +14,6 @@ Before you [upgrade to the latest release](./upgrade.md), do the following: * Thoroughly test in a staging environment -[MySQL 8 Minor Version Upgrades Are ONE-WAY Only](https://www.percona.com/blog/2020/01/10/mysql-8-minor-version-upgrades-are-one-way-only/) \ No newline at end of file +[MySQL 8 Minor Version Upgrades Are ONE-WAY Only](https://www.percona.com/blog/2020/01/10/mysql-8-minor-version-upgrades-are-one-way-only/) + +Review [Get more help](get-help.md) for ways that we can work with you. \ No newline at end of file diff --git a/docs/get-help.md b/docs/get-help.md new file mode 100644 index 00000000000..679c1572004 --- /dev/null +++ b/docs/get-help.md @@ -0,0 +1,34 @@ +# Get more help + +This guide is packed with information, but it can’t cover everything you need to know about Percona Server for MySQL. It also won’t cover every scenario you might come across. + +Think of this guide as a solid starting point. There’s always more to learn, and you’ll keep discovering new things as you get hands-on experience. And remember, the more you experiment and work with Percona Server for MySQL, the more confident and skilled you’ll become. Don’t be afraid to try things out and ask questions when you get stuck. + +Working with a database can get quite complicated. It involves understanding how to store, manage, and organize data effectively, so it’s available when you need it and protected when you don’t. You have to think about the structure, like how tables and relationships work, and then consider the performance side, such as how quickly queries return results. It also means dealing with security, ensuring that sensitive information is well-guarded, and handling the right access levels. Plus, if the database grows or changes, maintaining it without losing data or causing downtime adds more challenges. Overall, it’s a balance between designing, tuning, and keeping everything running smoothly. + +## Percona's Community Forum + +Be a part of a space where you can tap into a wealth of knowledge from other database enthusiasts and experts who work with Percona’s software every day. While our service is entirely free, keep in mind that response times can vary depending on the complexity of the question. You are engaging with people who genuinely love solving database challenges. + +I recommend visiting our [Community Forum](https://forums.percona.com/t/welcome-to-perconas-community-forum/7). It’s an excellent place for discussions, technical insights, and support around Percona database software. If you’re new and feeling a bit unsure, our [FAQ](https://forums.percona.com/faq) and [Guide for New Users](https://forums.percona.com/t/faq-guide-for-new-users/8562) ease you in. + +Want a more dynamic conversation or real-time interaction? Check out our community on [Discord](http://per.co.na/discord). It has database specialists and enthusiasts discussing everything from performance tuning to architecture best practices. + +If you have thoughts, feedback, or ideas to share, the community team would like to hear from you at [community-team@percona.com](community-team@percona.com). We’re always excited to connect and improve everyone's experience. + + +## Percona experts + +[Percona experts](https://www.percona.com/services/consulting) bring years of experience in tackling tough database performance issues and design challenges. We understand your challenges when managing complex database environments. That's why we offer various services to help you simplify your operations and achieve your goals. + +| Service | Description | +|----------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| 24/7 Expert Support | Our dedicated team of database experts is available 24/7 to assist you with any database issues. We provide flexible support plans tailored to your specific needs. | +| Hands-On Database Management | Our managed services team can take over the day-to-day management of your database infrastructure, freeing up your time to focus on other priorities. | +| Expert Consulting | Our experienced consultants provide guidance on database topics like architecture design, migration planning, performance optimization, and security best practices. | +| Comprehensive Training | Our training programs help your team develop skills to manage databases effectively, offering virtual and in-person courses. | + +We're here to help you every step of the way. Whether you need a quick fix or a long-term partnership, we're ready to provide your expertise and support. + + + diff --git a/docs/install-pro.md b/docs/install-pro.md index 05b8fd127b9..d14037fc62a 100644 --- a/docs/install-pro.md +++ b/docs/install-pro.md @@ -4,6 +4,8 @@ Percona Server for MySQL Pro includes the [capabilities](psmysql-pro.md#capabili [Become a Percona Customer](https://www.percona.com/about/contact){.md-button} +Review [Get more help](get-help.md) for ways that we can work with you. + This document provides guidelines how to install Pro packages of Percona Server for MySQL from Percona repositories. [Check files in packages built for Percona Server for MySQL Pro :material-arrow-right:](pro-files.md){.md-button} ## Procedure diff --git a/docs/installation.md b/docs/installation.md index c1d6bb87c8f..e0605eef409 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -10,6 +10,8 @@ For more information, see [Percona Software repositories and the percona-release To get started quickly, use the [Quickstart guide]. You can find instructions for either Docker or installing with a package manager. +Review [Get more help](get-help.md) for ways that we can work with you. + The following guides describe the installation procedures for using the official Percona Software repositories. * [Install Percona Server for MySQL on Debian and Ubuntu](apt-repo.md) diff --git a/docs/post-installation.md b/docs/post-installation.md index b8b54f7f5a7..5133059351d 100644 --- a/docs/post-installation.md +++ b/docs/post-installation.md @@ -1,5 +1,7 @@ # Post-installation +Review [Get more help](get-help.md) for ways that we can work with you. + Depending on the type of installation, you may need to do the following tasks: ## Installed using binary files or compiling from source diff --git a/docs/quickstart-overview.md b/docs/quickstart-overview.md index e85db1cc670..6fbbf163928 100644 --- a/docs/quickstart-overview.md +++ b/docs/quickstart-overview.md @@ -6,6 +6,7 @@ To start with Percona Server for MySQL quickly, this Quickstart guide focuses on You can explore alternative installation options in the [Install] section of the Percona Server for MySQL documentation. +Review [Get more help](get-help.md) for ways that we can work with you. ## Purpose of the Quickstart diff --git a/docs/upgrade-pro.md b/docs/upgrade-pro.md index f9408152d2c..11c3ced87de 100644 --- a/docs/upgrade-pro.md +++ b/docs/upgrade-pro.md @@ -4,6 +4,8 @@ Percona Server for MySQL Pro includes the [capabilities](psmysql-pro.md#capabili [Become a Percona Customer](https://www.percona.com/about/contact){.md-button} +Review [Get more help](get-help.md) for ways that we can work with you. + This document provides instructions on upgrading from Percona Server for MySQL to Percona Server for MySQL Pro. ## Preconditions diff --git a/docs/upgrade.md b/docs/upgrade.md index 25755506628..d7f255a18ad 100644 --- a/docs/upgrade.md +++ b/docs/upgrade.md @@ -20,6 +20,7 @@ Not upgrading your database can have the following risks: | Compatibility risks | You can experience compatibility issues with hardware, operating system, or applications since the older version is not supported on newer platforms. At some point, the database server is no longer supportable. | | Failure risk | A failure in either hardware, operating system or application may force an upgrade at the wrong time. | +Review [Get more help](get-help.md) for ways that we can work with you. Create a test environment to verify the upgrade before you upgrade the production servers. The test environment is crucial to the success of the upgrade. There is no supported [downgrade procedure](./downgrade.md). You can try to [replicate from an 8.0 version to 5.7](https://www.percona.com/blog/replicating-mysql-8-0-mysql-5-7/) or restore a backup. diff --git a/docs/yum-repo.md b/docs/yum-repo.md index 233634e9f2e..854d299e354 100644 --- a/docs/yum-repo.md +++ b/docs/yum-repo.md @@ -8,6 +8,8 @@ operating systems. The easiest way to install the Percona RPM repository is to i We gather [Telemetry data] in the Percona packages and Docker images. +Review [Get more help](get-help.md) for ways that we can work with you. + ## Version changes Starting with Percona Server 8.0.33-25, the RPM builds for *RHEL* 8 and *RHEL* 9 contain ARM packages with the `aarch64.rpm` extension. This means that Percona Server for MySQL is available for users on ARM-based systems. diff --git a/mkdocs-base.yml b/mkdocs-base.yml index 38b971d8aaa..6d1083eff99 100644 --- a/mkdocs-base.yml +++ b/mkdocs-base.yml @@ -145,6 +145,7 @@ extra: nav: - Home: index.md - psmysql-pro.md + - Get more help: get-help.md - Release notes: - Release notes index: release-notes/release-notes_index.md - release-notes/8.0.39-30.md