Skip to content

Commit 116a1f7

Browse files
authored
Update FAQ with MariaDB upgrade instructions
Added instructions for upgrading MariaDB to version 11.8 LTS.
1 parent a2fe5f1 commit 116a1f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/book/v2/faq.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ Being installed as a system package, it can be updated using the command which u
166166
```shell
167167
sudo dnf upgrade -y
168168
```
169+
169170
## How do I upgrade MariaDB ?
170171

171172
By default, MariaDB is at version 11.4 LTS.
@@ -175,6 +176,7 @@ In case you want to upgrade to a different version, for instance [11.8 LTS](http
175176
```shell
176177
sudo nano /etc/yum.repos.d/MariaDB.repo
177178
```
179+
178180
- Modify the **baseurl** variable to match the desired version, for instance `11.8` instead of `11.4`.
179181
- Clean dnf cache
180182
```shell

0 commit comments

Comments
 (0)