diff --git a/_resource/.icons/groups.svg b/_resource/.icons/groups.svg new file mode 100644 index 00000000..3b42ea55 --- /dev/null +++ b/_resource/.icons/groups.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/apt.md b/docs/apt.md index 61124826..0e55aec1 100644 --- a/docs/apt.md +++ b/docs/apt.md @@ -10,6 +10,8 @@ using APT. We gather [Telemetry data] in the Percona packages and Docker images. +--8<--- "get-help-snip.md" + ## Prerequisites * You need to have root access on the node where you will be installing Percona XtraDB Cluster (either logged in as a user with root privileges or be able to run commands with sudo). diff --git a/docs/get-help.md b/docs/get-help.md new file mode 100644 index 00000000..2809e537 --- /dev/null +++ b/docs/get-help.md @@ -0,0 +1,31 @@ +# Get more help + +This guide is packed with information, but it can’t cover everything you need to know about Percona XtraBackup. 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. + +Clustering your database with Percona XtraDB Cluster keeps your data safe and available. It works by spreading data across multiple servers. If one server goes down, the others can step in to keep things running smoothly. This ensures high availability and redundancy, preventing downtime and data loss. + +=== ":groups: Ask a question in the 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-logo: Work with a Percona Expert" + + [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. \ No newline at end of file diff --git a/docs/tarball.md b/docs/tarball.md index a396008e..c641ea2d 100644 --- a/docs/tarball.md +++ b/docs/tarball.md @@ -3,6 +3,8 @@ Percona provides generic tarballs with all required files and binaries for manual installation. +--8<--- "get-help-snip.md" + You can download the appropriate tarball package from [https://www.percona.com/downloads/Percona-XtraDB-Cluster-80](https://www.percona.com/downloads/Percona-XtraDB-Cluster-80) diff --git a/docs/yum.md b/docs/yum.md index 5f5d5af4..efff84bc 100644 --- a/docs/yum.md +++ b/docs/yum.md @@ -5,6 +5,8 @@ is available in [Percona Software and Platform Lifecycle](https://www.percona.co We gather [Telemetry data] in the Percona packages and Docker images. +--8<--- "get-help-snip.md" + You can install Percona XtraDB Cluster with the following methods: * Use the official repository using YUM diff --git a/mkdocs-base.yml b/mkdocs-base.yml index 8a1e4e65..29d5dae8 100644 --- a/mkdocs-base.yml +++ b/mkdocs-base.yml @@ -144,6 +144,7 @@ extra: nav: - Home: index.md + - get-help.md - Release notes: - Release notes index: release-notes/release-notes_index.md - release-notes/8.0.39-30.md diff --git a/snippets/get-help-snip.md b/snippets/get-help-snip.md new file mode 100644 index 00000000..356bb388 --- /dev/null +++ b/snippets/get-help-snip.md @@ -0,0 +1 @@ +Check out our [Get more help](get-help.md) for ways that we can work with you. \ No newline at end of file