<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<p>What we tested yesterday:</p>
<p>dump the pdns database, drop it and push all data again into
mariadb-server. To be sure that the data doesn't get messed up)
After that we restarted pdns prozess.</p>
<pre role="region"><code class="code-colors hljs language-n1ql">mysqldump pdns > /tmp/pdns.sql; mysql -e "DROP DATABASE pdns<span class="hljs-string">"; mysql -e "</span><span class="hljs-keyword">CREATE</span> <span class="hljs-keyword">DATABASE</span> <span class="hljs-symbol">pdns</span>";<span class="hljs-string"> cat /tmp/pdns.sql | mysql pdns; service pdns restart</span></code></pre>
<p></p>
<p>(command not tested so don't use this directly!!, just a sum up
of the commands used)</p>
<p><br>
</p>
<p>You can see the effect on this graph. At point x it was done. CPU
load of mariadb-server process goes down but it started again to
increase. On the memory usage it has no effect, increase
constantly.<br>
</p>
<p><a class="moz-txt-link-freetext" href="https://iili.io/HRvj4wP.png">https://iili.io/HRvj4wP.png</a></p>
</body>
</html>