Skip to content

Commit

Permalink
Merge pull request #184 from percona/pxc-4575
Browse files Browse the repository at this point in the history
PXC-4575 [DOCS] - Add Get More Help to PXC 8.0
  • Loading branch information
patrickbirch authored Dec 10, 2024
2 parents ec566dc + efe2491 commit 3e3f0f2
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 0 deletions.
1 change: 1 addition & 0 deletions _resource/.icons/groups.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/apt.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
31 changes: 31 additions & 0 deletions docs/get-help.md
Original file line number Diff line number Diff line change
@@ -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 [[email protected]]([email protected]). 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.
2 changes: 2 additions & 0 deletions docs/tarball.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 2 additions & 0 deletions docs/yum.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions mkdocs-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions snippets/get-help-snip.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Check out our [Get more help](get-help.md) for ways that we can work with you.

0 comments on commit 3e3f0f2

Please sign in to comment.