Skip to content

Commit 4bb2147

Browse files
authored
Merge pull request #635 from percona/ps-10388-8.4
PS-10388 [DOCS] - update YUM repo based on user interview 8.4
2 parents 2ccdced + df58ec1 commit 4bb2147

File tree

3 files changed

+80
-182
lines changed

3 files changed

+80
-182
lines changed

docs/install-myrocks.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ It is recommended to install Percona software from official repositories:
2020

2121
2. Install Percona MyRocks using the corresponding package manager:
2222

23-
* For Debian or Ubuntu:
23+
=== "Debian or Ubuntu"
2424

25-
```{.bash data-prompt="$"}
26-
$ sudo apt install percona-server-rocksdb
27-
```
25+
```{.bash data-prompt="$"}
26+
$ sudo apt install percona-server-rocksdb
27+
```
2828

29-
* For RHEL:
29+
=== "RHEL or derivatives"
3030

31-
```{.bash data-prompt="$"}
32-
$ sudo yum install percona-server-rocksdb
33-
```
31+
```{.bash data-prompt="$"}
32+
$ sudo dnf install percona-server-rocksdb
33+
```
3434

3535
After installation, you should see the following output:
3636

@@ -162,17 +162,17 @@ $ sudo ps-admin --disable-rocksdb -u root -pPassw0rd
162162
After the engine plugins have been uninstalled,
163163
remove the Percona MyRocks package:
164164

165-
* For Debian or Ubuntu:
165+
=== "Debian or Ubuntu"
166166

167-
```{.bash data-prompt="$"}
168-
$ sudo apt remove percona-server-rocksdb-{{vers}}
169-
```
167+
```{.bash data-prompt="$"}
168+
$ sudo apt remove percona-server-rocksdb-{{vers}}
169+
```
170+
171+
=== "RHEL or derivatives"
170172

171-
* For RHEL:
172-
173-
```{.bash data-prompt="$"}
174-
$ sudo yum remove percona-server-rocksdb-80.x86_64
175-
```
173+
```{.bash data-prompt="$"}
174+
$ sudo yum remove percona-server-rocksdb-80.x86_64
175+
```
176176

177177
Finally, remove all the [MyRocks Server Variables](myrocks-server-variables.md#myrocks-server-variables)
178178
from the configuration file (`my.cnf`)

0 commit comments

Comments
 (0)