Skip to content

Commit

Permalink
Deployed df54b97 to 8.4 with MkDocs 1.6.1 and mike 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Jan 21, 2025
1 parent 5b7a076 commit 4a7f60e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 14 deletions.
2 changes: 1 addition & 1 deletion 8.4/search/search_index.json

Large diffs are not rendered by default.

35 changes: 22 additions & 13 deletions 8.4/yum.html
Original file line number Diff line number Diff line change
Expand Up @@ -984,6 +984,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#install-on-red-hat-8-or-later" class="md-nav__link">
<span class="md-ellipsis">
Install on Red Hat 8 or later
</span>
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -2203,6 +2212,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#install-on-red-hat-8-or-later" class="md-nav__link">
<span class="md-ellipsis">
Install on Red Hat 8 or later
</span>
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -2307,23 +2325,14 @@ <h2 id="prerequisites">Prerequisites<a class="headerlink" href="#prerequisites"
<p>For information on SELinux, see <a href="selinux.html#selinux">Enabling SELinux</a>.</p>
<h2 id="install-from-percona-software-repository">Install from Percona Software Repository<a class="headerlink" href="#install-from-percona-software-repository" title="Permanent link">&para;</a></h2>
<p>For more information on the Percona Software repositories and configuring Percona Repositories with <code>percona-release</code>, see the <a href="https://docs.percona.com/percona-software-repositories/index.html">Percona Software Repositories Documentation</a>.</p>
<div class="tabbed-set tabbed-alternate" data-tabs="1:2"><input checked="checked" id="__tabbed_1_1" name="__tabbed_1" type="radio" /><input id="__tabbed_1_2" name="__tabbed_1" type="radio" /><div class="tabbed-labels"><label for="__tabbed_1_1">Install on Red Hat 7</label><label for="__tabbed_1_2">Install on Red Hat 8 or later</label></div>
<div class="tabbed-content">
<div class="tabbed-block">
<div class="highlight" data-prompt="$"><pre><span></span><code>$<span class="w"> </span>sudo<span class="w"> </span>yum<span class="w"> </span>install<span class="w"> </span>https://repo.percona.com/yum/percona-release-latest.noarch.rpm
$<span class="w"> </span>sudo<span class="w"> </span>percona-release<span class="w"> </span>enable-only<span class="w"> </span>pxc-80<span class="w"> </span>release
$<span class="w"> </span>sudo<span class="w"> </span>percona-release<span class="w"> </span><span class="nb">enable</span><span class="w"> </span>tools<span class="w"> </span>release
$<span class="w"> </span>sudo<span class="w"> </span>yum<span class="w"> </span>install<span class="w"> </span>percona-xtradb-cluster
<h2 id="install-on-red-hat-8-or-later">Install on Red Hat 8 or later<a class="headerlink" href="#install-on-red-hat-8-or-later" title="Permanent link">&para;</a></h2>
<p>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. The following command disables the module: </p>
<div class="highlight" data-prompt="$"><pre><span></span><code>$<span class="w"> </span>sudo<span class="w"> </span>yum<span class="w"> </span>module<span class="w"> </span>disable<span class="w"> </span>mysql
</code></pre></div>
</div>
<div class="tabbed-block">
<div class="highlight" data-prompt="$"><pre><span></span><code>$<span class="w"> </span>sudo<span class="w"> </span>yum<span class="w"> </span>install<span class="w"> </span>https://repo.percona.com/yum/percona-release-latest.noarch.rpm
$<span class="w"> </span>sudo<span class="w"> </span>percona-release<span class="w"> </span>setup<span class="w"> </span>pxc-80
$<span class="w"> </span>sudo<span class="w"> </span>percona-release<span class="w"> </span>setup<span class="w"> </span>pxc-84-lts
$<span class="w"> </span>sudo<span class="w"> </span>yum<span class="w"> </span>install<span class="w"> </span>percona-xtradb-cluster
</code></pre></div>
</div>
</div>
</div>
<h2 id="after-installation">After installation<a class="headerlink" href="#after-installation" title="Permanent link">&para;</a></h2>
<p>After the installation, start the <code>mysql</code> service and find the temporary password using the <code>grep</code> command. </p>
<div class="highlight" data-prompt="$"><pre><span></span><code>$<span class="w"> </span>sudo<span class="w"> </span>service<span class="w"> </span>mysql<span class="w"> </span>start
Expand Down

0 comments on commit 4a7f60e

Please sign in to comment.