<?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[n8n persistent frontend cache grows across updates and inflates backups]]></title><description><![CDATA[<p dir="auto">On Cloudron 10.0.4 with the current n8n package 4.42.3 (n8n 2.38.7), I found that:<br />
<code>/app/data/user/.cache/n8n/public/assets</code> had grown to 4.5 GB and 82,398 files, while the PostgreSQL database was only 15 MB.</p>
<p dir="auto">After stopping n8n, deleting the generated public cache and restarting:</p>
<ul>
<li>app data: 4.5 GB → 76 MB</li>
<li>cache files: 82,398 → 1,565</li>
<li>n8n started normally and /healthz returned HTTP 200</li>
</ul>
<p dir="auto">It appears that n8n’s <code>generateStaticAssets()</code> copies newly hashed frontend assets into its persistent cache on every update without removing assets from previous versions. Since the Cloudron package persists the user home under <code>/app/data/user</code>, these stale files are also included in every backup.</p>
<p dir="auto">Could the package clean <code>/app/data/user/.cache/n8n/public</code> before starting n8n, or is there another intended solution?</p>
]]></description><link>https://forum.cloudron.io/topic/15967/n8n-persistent-frontend-cache-grows-across-updates-and-inflates-backups</link><generator>RSS for Node</generator><lastBuildDate>Sat, 19 Sep 2026 07:33:15 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/15967.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 15 Sep 2026 21:12:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to n8n persistent frontend cache grows across updates and inflates backups on Tue, 15 Sep 2026 22:08:19 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/pathab" aria-label="Profile: pathab">@<bdi>pathab</bdi></a><br />
Thanks for reporting. We will look into it.</p>
]]></description><link>https://forum.cloudron.io/post/129495</link><guid isPermaLink="true">https://forum.cloudron.io/post/129495</guid><dc:creator><![CDATA[james]]></dc:creator><pubDate>Tue, 15 Sep 2026 22:08:19 GMT</pubDate></item></channel></rss>