We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2fe5f1 commit 116a1f7Copy full SHA for 116a1f7
docs/book/v2/faq.md
@@ -166,6 +166,7 @@ Being installed as a system package, it can be updated using the command which u
166
```shell
167
sudo dnf upgrade -y
168
```
169
+
170
## How do I upgrade MariaDB ?
171
172
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
175
176
177
sudo nano /etc/yum.repos.d/MariaDB.repo
178
179
180
- Modify the **baseurl** variable to match the desired version, for instance `11.8` instead of `11.4`.
181
- Clean dnf cache
182
0 commit comments