Skip to content

Commit c7f6cd4

Browse files
authored
Merge pull request #424 from percona/ps-9549
PS-9549 [DOC]-add Get more help to 8.4
2 parents 9196621 + b3b8d4d commit c7f6cd4

15 files changed

+58
-0
lines changed

docs/apt-repo.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Specific information on the supported platforms, products, and versions is descr
77

88
We gather [Telemetry data] in the Percona packages and Docker images.
99

10+
--8<--- "get-help-snip.md"
11+
1012
## ARM support
1113

1214
The DEB builds for Ubuntu 20.04, Ubuntu 22.04, Ubuntu 24.04, DEBIAN 11, and DEBIAN 12 contain ARM packages with the `aarch64.rpm` extension. This means that Percona Server for MySQL is available for users on ARM-based systems.

docs/data-at-rest-encryption.md

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ encrypted.
3434
An encrypted page is decrypted at the I/O
3535
layer, added to the buffer pool, and used to access the data. A buffer pool page is not encrypted. The page is encrypted by the I/O layer before the page is flushed to disk.
3636

37+
--8<--- "get-help-snip.md"
38+
3739
## Percona XtraBackup support
3840

3941
Percona XtraBackup version {{vers}} supports the backup of encrypted general tablespaces.

docs/docker.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ We gather [Telemetry data] in the Percona packages and Docker images.
66

77
Make sure that you are using the latest version of Docker. The `APT` version or the `YUM` version may be outdated and cause errors.
88

9+
--8<--- "get-help-snip.md"
10+
911
## Starting a detached container
1012

1113
Start a container with the `--detached` or `-d` option, which runs the container in the background. In `detached` mode, when the root process used to run the container exits, the container exits.

docs/downgrade.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Downgrade Percona Server for MySQL
22

3+
--8<--- "get-help-snip.md"
4+
35
Downgrading to a 5.7 or earlier series is not supported.
46

57
The following table lists the downgrade paths:

docs/get-help.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Get more help
2+
3+
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.
4+
5+
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.
6+
7+
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.
8+
9+
## Percona's Community Forum
10+
11+
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.
12+
13+
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.
14+
15+
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.
16+
17+
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.
18+
19+
20+
## Percona experts
21+
22+
[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.
23+
24+
| Service | Description |
25+
|----------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|
26+
| 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. |
27+
| 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. |
28+
| Expert Consulting | Our experienced consultants provide guidance on database topics like architecture design, migration planning, performance optimization, and security best practices. |
29+
| Comprehensive Training | Our training programs help your team develop skills to manage databases effectively, offering virtual and in-person courses. |
30+
31+
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.
32+

docs/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ Percona Server for MySQL is trusted by thousands of enterprises to provide bette
1313
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.
1414

1515
[Install PMM and connect your MySQL instances to it](https://docs.percona.com/percona-monitoring-and-management/get-started/interface.html#open-a-dashboard-with-the-menu).
16+
17+
--8<--- "get-help-snip.md"

docs/install-audit-log-filter.md

+2
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ mysql> INSTALL COMPONENT 'file://component_audit_log_filter';
2121
Find more information in the [INSTALL COMPONENT](install-component.md) document.
2222

2323
To upgrade from `audit_log_filter` plugin in Percona Server 8.4 to `component_audit_log_filter` component in Percona Server {{vers}}, do the [manual upgrade](upgrade-components.md).
24+
25+
--8<--- "get-help-snip.md"

docs/quickstart-overview.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
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.
44
Percona Server for MySQL is trusted by thousands of enterprises to provide better performance and concurrency for their most demanding workloads.
55

6+
--8<--- "get-help-snip.md"
7+
68
## Install Percona Server for MySQL
79

810
You can install Percona Server for MySQL using different methods.

docs/troubleshoot-apparmor.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Troubleshooting AppArmor profiles ensure that applications can access necessary resources without compromising system security.
44

5+
--8<--- "get-help-snip.md"
6+
57
## Profile Modes
68

79
AppArmor profiles operate in different modes:

docs/troubleshoot-selinux.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Troubleshoot SELinux issues
22

3+
--8<--- "get-help-snip.md"
4+
35
## Relabel the Entire File System
46

57
Relabeling the entire file system is updating SELinux contexts for all files and directories. This operation ensures that SELinux can enforce its policies correctly.

docs/troubleshooting-sql.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Troubleshoot SQL code
22

3+
--8<--- "get-help-snip.md"
4+
35
## Troubleshooting SQL Code
46

57
To troubleshoot SQL code, follow these steps:

docs/upgrade.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Upgrade from 8.0 to {{vers}} overview
22

3+
--8<--- "get-help-snip.md"
4+
35
Upgrading your server to {{vers}} has the following benefits:
46

57
| Benefits | Description |

docs/yum-repo.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ that configures yum and installs the [Percona GPG key](https://www.percona.com/d
88

99
We gather [Telemetry data] in the Percona packages and Docker images.
1010

11+
--8<--- "get-help-snip.md"
12+
1113
## Supported platforms
1214

1315
Specific information on the supported platforms, products, and versions are described in [Percona Software and Platform Lifecycle](https://www.percona.com/services/policies/percona-software-platform-lifecycle#mysql).

mkdocs-base.yml

+1
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ extra:
147147
nav:
148148
- Home: index.md
149149
- psmysql-pro.md
150+
- get-help.md
150151
- Release notes:
151152
- Release notes index: release-notes/release-notes-index.md
152153
- release-notes/8.4.3-3.md

snippets/get-help-snip.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Review [Get more help](get-help.md) for ways that we can work with you.

0 commit comments

Comments
 (0)