Skip to content

Commit df063db

Browse files
authored
Update faq.md
1 parent 42d0993 commit df063db

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/book/v2/faq.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,12 +173,12 @@ By default, MariaDB is at version 11.4 LTS.
173173
In case you want to upgrade to a different version, for instance [11.8 LTS](https://mariadb.org/11-8-is-lts/), use the below steps:
174174

175175
* Open the MariaDB.repo file in any text editor.
176-
*
176+
177177
```shell
178178
sudo nano /etc/yum.repos.d/MariaDB.repo
179179
```
180180

181-
* Modify the **baseurl** variable to match the desired version, for instance `11.8` instead of `11.4`.
181+
* Modify the **baseurl** variable to match the desired version, for instance `11.8` instead of `11.4`.
182182
* Clean dnf cache
183183

184184
```shell
@@ -192,6 +192,7 @@ sudo systemctl stop mariadb
192192
```
193193

194194
* Upgrade MariaDB
195+
195196
```shell
196197
sudo dnf update -y
197198
```

0 commit comments

Comments
 (0)