Skip to content

Commit c4b4981

Browse files
PS-10372 [DOCS] Move PRO docs to archive and add PRO features to the regular release (8.4) (#628)
renamed: docs/apparmor-profiles.md -> archive/apparmor-profiles.md renamed: docs/fips.md -> archive/fips.md renamed: docs/install-pro.md -> archive/install-pro.md renamed: docs/psmysql-pro.md -> archive/psmysql-pro.md renamed: docs/upgrade-pro.md -> archive/upgrade-pro.md modified: docs/index.md modified: docs/installation.md modified: docs/yum-repo.md modified: mkdocs-base.yml
1 parent 8b9e42c commit c4b4981

File tree

11 files changed

+26
-37
lines changed

11 files changed

+26
-37
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/fips.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
# FIPS compliance
22

3-
--8<--- "pro-build-announcement.md"
3+
<!-- Percona Server for MySQL Pro includes the [capabilities](psmysql-pro.md#capabilities) that are typically requested by large enterprises. Percona Server for MySQL Pro contains packages created and tested by Percona. These packages are supported only for Percona Customers with a subscription. -->
44

5-
The Federal Information Processing Standards (FIPS) are a set of U.S. government standards that ensure the security of computer systems for non-military government agencies and contractors. These standards specify how to perform cryptographic operations, such as encryption, hashing, and digital signatures. FIPS mode is a mode of operation that enforces these standards and rejects any non-compliant algorithms or parameters.
5+
<!-- [Become a Percona Customer](https://www.percona.com/about/contact){.md-button} -->
66

7-
Percona Server for MySQL implements the same level of FIPS support as MySQL. Percona Server for MySQL can run in FIPS mode if a FIPS-enabled OpenSSL library and FIPS Object Module are available at runtime or if compiled using a FIPS-validated version of OpenSSL. You can also receive this functionality by [building Percona Server for MySQL from source code](compile-percona-server.md).
7+
The Federal Information Processing Standards (FIPS) are a set of regulations mandated by the United States government that ensure the security of computer systems for non-military government agencies and their contractors. These standards specify how to perform cryptographic operations, such as encryption, hashing, and digital signatures. FIPS mode is a mode of operation that enforces these standards and rejects any non-compliant algorithms or parameters.
8+
9+
Percona Server for MySQL can run in FIPS mode if a FIPS-enabled OpenSSL library and FIPS Object Module are available at runtime or if compiled using a FIPS-validated version of OpenSSL. FIPS mode remains off by default and must be enabled via [OS/OpenSSL configuration](#prerequisites).
10+
11+
## Version changes
12+
13+
Introduced in Percona Server for MySQL Pro build for [8.4.0-1](release-notes/8.4.0-1.md). You can also receive this functionality by [building Percona Server for MySQL from source code](compile-percona-server.md).
14+
15+
[Percona Server for MySQL 8.4.0-5](release-notes/8.4.7-7.md) includes the FIPS-capable binaries in all builds. No Pro build is required for FIPS compatibility.
816

917
## Prerequisites
1018

@@ -26,7 +34,7 @@ To prepare Percona Server for MySQL for FIPS certification, do the following:
2634

2735
If you enable FIPS on Ubuntu Pro with `$ sudo pro enable fips-updates` and then disable FIPS with `$ sudo pro disable fips-updates`, Percona Server for MySQL may stop operating properly. For example, if you disable FIPS on Ubuntu Pro with `$ sudo pro disable fips-updates` and enable the FIPS mode on Percona Server with `ssl-fips-mode=ON`, Percona Server may not load the SSL certificate.
2836

29-
* Deploy [Percona Server for MySQL from the Pro build](psmysql-pro.md), which is built and tested on operating systems with FIPS pre-approved OpenSSL packages.
37+
<!-- * Deploy [Percona Server for MySQL from the Pro build](psmysql-pro.md), which is built and tested on operating systems with FIPS pre-approved OpenSSL packages. -->
3038

3139
## The FIPS mode variables
3240

@@ -66,10 +74,10 @@ To ensure that the FIPS mode is enabled, do the following:
6674
A FIPS-approved version of the OpenSSL cryptographic library has been detected in the operating system with a properly configured FIPS module available for loading. Percona Server for MySQL will load this module and run in FIPS mode.
6775
```
6876
69-
## Next steps
77+
<!-- ## Next steps
7078
7179
[Install Percona Server for MySQL Pro](install-pro.md){.md-button}
7280
7381
If you already use Percona Server for MySQL, you can
7482
75-
[Upgrade to Percona Server for MySQL Pro](upgrade-pro.md){.md-button}
83+
[Upgrade to Percona Server for MySQL Pro](upgrade-pro.md){.md-button} -->

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ Find the best installation solution with our step-by-step installation instructi
3434

3535
</div><div data-banner markdown>
3636

37-
### :material-backup-restore: Percona Server for MySQL Pro { .title }
37+
### :material-arrow-up: Upgrade instructions { .title }
3838

39-
Enjoy the benefits of Percona Server for MySQL Pro build.
39+
Upgrade your Percona Server for MySQL installation with our comprehensive upgrade guides.
4040

41-
[Percona Server for MySQL Pro](psmysql-pro.md){ .md-button }
41+
[Upgrade instructions](upgrade.md){ .md-button }
4242

4343
</div><div data-banner markdown>
4444

docs/install-myrocks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ It is recommended to install Percona software from official repositories:
2626
$ sudo apt install percona-server-rocksdb
2727
```
2828

29-
* For RHEL or CentOS:
29+
* For RHEL:
3030

3131
```{.bash data-prompt="$"}
3232
$ sudo yum install percona-server-rocksdb
@@ -168,7 +168,7 @@ remove the Percona MyRocks package:
168168
$ sudo apt remove percona-server-rocksdb-{{vers}}
169169
```
170170
171-
* For RHEL or CentOS:
171+
* For RHEL:
172172
173173
```{.bash data-prompt="$"}
174174
$ sudo yum remove percona-server-rocksdb-80.x86_64

docs/installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ Before installing, read the [Percona Server for MySQL {{vers}} Release notes](re
44

55
We gather [Telemetry data] in the Percona packages and Docker images.
66

7-
## Install Percona Server for MySQL from Repositories
7+
## Install Percona Server for MySQL from repositories
88

9-
Percona provides repositories for yum (`RPM` packages for Red Hat, CentOS and Amazon Linux AMI) and apt (`.deb` packages for Ubuntu and Debian) for software such as Percona Server for MySQL, Percona XtraBackup, and Percona Toolkit. This makes it easy to install and update your software and its dependencies through your operating system’s package manager. This is the recommended way of installing where possible.
9+
Percona provides repositories for yum (`RPM` packages for Red Hat) and apt (`.deb` packages for Ubuntu and Debian) for software such as Percona Server for MySQL, Percona XtraBackup, and Percona Toolkit. This makes it easy to install and update your software and its dependencies through your operating system’s package manager. This is the recommended way of installing where possible.
1010

1111
The following guides describe the installation process for using the official Percona repositories for the `.deb` and `.rpm` packages.
1212

13-
[Install Percona Server for MySQL on Debian and Ubuntu](apt-repo.md){.md-button} [Install Percona Server for MySQL on Red Hat Enterprise Linux and CentOS](yum-repo.md){.md-button}
13+
[Install Percona Server for MySQL on Debian and Ubuntu](apt-repo.md){.md-button} [Install Percona Server for MySQL on Red Hat Enterprise Linux](yum-repo.md){.md-button}
1414

15-
## Other Installation Methods
15+
## Other installation methods
1616

1717
[Install Percona Server for MySQL from Binaries](binary-tarball-install.md){.md-button} <br> [Compile Percona Server for MySQL from Source](source-tarball.md){.md-button} <br> [Run Percona Server for MySQL in a Docker container](docker.md){.md-button}
1818

docs/quickstart-overview.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ The following guides walk you through the setup process and working with a datab
3737
[Choose your next steps:material-arrow-right:](quickstart-next-steps.md){.md-button}
3838

3939

40-
41-
42-
4340
[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
4441

4542
[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

docs/yum-repo.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,6 @@ The RPM builds contain ARM packages with the `aarch64.rpm` extension.
4141

4242
RHEL 8+ and other EL8+ systems enable the MySQL module by default. This module hides the Percona-provided packages and the module must be disabled to make these packages visible.
4343

44-
45-
## Percona Server for MySQL PRO
46-
47-
--8<--- "pro-build-announcement.md"
48-
49-
[Install Percona Server for MySQL Pro](install-pro.md){.md-button}
50-
5144
## Unattended installations
5245

5346
--8<-- "install-flag.md"

0 commit comments

Comments
 (0)