<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[BoxError Database error]]></title><description><![CDATA[<p dir="auto">I'm gettin gthis error on repeat:</p>
<pre><code>2025-01-22T13:47:11.689Z box:server ==========================================
2025-01-22T13:47:11.690Z box:server            Cloudron 8.2.3  
2025-01-22T13:47:11.690Z box:server ==========================================
2025-01-22T13:47:11.690Z box:platform initialize: start platform
2025-01-22T13:47:11.721Z box:tasks stopAllTasks: stopping all tasks
2025-01-22T13:47:11.722Z box:shell tasks /usr/bin/sudo -S /home/yellowtent/box/src/scripts/stoptask.sh all
2025-01-22T13:47:11.752Z box:shell All tasks stopped

2025-01-22T13:47:11.765Z Error: Error starting server: {"name":"BoxError","reason":"Database Error","details":{},"message":"ER_NO_SUCH_TABLE: Table 'box.locks' doesn't exist","nestedError":{"code":"ER_NO_SUCH_TABLE","errno":1146,"sqlMessage":"Table 'box.locks' doesn't exist","sqlState":"42S02","index":0,"sql":"DELETE FROM locks"},"code":"ER_NO_SUCH_TABLE","sqlMessage":"Table 'box.locks' doesn't exist"}
2025-01-22T13:47:11.765Z     at main (/home/yellowtent/box/box.js:58:41)
2025-01-22T13:47:11.765Z     at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

</code></pre>
]]></description><link>https://forum.cloudron.io/topic/13172/boxerror-database-error</link><generator>RSS for Node</generator><lastBuildDate>Mon, 09 Mar 2026 05:54:44 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/13172.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 22 Jan 2025 13:48:48 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to BoxError Database error on Thu, 23 Jan 2025 14:00:47 GMT]]></title><description><![CDATA[<p dir="auto">Ok, it seemed running the  /home/yellowtent/box/setup/start.sh to trigger the migration after restoring the database (because of the ERROR 1046 (3D000) at line 22: No database selected i needed to add these two lines to the dump file:</p>
<pre><code>CREATE DATABASE box;
USE box;
</code></pre>
<p dir="auto">Then it was able to backup the database and run the migration.</p>
]]></description><link>https://forum.cloudron.io/post/100539</link><guid isPermaLink="true">https://forum.cloudron.io/post/100539</guid><dc:creator><![CDATA[Supaiku]]></dc:creator><pubDate>Thu, 23 Jan 2025 14:00:47 GMT</pubDate></item><item><title><![CDATA[Reply to BoxError Database error on Thu, 23 Jan 2025 13:52:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/joseph" aria-label="Profile: joseph">@<bdi>joseph</bdi></a> the dashboard had me reconfigure the domain, and then the box was empty - no apps or settings - meanwhile everything was running in the background.</p>
<p dir="auto">I've tried recovering the last database dump, and also from backups, but the error I was getting was interrupting it.</p>
<p dir="auto">I needed to add the database name into the mysql dump file manually, but now i'm getting:</p>
<pre><code>2025-01-23T13:50:49.964Z box:server            Cloudron 8.2.3  
2025-01-23T13:50:49.964Z box:server ==========================================
2025-01-23T13:50:49.964Z box:platform initialize: start platform
2025-01-23T13:50:49.994Z box:tasks stopAllTasks: stopping all tasks
2025-01-23T13:50:49.994Z box:shell tasks /usr/bin/sudo -S /home/yellowtent/box/src/scripts/stoptask.sh all
2025-01-23T13:50:50.039Z box:shell All tasks stopped

2025-01-23T13:50:50.050Z Error: Error starting server: {"name":"BoxError","reason":"Database Error","details":{},"message":"ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client","nestedError":{"code":"ER_NOT_SUPPORTED_AUTH_MODE","errno":1251,"sqlMessage":"Client does not support authentication protocol requested by server; consider upgrading MySQL client","sqlState":"08004","fatal":true},"code":"ER_NOT_SUPPORTED_AUTH_MODE","sqlMessage":"Client does not support authentication protocol requested by server; consider upgrading MySQL client"}
2025-01-23T13:50:50.050Z     at main (/home/yellowtent/box/box.js:58:41)
2025-01-23T13:50:50.050Z     at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
</code></pre>
]]></description><link>https://forum.cloudron.io/post/100538</link><guid isPermaLink="true">https://forum.cloudron.io/post/100538</guid><dc:creator><![CDATA[Supaiku]]></dc:creator><pubDate>Thu, 23 Jan 2025 13:52:49 GMT</pubDate></item><item><title><![CDATA[Reply to BoxError Database error on Thu, 23 Jan 2025 10:59:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/supaiku" aria-label="Profile: Supaiku">@<bdi>Supaiku</bdi></a> said in <a href="/post/100479">BoxError Database error</a>:</p>
<blockquote>
<p dir="auto">well that did something weird...</p>
</blockquote>
<p dir="auto">do you have the output? it won't set up a new box unless the database is empty.</p>
]]></description><link>https://forum.cloudron.io/post/100522</link><guid isPermaLink="true">https://forum.cloudron.io/post/100522</guid><dc:creator><![CDATA[joseph]]></dc:creator><pubDate>Thu, 23 Jan 2025 10:59:59 GMT</pubDate></item><item><title><![CDATA[Reply to BoxError Database error on Thu, 23 Jan 2025 09:08:28 GMT]]></title><description><![CDATA[<p dir="auto">If you were shown the initial setup screen again, looks like the db migration really went wrong during the update. Ideally if possible a fresh restore from backups would be best to get to a known state. Is that possible?</p>
]]></description><link>https://forum.cloudron.io/post/100497</link><guid isPermaLink="true">https://forum.cloudron.io/post/100497</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Thu, 23 Jan 2025 09:08:28 GMT</pubDate></item><item><title><![CDATA[Reply to BoxError Database error on Wed, 22 Jan 2025 20:55:33 GMT]]></title><description><![CDATA[<p dir="auto">well that did something weird...</p>
<p dir="auto">it had me setup a new box but somehow the apps are still running in the background...</p>
<p dir="auto">Maybe I lost the backup I had tried to recover somehow?</p>
<p dir="auto">When does the migration run? what is that a part of?</p>
<p dir="auto">I had recently upgraded Cloudron...</p>
<p dir="auto">I want to get my old admin settings back but the recovery instructions seem to be failing...</p>
]]></description><link>https://forum.cloudron.io/post/100479</link><guid isPermaLink="true">https://forum.cloudron.io/post/100479</guid><dc:creator><![CDATA[Supaiku]]></dc:creator><pubDate>Wed, 22 Jan 2025 20:55:33 GMT</pubDate></item><item><title><![CDATA[Reply to BoxError Database error on Wed, 22 Jan 2025 14:21:46 GMT]]></title><description><![CDATA[<p dir="auto">It seems migration did not run? Can you try running <code>/home/yellowtent/box/setup/start.sh</code> ?</p>
]]></description><link>https://forum.cloudron.io/post/100452</link><guid isPermaLink="true">https://forum.cloudron.io/post/100452</guid><dc:creator><![CDATA[joseph]]></dc:creator><pubDate>Wed, 22 Jan 2025 14:21:46 GMT</pubDate></item><item><title><![CDATA[Reply to BoxError Database error on Wed, 22 Jan 2025 14:18:29 GMT]]></title><description><![CDATA[<p dir="auto">Tried to restor the box.mqysl database in mysql via the instructions here:<br />
<a href="https://docs.cloudron.io/troubleshooting/" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.cloudron.io/troubleshooting/</a></p>
<p dir="auto">Now running into more issues:</p>
<p dir="auto">there was this error while trying to import that database:</p>
<pre><code>ERROR 1046 (3D000) at line 22: No database selected

</code></pre>
<p dir="auto">And currently having this issue with starting box:</p>
<pre><code>
2025-01-22T14:15:44.936Z box:server ==========================================
2025-01-22T14:15:44.937Z box:server            Cloudron 8.2.3  
2025-01-22T14:15:44.937Z box:server ==========================================
2025-01-22T14:15:44.937Z box:platform initialize: start platform
2025-01-22T14:15:44.968Z box:tasks stopAllTasks: stopping all tasks
2025-01-22T14:15:44.968Z box:shell tasks /usr/bin/sudo -S /home/yellowtent/box/src/scripts/stoptask.sh all
2025-01-22T14:15:45.003Z box:shell All tasks stopped

2025-01-22T14:15:45.023Z Error: Error starting server: {"name":"BoxError","reason":"Database Error","details":{},"message":"ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client","nestedError":{"code":"ER_NOT_SUPPORTED_AUTH_MODE","errno":1251,"sqlMessage":"Client does not support authentication protocol requested by server; consider upgrading MySQL client","sqlState":"08004","fatal":true},"code":"ER_NOT_SUPPORTED_AUTH_MODE","sqlMessage":"Client does not support authentication protocol requested by server; consider upgrading MySQL client"}
2025-01-22T14:15:45.023Z     at main (/home/yellowtent/box/box.js:58:41)
2025-01-22T14:15:45.023Z     at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
</code></pre>
]]></description><link>https://forum.cloudron.io/post/100450</link><guid isPermaLink="true">https://forum.cloudron.io/post/100450</guid><dc:creator><![CDATA[Supaiku]]></dc:creator><pubDate>Wed, 22 Jan 2025 14:18:29 GMT</pubDate></item><item><title><![CDATA[Reply to BoxError Database error on Wed, 22 Jan 2025 13:51:34 GMT]]></title><description><![CDATA[<p dir="auto">which database would this be?</p>
]]></description><link>https://forum.cloudron.io/post/100449</link><guid isPermaLink="true">https://forum.cloudron.io/post/100449</guid><dc:creator><![CDATA[Supaiku]]></dc:creator><pubDate>Wed, 22 Jan 2025 13:51:34 GMT</pubDate></item></channel></rss>