<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Mariadb on n8r | Clément</title>
    <link>https://clement.n8r.ch/en/tags/mariadb/</link>
    <description>Recent content in Mariadb on n8r | Clément</description>
    <generator>Hugo -- 0.147.7</generator>
    <language>en-US</language>
    <lastBuildDate>Tue, 25 Feb 2025 18:34:07 +0100</lastBuildDate>
    <atom:link href="https://clement.n8r.ch/en/tags/mariadb/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>A connected farm, part 3 - weighbridge automation</title>
      <link>https://clement.n8r.ch/en/articles/connected-farm-the-weighbridge/</link>
      <pubDate>Tue, 25 Feb 2025 18:34:07 +0100</pubDate>
      <guid>https://clement.n8r.ch/en/articles/connected-farm-the-weighbridge/</guid>
      <description>This article covers a topic related to my wife&amp;#39;s family farm, namely the brand
new weighbridge installed on the biogas plant.
</description>
    </item>
    <item>
      <title>Backing up MariaDB on Kubernetes</title>
      <link>https://clement.n8r.ch/en/articles/backing-up-mariadb-on-kubernetes/</link>
      <pubDate>Wed, 27 Dec 2023 05:12:16 +0000</pubDate>
      <guid>https://clement.n8r.ch/en/articles/backing-up-mariadb-on-kubernetes/</guid>
      <description>&lt;p&gt;Hosting MariaDB on Kubernetes proved so far a quite good experience: using the &lt;a href=&#34;https://github.com/bitnami/charts/tree/main/bitnami/mariadb&#34;&gt;Bitnami Helm Chart&lt;/a&gt; to host a &amp;ldquo;standalone&amp;rdquo; instance (i.e. without replication, as replication already happens on the storage layer, and because simplicity is more valuable than a complex HA setup like Galera) of MariaDB worked out quite well.&lt;/p&gt;
&lt;p&gt;Being cautious, I had configured a daily backup to S3, using a &lt;a href=&#34;https://github.com/benjamin-maynard/kubernetes-cloud-mysql-backup&#34;&gt;tool found on Github&lt;/a&gt;, but when it came to restoring data dumped with this tool, which uses a pretty old &lt;code&gt;mysqldump&lt;/code&gt; binary, I was stuck and couldn&amp;rsquo;t restore 😅
For some reason, the default config of the tool didn&amp;rsquo;t bother to escape quotes and other sensitive types of chars, and as a result I had to resort to restoring my daily &lt;code&gt;velero&lt;/code&gt; backup of my MariaDB instance in another namespace to make a proper export from there and to finally restore my data.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
