<?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[Backup seems to fail for community app]]></title><description><![CDATA[<p dir="auto">Not sure why this would be the case, other apps are fine.</p>
<pre><code>2026-04-29T08:24:40.883Z taskworker: Starting task 16691. Logs are at /home/yellowtent/platformdata/logs/tasks/16691.log
2026-04-29T08:24:40.931Z taskworker: Running task of type appBackup
2026-04-29T08:24:40.958Z tasks: updating task 16691 with: {"percent":1,"message":"Backing up •••••.•••••.•••••.•••••. Waiting for lock"}
2026-04-29T08:24:40.982Z locks: write: current locks: {"app_backup_3c57c93b-7c67-40ad-bd65-27a18e073a68":"16691"}
2026-04-29T08:24:40.982Z locks: acquire: app_backup_3c57c93b-7c67-40ad-bd65-27a18e073a68
2026-04-29T08:24:40.983Z tasks: updating task 16691 with: {"message":"Snapshotting app •••••.•••••.•••••.•••••"}
2026-04-29T08:24:40.984Z tasks: setCompleted - 16691: {"result":null,"error":{"message":"Error creating config.json: EACCES: permission denied, open '/home/yellowtent/appsdata/3c57c93b-7c67-40ad-bd65-27a18e073a68/config.json'","reason":"FileSystem Error"},"percent":100}
2026-04-29T08:24:40.985Z tasks: updating task 16691 with: {"completed":true,"result":null,"error":{"message":"Error creating config.json: EACCES: permission denied, open '/home/yellowtent/appsdata/3c57c93b-7c67-40ad-bd65-27a18e073a68/config.json'","reason":"FileSystem Error"},"percent":100}
2026-04-29T08:24:40.992Z taskworker: Task took 0.112 seconds
BoxError: Error creating config.json: EACCES: permission denied, open '/home/yellowtent/appsdata/3c57c93b-7c67-40ad-bd65-27a18e073a68/config.json'
    at Object.writeConfig (file:///home/yellowtent/box/src/apps.js:1603:15)
    at snapshotApp (file:///home/yellowtent/box/src/backuptask.js:328:16)
    at uploadAppSnapshot (file:///home/yellowtent/box/src/backuptask.js:340:11)
    at backupAppWithTag (file:///home/yellowtent/box/src/backuptask.js:382:32)
    at backupApp (file:///home/yellowtent/box/src/backuptask.js:430:24)
    at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
    at async appBackup (file:///home/yellowtent/box/src/backuptask.js:594:20)
2026-04-29T08:24:40.993Z Exiting with code 0

</code></pre>
]]></description><link>https://forum.cloudron.io/topic/15451/backup-seems-to-fail-for-community-app</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 10:27:15 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/15451.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 29 Apr 2026 08:27:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Backup seems to fail for community app on Wed, 29 Apr 2026 09:34:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/james" aria-label="Profile: james">@<bdi>james</bdi></a> I tried installing the app on a different name and the issue was still there, but now it's not for some reason. Will try what you suggest if it happens again and report back.</p>
]]></description><link>https://forum.cloudron.io/post/124136</link><guid isPermaLink="true">https://forum.cloudron.io/post/124136</guid><dc:creator><![CDATA[rosano]]></dc:creator><pubDate>Wed, 29 Apr 2026 09:34:18 GMT</pubDate></item><item><title><![CDATA[Reply to Backup seems to fail for community app on Wed, 29 Apr 2026 09:13:29 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/rosano" aria-label="Profile: rosano">@<bdi>rosano</bdi></a><br />
Can you compare the permissions for that file for the 3x apps?<br />
<code>/home/yellowtent/appsdata/3c57c93b-7c67-40ad-bd65-27a18e073a68/config.json</code> is the failing one, so the other two app ids go into that path.</p>
<pre><code class="language-bash"># get the permission for that file of the failing app
getfacl /home/yellowtent/appsdata/3c57c93b-7c67-40ad-bd65-27a18e073a68/config.json
# or use ls -lah for that file if getfacl is not present on your system
</code></pre>
<p dir="auto">A normal output of <code>getfacl</code> looks like this:</p>
<pre><code class="language-bash">getfacl /home/yellowtent/appsdata/1f7269d9-efb2-40db-b6b6-2dccb73d6d73/config.json
getfacl: Removing leading '/' from absolute path names
# file: home/yellowtent/appsdata/1f7269d9-efb2-40db-b6b6-2dccb73d6d73/config.json
# owner: yellowtent
# group: yellowtent
user::rw-
group::r--
other::r--
</code></pre>
<p dir="auto">And the <code>ls -lah</code> output`:</p>
<pre><code class="language-bash">ls -lah /home/yellowtent/appsdata/1f7269d9-efb2-40db-b6b6-2dccb73d6d73/config.json
-rw-r--r-- 1 yellowtent yellowtent 4.7K Nov  9 23:00 /home/yellowtent/appsdata/1f7269d9-efb2-40db-b6b6-2dccb73d6d73/config.json
</code></pre>
]]></description><link>https://forum.cloudron.io/post/124134</link><guid isPermaLink="true">https://forum.cloudron.io/post/124134</guid><dc:creator><![CDATA[james]]></dc:creator><pubDate>Wed, 29 Apr 2026 09:13:29 GMT</pubDate></item><item><title><![CDATA[Reply to Backup seems to fail for community app on Wed, 29 Apr 2026 09:00:07 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/james" aria-label="Profile: james">@<bdi>james</bdi></a> <a href="/post/124128">said</a>:</p>
<p dir="auto">Depending on how the community app it is packaged it could be magnitude of things.<br />
When we introduced community apps, we explicitly stated that we can not offer support for these.</p>
</blockquote>
<p dir="auto">I'm not sure it has anything to do with the app. Seems like it's just a permissions issue on Cloudron? Two other installation of the same build (one via <code>cloudron install</code> and one via Community App) have no issue.</p>
]]></description><link>https://forum.cloudron.io/post/124131</link><guid isPermaLink="true">https://forum.cloudron.io/post/124131</guid><dc:creator><![CDATA[rosano]]></dc:creator><pubDate>Wed, 29 Apr 2026 09:00:07 GMT</pubDate></item><item><title><![CDATA[Reply to Backup seems to fail for community app on Wed, 29 Apr 2026 08:41:16 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/rosano" aria-label="Profile: rosano">@<bdi>rosano</bdi></a><br />
Depending on how the community app it is packaged it could be magnitude of things.<br />
When we introduced community apps, we explicitly stated that we can not offer support for these.</p>
<p dir="auto">Still, can you link the community app in question from <a href="https://forum.cloudron.io/topic/15172/community-apps">https://forum.cloudron.io/topic/15172/community-apps</a>?<br />
Maybe there is something in the Dockerfile which I can identify that might cause this issue.</p>
]]></description><link>https://forum.cloudron.io/post/124128</link><guid isPermaLink="true">https://forum.cloudron.io/post/124128</guid><dc:creator><![CDATA[james]]></dc:creator><pubDate>Wed, 29 Apr 2026 08:41:16 GMT</pubDate></item></channel></rss>