File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -173,12 +173,12 @@ By default, MariaDB is at version 11.4 LTS.
173173In 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
178178sudo 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
196197sudo dnf update -y
197198```
You can’t perform that action at this time.
0 commit comments