<?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[Cloudron shows domain setup page after a possible crash]]></title><description><![CDATA[<p dir="auto">I am facing the situation, where a before configured and running Cloudron instance is now showing the DNS setup window (on the previous running <a href="http://my.xy.com" target="_blank" rel="noopener noreferrer nofollow ugc">my.xy.com</a> dashboard site).</p>
<p dir="auto">When I then enter the domain again and choose wildcard for certificate configuration, I see the error msg "Already activated". In the box logs I see this:</p>
<pre><code>2023-09-25T12:51:47.742Z box:platform BoxError: ER_BAD_FIELD_ERROR: Unknown column 'apps.enableTurn' in 'field list'
    at Query.queryCallback (/home/yellowtent/box/src/database.js:91:38)
    at Query.&lt;anonymous&gt; (/home/yellowtent/box/node_modules/mysql/lib/Connection.js:526:10)
    at Query._callback (/home/yellowtent/box/node_modules/mysql/lib/Connection.js:488:16)
    at Sequence.end (/home/yellowtent/box/node_modules/mysql/lib/protocol/sequences/Sequence.js:83:24)
    at Query.ErrorPacket (/home/yellowtent/box/node_modules/mysql/lib/protocol/sequences/Query.js:92:8)
    at Protocol._parsePacket (/home/yellowtent/box/node_modules/mysql/lib/protocol/Protocol.js:291:23)
    at Parser._parsePacket (/home/yellowtent/box/node_modules/mysql/lib/protocol/Parser.js:433:10)
    at Parser.write (/home/yellowtent/box/node_modules/mysql/lib/protocol/Parser.js:43:10)
    at Protocol.write (/home/yellowtent/box/node_modules/mysql/lib/protocol/Protocol.js:38:16)
    at Socket.&lt;anonymous&gt; (/home/yellowtent/box/node_modules/mysql/lib/Connection.js:88:28)
</code></pre>
<p dir="auto">This situation happened after a scheduled reboot was executed. After the reboot succeeded, I ended up like this. What might have happened? Thanks in advance!</p>
]]></description><link>https://forum.cloudron.io/topic/10087/cloudron-shows-domain-setup-page-after-a-possible-crash</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Apr 2026 22:26:24 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/10087.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 25 Sep 2023 13:10:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Cloudron shows domain setup page after a possible crash on Thu, 05 Oct 2023 02:23:25 GMT]]></title><description><![CDATA[<p dir="auto">The full solution is :</p>
<ul>
<li>First run (as-is): <code>mysql -uroot -ppassword box -e "delete from blobs where id='sftp_private_key' OR id='sftp_public_key'" </code></li>
<li>Then, <code>/home/yellowtent/box/setup/start.sh</code> to complete the migrations</li>
<li>Then, <code>systemctl restart box</code></li>
</ul>
]]></description><link>https://forum.cloudron.io/post/74732</link><guid isPermaLink="true">https://forum.cloudron.io/post/74732</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 05 Oct 2023 02:23:25 GMT</pubDate></item><item><title><![CDATA[Reply to Cloudron shows domain setup page after a possible crash on Wed, 27 Sep 2023 11:57:31 GMT]]></title><description><![CDATA[<p dir="auto">The issue was a clash in sftp keys in the blobs table. Solution here was to purge those blobs from the database to let the migration succeed. The consecutive box restart will ensure keys again and puts them into the database correctly.</p>
<p dir="auto">For reference, to purge those keys, the following command can be run via SSH (of course use with caution or better contact us about it first):</p>
<pre><code>mysql -uroot -ppassword box -e "delete from blobs where id='sftp_private_key' OR id='sftp_public_key'" 
</code></pre>
]]></description><link>https://forum.cloudron.io/post/74271</link><guid isPermaLink="true">https://forum.cloudron.io/post/74271</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Wed, 27 Sep 2023 11:57:31 GMT</pubDate></item><item><title><![CDATA[Reply to Cloudron shows domain setup page after a possible crash on Tue, 26 Sep 2023 18:10:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/opensourced" aria-label="Profile: opensourced">@<bdi>opensourced</bdi></a> OK some migration issue indeed. It's hard to tell why , can you write to <a href="mailto:support@cloudron.io" target="_blank" rel="noopener noreferrer nofollow ugc">support@cloudron.io</a> ?</p>
]]></description><link>https://forum.cloudron.io/post/74217</link><guid isPermaLink="true">https://forum.cloudron.io/post/74217</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Tue, 26 Sep 2023 18:10:00 GMT</pubDate></item><item><title><![CDATA[Reply to Cloudron shows domain setup page after a possible crash on Tue, 26 Sep 2023 17:43:43 GMT]]></title><description><![CDATA[<p dir="auto">There is the following error occuring when i run</p>
<pre><code>/home/yellowtent/box/setup/start.sh
</code></pre>
<pre><code>mysqladmin: [Warning] Using a password on the command line interface can be insecure.
Warning: Since password will be sent to server in plain text, use ssl connection to ensure password safety.
mysql: [Warning] Using a password on the command line interface can be insecure.
mysql: [Warning] Using a password on the command line interface can be insecure.
2023-09-26T17:40:40 ==&gt; start: Migrating data
Ignoring invalid configuration option passed to Connection: driver. This is currently a warning, but in future versions of MySQL2, an error will be thrown if you pass an invalid configuration option to a Connection
[ERROR] AssertionError [ERR_ASSERTION]: ifError got unwanted exception: Duplicate entry 'sftp_rsa_private_key' for key 'blobs.PRIMARY'
    at /home/yellowtent/box/node_modules/db-migrate/lib/commands/on-complete.js:15:14
    at tryCatcher (/home/yellowtent/box/node_modules/bluebird/js/release/util.js:16:23)
    at Promise.successAdapter (/home/yellowtent/box/node_modules/bluebird/js/release/nodeify.js:22:30)
    at Promise._settlePromise (/home/yellowtent/box/node_modules/bluebird/js/release/promise.js:601:21)
    at Promise._settlePromiseCtx (/home/yellowtent/box/node_modules/bluebird/js/release/promise.js:641:10)
    at _drainQueueStep (/home/yellowtent/box/node_modules/bluebird/js/release/async.js:97:12)
    at _drainQueue (/home/yellowtent/box/node_modules/bluebird/js/release/async.js:86:9)
    at Async._drainQueues (/home/yellowtent/box/node_modules/bluebird/js/release/async.js:102:5)
    at Async.drainQueues [as _onImmediate] (/home/yellowtent/box/node_modules/bluebird/js/release/async.js:15:14)
    at process.processImmediate (node:internal/timers:476:21)
    at Packet.asError (/home/yellowtent/box/node_modules/mysql2/lib/packets/packet.js:728:17)
    at Query.execute (/home/yellowtent/box/node_modules/mysql2/lib/commands/command.js:29:26)
    at Connection.handlePacket (/home/yellowtent/box/node_modules/mysql2/lib/connection.js:456:32)
    at PacketParser.onPacket (/home/yellowtent/box/node_modules/mysql2/lib/connection.js:85:12)
    at PacketParser.executeStart (/home/yellowtent/box/node_modules/mysql2/lib/packet_parser.js:75:16)
    at Socket.&lt;anonymous&gt; (/home/yellowtent/box/node_modules/mysql2/lib/connection.js:92:25)
    at Socket.emit (node:events:513:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Readable.push (node:internal/streams/readable:234:10)
    at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
2023-09-26T17:40:41 ==&gt; start: DB migration failed
</code></pre>
]]></description><link>https://forum.cloudron.io/post/74214</link><guid isPermaLink="true">https://forum.cloudron.io/post/74214</guid><dc:creator><![CDATA[opensourced]]></dc:creator><pubDate>Tue, 26 Sep 2023 17:43:43 GMT</pubDate></item><item><title><![CDATA[Reply to Cloudron shows domain setup page after a possible crash on Tue, 26 Sep 2023 08:31:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/opensourced" aria-label="Profile: opensourced">@<bdi>opensourced</bdi></a> looks like the migrations did not complete after update.</p>
<p dir="auto">Please follow - <a href="https://docs.cloudron.io/troubleshooting/#failed-upgrade" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.cloudron.io/troubleshooting/#failed-upgrade</a></p>
]]></description><link>https://forum.cloudron.io/post/74176</link><guid isPermaLink="true">https://forum.cloudron.io/post/74176</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Tue, 26 Sep 2023 08:31:47 GMT</pubDate></item></channel></rss>