<?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[Oversized Disk Usage]]></title><description><![CDATA[<p dir="auto">I recently moved my backups to a remote directory, but not before a couple of backups had been done on the same drive as my app installations, which is resulting in a more disk usage than I want.</p>
<p dir="auto">I've looked for the backups in the /var/backups and /var/backups/snapshot directories but the former is empty and the latter doesn't exist.</p>
<p dir="auto">Any ideas where else these files might be, or what could be resulting in such a large "Everything Else"</p>
<p dir="auto">Cheers.</p>
<p dir="auto"><img src="/assets/uploads/files/1671468340218-screenshot-2022-12-19-at-17.40.17-resized.png" alt="Screenshot 2022-12-19 at 17.40.17.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.cloudron.io/topic/8248/oversized-disk-usage</link><generator>RSS for Node</generator><lastBuildDate>Wed, 17 Jun 2026 13:56:13 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/8248.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 19 Dec 2022 16:46:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Oversized Disk Usage on Tue, 23 May 2023 07:27:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> I just wanted to say thank you for your help two weeks ago!</p>
<p dir="auto">I didn't get Postgres running because of too little storage on the disk, so I had no idea in this short time how to delete the things out of Postgres.<br />
For us this issue was very critical and I had to fix it very fast and so I just deleted the dump file which means the loss of the directus instance data, but that was okay in this case.<br />
Again: thank you very much and best regards!</p>
]]></description><link>https://forum.cloudron.io/post/67051</link><guid isPermaLink="true">https://forum.cloudron.io/post/67051</guid><dc:creator><![CDATA[pbischoff]]></dc:creator><pubDate>Tue, 23 May 2023 07:27:12 GMT</pubDate></item><item><title><![CDATA[Reply to Oversized Disk Usage on Thu, 11 May 2023 08:29:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pbischoff" aria-label="Profile: pbischoff">@<bdi>pbischoff</bdi></a> Yes, if you delete data from postgres and create a backup that file will shrink accordingly (that file is part of an app's "backup")</p>
]]></description><link>https://forum.cloudron.io/post/66461</link><guid isPermaLink="true">https://forum.cloudron.io/post/66461</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 11 May 2023 08:29:29 GMT</pubDate></item><item><title><![CDATA[Reply to Oversized Disk Usage on Thu, 11 May 2023 06:59:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> Yes it's this file! It has 447G!</p>
<p dir="auto">Do I have to manually modify this file or will just deleting the data within Postgres do the trick?</p>
]]></description><link>https://forum.cloudron.io/post/66459</link><guid isPermaLink="true">https://forum.cloudron.io/post/66459</guid><dc:creator><![CDATA[pbischoff]]></dc:creator><pubDate>Thu, 11 May 2023 06:59:54 GMT</pubDate></item><item><title><![CDATA[Reply to Oversized Disk Usage on Thu, 11 May 2023 06:56:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pbischoff" aria-label="Profile: pbischoff">@<bdi>pbischoff</bdi></a> Sorry, I edited my post <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=13d69e59554" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":-)" alt="🙂" /> Maybe it's in the database after all. Can you check the size of the dump file?</p>
]]></description><link>https://forum.cloudron.io/post/66458</link><guid isPermaLink="true">https://forum.cloudron.io/post/66458</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 11 May 2023 06:56:54 GMT</pubDate></item><item><title><![CDATA[Reply to Oversized Disk Usage on Thu, 11 May 2023 06:56:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> okay this is really curious. When I look under "Storage" of that app in the Cloudron Dashboard it tells me <em>The app is currently using 9.5 MB of storage (as of 1 hours ago).</em></p>
]]></description><link>https://forum.cloudron.io/post/66457</link><guid isPermaLink="true">https://forum.cloudron.io/post/66457</guid><dc:creator><![CDATA[pbischoff]]></dc:creator><pubDate>Thu, 11 May 2023 06:56:19 GMT</pubDate></item><item><title><![CDATA[Reply to Oversized Disk Usage on Thu, 11 May 2023 06:57:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pbischoff" aria-label="Profile: pbischoff">@<bdi>pbischoff</bdi></a> <code>/home/yellowtent/appsdata/&lt;appid&gt;</code> only has the files. The database data is under <code>/home/yellowtent/platformdata/postgresql</code> .</p>
<p dir="auto">One thing, you might want to check is the size of <code>/home/yellowtent/appsdata/&lt;appid&gt;/postgresqldump</code> . This is the size of the postgres dump of the app. Other than that, it's all file data.</p>
<p dir="auto">You can open the web terminal for Directus app. And then, inspect <code>/app/data</code> there. (this is the same as <code>/home/yellowtent/appsdata/&lt;directus-app-id&gt;/data</code> on the host).</p>
]]></description><link>https://forum.cloudron.io/post/66456</link><guid isPermaLink="true">https://forum.cloudron.io/post/66456</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 11 May 2023 06:57:16 GMT</pubDate></item><item><title><![CDATA[Reply to Oversized Disk Usage on Thu, 11 May 2023 06:48:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> okay thank you, that helped very much.</p>
<p dir="auto">I identified a Directus instance that uses almost 500 GB. I think this is database data because of a cron process that fetches data periodically and writes logs for every fetch. How can I identify if it is really the database data or some files?</p>
]]></description><link>https://forum.cloudron.io/post/66455</link><guid isPermaLink="true">https://forum.cloudron.io/post/66455</guid><dc:creator><![CDATA[pbischoff]]></dc:creator><pubDate>Thu, 11 May 2023 06:48:47 GMT</pubDate></item><item><title><![CDATA[Reply to Oversized Disk Usage on Thu, 11 May 2023 06:40:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pbischoff" aria-label="Profile: pbischoff">@<bdi>pbischoff</bdi></a> OK, so maybe <code>du -hcs /home/yellowtent/appsdata/*</code> will tell you which app is taking lots of space .  If you put the appid that you get there into the search box of the Dashboard, you will see which app it is.</p>
<p dir="auto"><code>/home/yellowtent/box</code> is just source code. I don't expect this to take much space</p>
<p dir="auto"><code>/home/yellowtent/platformdata</code> is run time data (logs, databases). In the graph, this is around 180GB or so.</p>
]]></description><link>https://forum.cloudron.io/post/66452</link><guid isPermaLink="true">https://forum.cloudron.io/post/66452</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 11 May 2023 06:40:07 GMT</pubDate></item><item><title><![CDATA[Reply to Oversized Disk Usage on Thu, 11 May 2023 06:37:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> and the yellowtent/ directory uses 858 GB</p>
]]></description><link>https://forum.cloudron.io/post/66450</link><guid isPermaLink="true">https://forum.cloudron.io/post/66450</guid><dc:creator><![CDATA[pbischoff]]></dc:creator><pubDate>Thu, 11 May 2023 06:37:14 GMT</pubDate></item><item><title><![CDATA[Reply to Oversized Disk Usage on Thu, 11 May 2023 06:36:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> Yes it looks like that!</p>
]]></description><link>https://forum.cloudron.io/post/66449</link><guid isPermaLink="true">https://forum.cloudron.io/post/66449</guid><dc:creator><![CDATA[pbischoff]]></dc:creator><pubDate>Thu, 11 May 2023 06:36:00 GMT</pubDate></item><item><title><![CDATA[Reply to Oversized Disk Usage on Thu, 11 May 2023 06:30:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pbischoff" aria-label="Profile: pbischoff">@<bdi>pbischoff</bdi></a> Can you check if the graphs match the <code>df</code> output ? Is it reflecting that ~930GB  is used?</p>
]]></description><link>https://forum.cloudron.io/post/66448</link><guid isPermaLink="true">https://forum.cloudron.io/post/66448</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 11 May 2023 06:30:59 GMT</pubDate></item><item><title><![CDATA[Reply to Oversized Disk Usage on Thu, 11 May 2023 06:22:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> okay, can you give me a hint which directories a the ones that cloudron uses?</p>
<p dir="auto">I already tested all directories in /var directory. Here only lib/ has 135 GB and the rest under 100 MB.</p>
]]></description><link>https://forum.cloudron.io/post/66446</link><guid isPermaLink="true">https://forum.cloudron.io/post/66446</guid><dc:creator><![CDATA[pbischoff]]></dc:creator><pubDate>Thu, 11 May 2023 06:22:50 GMT</pubDate></item><item><title><![CDATA[Reply to Oversized Disk Usage on Thu, 11 May 2023 06:18:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pbischoff" aria-label="Profile: pbischoff">@<bdi>pbischoff</bdi></a> Ah ok. Clearly something is wrong somewhere. It's hard to tell, you have to run manually du manually on the server to find out what is taking up so much space.</p>
]]></description><link>https://forum.cloudron.io/post/66444</link><guid isPermaLink="true">https://forum.cloudron.io/post/66444</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 11 May 2023 06:18:44 GMT</pubDate></item><item><title><![CDATA[Reply to Oversized Disk Usage on Thu, 11 May 2023 06:03:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> Thanks for your answer.</p>
<p dir="auto">As I said "For Backups I used S3 bucket from the beginning."<br />
So backups <strong>NEVER</strong> were on disk.<br />
The disk usage of <code>/var/backups</code> is 2,1 MB.</p>
]]></description><link>https://forum.cloudron.io/post/66443</link><guid isPermaLink="true">https://forum.cloudron.io/post/66443</guid><dc:creator><![CDATA[pbischoff]]></dc:creator><pubDate>Thu, 11 May 2023 06:03:00 GMT</pubDate></item><item><title><![CDATA[Reply to Oversized Disk Usage on Thu, 11 May 2023 05:47:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pbischoff" aria-label="Profile: pbischoff">@<bdi>pbischoff</bdi></a> Cloudron does not keep track of the old backups. So, if things were previously on disk (before you moved to S3), you have to remove them manually. Can you check if <code>/var/backups</code> is taking up lots of space?</p>
]]></description><link>https://forum.cloudron.io/post/66442</link><guid isPermaLink="true">https://forum.cloudron.io/post/66442</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 11 May 2023 05:47:11 GMT</pubDate></item><item><title><![CDATA[Reply to Oversized Disk Usage on Thu, 11 May 2023 05:40:33 GMT]]></title><description><![CDATA[<p dir="auto">Hello everyone,</p>
<p dir="auto">I have a very similar Problem.</p>
<p dir="auto">I am wondering what makes "Everything else (Ubuntu, etc)" 495.02 GB big.<br />
For Backups I used S3 bucket from the beginning.</p>
<p dir="auto">I also already decreased the retention policy and cleand up backups, but nothing changed in disk usage.</p>
<p dir="auto"><img src="/assets/uploads/files/1683783323210-bildschirm-foto-2023-05-11-um-07.32.48-resized.png" alt="Bildschirm­foto 2023-05-11 um 07.32.48.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Thanks for your help and best regards<br />
Philipp</p>
]]></description><link>https://forum.cloudron.io/post/66440</link><guid isPermaLink="true">https://forum.cloudron.io/post/66440</guid><dc:creator><![CDATA[pbischoff]]></dc:creator><pubDate>Thu, 11 May 2023 05:40:33 GMT</pubDate></item><item><title><![CDATA[Reply to Oversized Disk Usage on Tue, 20 Dec 2022 14:40:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nebulon" aria-label="Profile: nebulon">@<bdi>nebulon</bdi></a> As an addon here, you can install <code>ncdu</code> (du command using ncurses) for a more "gui" like interface for it.</p>
]]></description><link>https://forum.cloudron.io/post/58535</link><guid isPermaLink="true">https://forum.cloudron.io/post/58535</guid><dc:creator><![CDATA[murgero]]></dc:creator><pubDate>Tue, 20 Dec 2022 14:40:44 GMT</pubDate></item><item><title><![CDATA[Reply to Oversized Disk Usage on Tue, 20 Dec 2022 12:08:19 GMT]]></title><description><![CDATA[<p dir="auto">I think you have to look around the disk with the <code>du</code> command to find the location then. Beware that docker related folders are not reporting the real disk size with <code>du</code> so  you can ignore those folders.</p>
]]></description><link>https://forum.cloudron.io/post/58520</link><guid isPermaLink="true">https://forum.cloudron.io/post/58520</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Tue, 20 Dec 2022 12:08:19 GMT</pubDate></item><item><title><![CDATA[Reply to Oversized Disk Usage on Tue, 20 Dec 2022 07:34:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/murgero" aria-label="Profile: murgero">@<bdi>murgero</bdi></a> thanks - I’ve tried this, but it hasn’t worked. I think the issue is that there are a couple of backups left on the original disk that are not being recognized now that I’ve set the backup location to a remote bucket…</p>
<p dir="auto">I’ve tried re-setting the location of the backups to the Filesystem and doing a cleanup there too, but nothing has changed… I also ran</p>
<pre><code>ls -sh /var/backups
</code></pre>
<p dir="auto">and there’s nothing in there.</p>
<p dir="auto">I’m quite new to all this, so sorry if I’m overlooking something obvious.</p>
<p dir="auto">Cheers</p>
]]></description><link>https://forum.cloudron.io/post/58516</link><guid isPermaLink="true">https://forum.cloudron.io/post/58516</guid><dc:creator><![CDATA[Scardinavia]]></dc:creator><pubDate>Tue, 20 Dec 2022 07:34:44 GMT</pubDate></item><item><title><![CDATA[Reply to Oversized Disk Usage on Tue, 20 Dec 2022 05:51:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/scardinavia" aria-label="Profile: Scardinavia">@<bdi>Scardinavia</bdi></a> I'd go into the backup tab in the cloudron admin and clean it.</p>
<p dir="auto">Change retention to 1 day, then hit cleanup backups button. Change retention back to whatever you need it to after.</p>
]]></description><link>https://forum.cloudron.io/post/58513</link><guid isPermaLink="true">https://forum.cloudron.io/post/58513</guid><dc:creator><![CDATA[murgero]]></dc:creator><pubDate>Tue, 20 Dec 2022 05:51:18 GMT</pubDate></item></channel></rss>