We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42d0993 commit df063dbCopy full SHA for df063db
1 file changed
docs/book/v2/faq.md
@@ -173,12 +173,12 @@ By default, MariaDB is at version 11.4 LTS.
173
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:
174
175
* Open the MariaDB.repo file in any text editor.
176
-*
+
177
```shell
178
sudo nano /etc/yum.repos.d/MariaDB.repo
179
```
180
181
-* Modify the **baseurl** variable to match the desired version, for instance `11.8` instead of `11.4`.
+* Modify the **baseurl** variable to match the desired version, for instance `11.8` instead of `11.4`.
182
* Clean dnf cache
183
184
@@ -192,6 +192,7 @@ sudo systemctl stop mariadb
192
193
194
* Upgrade MariaDB
195
196
197
sudo dnf update -y
198
0 commit comments