Skip to content

Commit 5f9a747

Browse files
committed
Automated deployment: Mon Oct 27 10:45:00 UTC 2025 1.1.10
1 parent 5b4224d commit 5f9a747

File tree

5 files changed

+55
-19
lines changed

5 files changed

+55
-19
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,5 +637,5 @@ <h5 class="modal-title">Search</h5>
637637

638638
<!--
639639
MkDocs version : 1.6.1
640-
Build Date UTC : 2025-10-01 12:17:56.340333+00:00
640+
Build Date UTC : 2025-10-27 10:44:59.752384+00:00
641641
-->

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,70 +2,70 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://docs.dotkernel.org/development/</loc>
5-
<lastmod>2025-10-01</lastmod>
5+
<lastmod>2025-10-27</lastmod>
66
</url>
77
<url>
88
<loc>https://docs.dotkernel.org/development/v1/faq/</loc>
9-
<lastmod>2025-10-01</lastmod>
9+
<lastmod>2025-10-27</lastmod>
1010
</url>
1111
<url>
1212
<loc>https://docs.dotkernel.org/development/v1/running/</loc>
13-
<lastmod>2025-10-01</lastmod>
13+
<lastmod>2025-10-27</lastmod>
1414
</url>
1515
<url>
1616
<loc>https://docs.dotkernel.org/development/v1/terminal/</loc>
17-
<lastmod>2025-10-01</lastmod>
17+
<lastmod>2025-10-27</lastmod>
1818
</url>
1919
<url>
2020
<loc>https://docs.dotkernel.org/development/v1/setup/installation/</loc>
21-
<lastmod>2025-10-01</lastmod>
21+
<lastmod>2025-10-27</lastmod>
2222
</url>
2323
<url>
2424
<loc>https://docs.dotkernel.org/development/v1/setup/setup-packages/</loc>
25-
<lastmod>2025-10-01</lastmod>
25+
<lastmod>2025-10-27</lastmod>
2626
</url>
2727
<url>
2828
<loc>https://docs.dotkernel.org/development/v1/setup/system-requirements/</loc>
29-
<lastmod>2025-10-01</lastmod>
29+
<lastmod>2025-10-27</lastmod>
3030
</url>
3131
<url>
3232
<loc>https://docs.dotkernel.org/development/v1/virtualhosts/create-virtualhost/</loc>
33-
<lastmod>2025-10-01</lastmod>
33+
<lastmod>2025-10-27</lastmod>
3434
</url>
3535
<url>
3636
<loc>https://docs.dotkernel.org/development/v1/virtualhosts/overview/</loc>
37-
<lastmod>2025-10-01</lastmod>
37+
<lastmod>2025-10-27</lastmod>
3838
</url>
3939
<url>
4040
<loc>https://docs.dotkernel.org/development/v2/faq/</loc>
41-
<lastmod>2025-10-01</lastmod>
41+
<lastmod>2025-10-27</lastmod>
4242
</url>
4343
<url>
4444
<loc>https://docs.dotkernel.org/development/v2/running/</loc>
45-
<lastmod>2025-10-01</lastmod>
45+
<lastmod>2025-10-27</lastmod>
4646
</url>
4747
<url>
4848
<loc>https://docs.dotkernel.org/development/v2/terminal/</loc>
49-
<lastmod>2025-10-01</lastmod>
49+
<lastmod>2025-10-27</lastmod>
5050
</url>
5151
<url>
5252
<loc>https://docs.dotkernel.org/development/v2/setup/installation/</loc>
53-
<lastmod>2025-10-01</lastmod>
53+
<lastmod>2025-10-27</lastmod>
5454
</url>
5555
<url>
5656
<loc>https://docs.dotkernel.org/development/v2/setup/setup-packages/</loc>
57-
<lastmod>2025-10-01</lastmod>
57+
<lastmod>2025-10-27</lastmod>
5858
</url>
5959
<url>
6060
<loc>https://docs.dotkernel.org/development/v2/setup/system-requirements/</loc>
61-
<lastmod>2025-10-01</lastmod>
61+
<lastmod>2025-10-27</lastmod>
6262
</url>
6363
<url>
6464
<loc>https://docs.dotkernel.org/development/v2/virtualhosts/create-virtualhost/</loc>
65-
<lastmod>2025-10-01</lastmod>
65+
<lastmod>2025-10-27</lastmod>
6666
</url>
6767
<url>
6868
<loc>https://docs.dotkernel.org/development/v2/virtualhosts/overview/</loc>
69-
<lastmod>2025-10-01</lastmod>
69+
<lastmod>2025-10-27</lastmod>
7070
</url>
7171
</urlset>

sitemap.xml.gz

0 Bytes
Binary file not shown.

v2/faq/index.html

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,10 @@ <h6 class="toc__headline">On this page</h6>
394394
<a href="#how-do-i-update-phpmyadmin" class="toc__link nav-link">How do I update phpMyAdmin?</a>
395395
</li>
396396

397+
<li class="toc__entry">
398+
<a href="#how-do-i-upgrade-mariadb" class="toc__link nav-link">How do I upgrade MariaDB ?</a>
399+
</li>
400+
397401
<li class="toc__entry">
398402
<a href="#how-do-i-create-command-aliases" class="toc__link nav-link">How do I create command aliases?</a>
399403
</li>
@@ -501,6 +505,38 @@ <h2 id="how-do-i-update-composer">How do I update Composer?</h2>
501505
<h2 id="how-do-i-update-phpmyadmin">How do I update phpMyAdmin?</h2>
502506
<p>Being installed as a system package, it can be updated using the command which updates the rest of the system packages:</p>
503507
<pre class="highlight"><code class="language-shell">sudo dnf upgrade -y</code></pre>
508+
<h2 id="how-do-i-upgrade-mariadb">How do I upgrade MariaDB ?</h2>
509+
<p>Initially, MariaDB was at version 11.4 LTS.
510+
In case you want to upgrade to a different version, for instance <a href="https://mariadb.org/11-8-is-lts/">11.8 LTS</a>, use the below steps:</p>
511+
<ul>
512+
<li>Open the MariaDB.repo file in any text editor.</li>
513+
</ul>
514+
<pre class="highlight"><code class="language-shell">sudo nano /etc/yum.repos.d/MariaDB.repo</code></pre>
515+
<ul>
516+
<li>Modify the <strong>baseurl</strong> variable to match the desired version, for instance <code>11.8</code> instead of <code>11.4</code>.</li>
517+
<li>Clean dnf cache</li>
518+
</ul>
519+
<pre class="highlight"><code class="language-shell">sudo dnf clean all</code></pre>
520+
<ul>
521+
<li>Stop MariaDB</li>
522+
</ul>
523+
<pre class="highlight"><code class="language-shell">sudo systemctl stop mariadb</code></pre>
524+
<ul>
525+
<li>Upgrade MariaDB</li>
526+
</ul>
527+
<pre class="highlight"><code class="language-shell">sudo dnf update -y</code></pre>
528+
<ul>
529+
<li>Start MariaDB</li>
530+
</ul>
531+
<pre class="highlight"><code class="language-shell">sudo systemctl start mariadb</code></pre>
532+
<ul>
533+
<li>Upgrade databases</li>
534+
</ul>
535+
<pre class="highlight"><code class="language-shell">sudo mariadb-upgrade -uroot -p</code></pre>
536+
<ul>
537+
<li>Restart MariaDB</li>
538+
</ul>
539+
<pre class="highlight"><code class="language-shell">sudo systemctl restart mariadb</code></pre>
504540
<h2 id="how-do-i-create-command-aliases">How do I create command aliases?</h2>
505541
<p>From either your terminal or file explorer, navigate to your home directory (<code>/home/&lt;your-username&gt;/</code>).</p>
506542
<p>Using your preferred text editor, open the file: <code>.bash_profile</code> (if it does not exist, creat it first).</p>

0 commit comments

Comments
 (0)