<?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["Platform data" and "Other" disk usage]]></title><description><![CDATA[<p dir="auto">With the new disk usage visualization I can see that "Platform data" takes up a whopping 19GB on a Cloudron instance of mine. "Other" is also hogging. Is that reasonable?</p>
<p dir="auto"><img src="/assets/uploads/files/1572445551070-54328e9e-a4aa-476a-923d-49d007047965-bild.png" alt="54328e9e-a4aa-476a-923d-49d007047965-bild.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.cloudron.io/topic/1977/platform-data-and-other-disk-usage</link><generator>RSS for Node</generator><lastBuildDate>Fri, 14 Aug 2026 07:18:06 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/1977.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 30 Oct 2019 12:13:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to "Platform data" and "Other" disk usage on Wed, 22 Nov 2023 11:58:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/foliovision" aria-label="Profile: foliovision">@<bdi>foliovision</bdi></a> you can also try <code>docker system prune -a --volumes</code> but generally I have never succeeded in making that reclaimable space be less than 2GB in any server using docker (even without Cloudron).</p>
]]></description><link>https://forum.cloudron.io/post/77933</link><guid isPermaLink="true">https://forum.cloudron.io/post/77933</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Wed, 22 Nov 2023 11:58:04 GMT</pubDate></item><item><title><![CDATA[Reply to "Platform data" and "Other" disk usage on Wed, 22 Nov 2023 11:13:37 GMT]]></title><description><![CDATA[<p dir="auto">Hi Girish,</p>
<p dir="auto">We've run into issues with reclaimable space as well. Here's where we stand now.</p>
<pre><code># docker system df
TYPE            TOTAL     ACTIVE    SIZE      RECLAIMABLE
Images          18        18        15.99GB   4.727GB (29%)
Containers      19        19        95.79kB   0B (0%)
Local Volumes   62        58        623.4MB   3.582kB (0%)
Build Cache     0         0         0B        0B
</code></pre>
<p dir="auto">This is after running <code>docker image prune -a</code> which removed 19 Images (saved 4 GB), 3 Containers, 324 Local Volumes (saved 2.2 GB). We have also already ran We tried <code>docker volume prune</code> and <code>docker system prune</code> too. These only saved about 100 MB each.</p>
<p dir="auto">How do we reclaim the last 4.727GB of reclaimable space?</p>
<p dir="auto">Thanks in advance for your good advice, Alec</p>
<p dir="auto">PS. I've posted on this older thread as it's also about reclaimable space, to avoid too many duplicate threads on the forum.</p>
]]></description><link>https://forum.cloudron.io/post/77930</link><guid isPermaLink="true">https://forum.cloudron.io/post/77930</guid><dc:creator><![CDATA[foliovision]]></dc:creator><pubDate>Wed, 22 Nov 2023 11:13:37 GMT</pubDate></item><item><title><![CDATA[Reply to "Platform data" and "Other" disk usage on Wed, 13 May 2020 13:50:45 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, worked!</p>
]]></description><link>https://forum.cloudron.io/post/8449</link><guid isPermaLink="true">https://forum.cloudron.io/post/8449</guid><dc:creator><![CDATA[necrevistonnezr]]></dc:creator><pubDate>Wed, 13 May 2020 13:50:45 GMT</pubDate></item><item><title><![CDATA[Reply to "Platform data" and "Other" disk usage on Tue, 12 May 2020 17:27:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/necrevistonnezr" aria-label="Profile: necrevistonnezr">@<bdi>necrevistonnezr</bdi></a> If you go into <code>/home/yellowtent/platformdata/logrotate</code>, do you see <code>07e4e251-ed90-42ca-9ba3-e015b108f1e6</code> and <code>c5c137fa-0221-4d42-b418-10e544cebad1</code> there? If not, go those apps (you can figure this out either by looking at the logs a bit or in the dashboard's URL) and start recovery mode and end recovery mode. This will generate the logrotate configs for them.</p>
<p dir="auto">Once, the configs are in place, future logs will get rotated. But this does not help the current logs. You can just truncate them like:</p>
<pre><code>truncate -s0 /home/yellowtent/platformdata/logs/07e4e251-ed90-42ca-9ba3-e015b108f1e6/app.log
</code></pre>
]]></description><link>https://forum.cloudron.io/post/8434</link><guid isPermaLink="true">https://forum.cloudron.io/post/8434</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Tue, 12 May 2020 17:27:56 GMT</pubDate></item><item><title><![CDATA[Reply to "Platform data" and "Other" disk usage on Tue, 12 May 2020 08:17:08 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://paste.cloudron.io/upozogutut.sql" target="_blank" rel="noopener noreferrer nofollow ugc">https://paste.cloudron.io/upozogutut.sql</a><br />
For me it adds up to 699 MB</p>
<p dir="auto">Is there a way to clean up those logs in between?</p>
]]></description><link>https://forum.cloudron.io/post/8410</link><guid isPermaLink="true">https://forum.cloudron.io/post/8410</guid><dc:creator><![CDATA[necrevistonnezr]]></dc:creator><pubDate>Tue, 12 May 2020 08:17:08 GMT</pubDate></item><item><title><![CDATA[Reply to "Platform data" and "Other" disk usage on Mon, 11 May 2020 21:35:19 GMT]]></title><description><![CDATA[<p dir="auto">Found out why. If a log file is &gt; 20M at rotation time, then it's never truncated. Looks like this is just how logrotate works.</p>
]]></description><link>https://forum.cloudron.io/post/8399</link><guid isPermaLink="true">https://forum.cloudron.io/post/8399</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Mon, 11 May 2020 21:35:19 GMT</pubDate></item><item><title><![CDATA[Reply to "Platform data" and "Other" disk usage on Mon, 11 May 2020 20:29:24 GMT]]></title><description><![CDATA[<p dir="auto">mm, OK. I looked into your own installation - <a href="https://paste.cloudron.io/eqixarerox.css" target="_blank" rel="noopener noreferrer nofollow ugc">https://paste.cloudron.io/eqixarerox.css</a> (~800MB)</p>
<p dir="auto">logrotate configs are in <code>/home/yellowtent/platformdata/logrotate.d</code></p>
<ul>
<li>
<p dir="auto">Some apps like <code>2f004a04-e256-426b-9485-e06a31adc2dd</code> were missing configs. This is because when we added the new configs many releases ago, we didn't go back and re-generate it for all the apps. To fix this, simply enable and disable recovery mode and then the logrotate config will be generated.</p>
</li>
<li>
<p dir="auto">For <code>turn</code>, the logrotate was not added when we added it in the previous release. I have fixed this now for next release.</p>
</li>
<li>
<p dir="auto">For all apps/services, we keep up to 2 logs of 10M. This is why most of them are &lt; 20M. So, this is mostly working as expected.</p>
</li>
<li>
<p dir="auto">For the rest, I see that log files are &gt; 20M. I wonder why... investigating.</p>
</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/8395</link><guid isPermaLink="true">https://forum.cloudron.io/post/8395</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Mon, 11 May 2020 20:29:24 GMT</pubDate></item><item><title><![CDATA[Reply to "Platform data" and "Other" disk usage on Mon, 11 May 2020 19:46:39 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> For what it's worth, I ran that command and found the total size was 872 MB. Is that expected? It seems like a lot to me to be nearly a GB in size just for text files. I'd expect that to be more around the 200 MB mark or so, but I'm not sure of the logrotate rules and how much gets logged generally nor how quickly.</p>
<p dir="auto">I noticed one of the larger log files was around 47 MB on its own, and it looks to be from my Radicale app. It seems to be logging in DEBUG mode, which I presume is not intended? I'm guessing for production systems we'd like to keep logs in a normal INFO mode, right?</p>
]]></description><link>https://forum.cloudron.io/post/8392</link><guid isPermaLink="true">https://forum.cloudron.io/post/8392</guid><dc:creator><![CDATA[d19dotca]]></dc:creator><pubDate>Mon, 11 May 2020 19:46:39 GMT</pubDate></item><item><title><![CDATA[Reply to "Platform data" and "Other" disk usage on Mon, 11 May 2020 19:06:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yusf" aria-label="Profile: yusf">@<bdi>yusf</bdi></a> Do you know which log is taking up space? Maybe we miss a logrotation rule somewhere. You can find this by <code>du -hcs /home/yellowtent/platformdata/logs/*</code></p>
]]></description><link>https://forum.cloudron.io/post/8388</link><guid isPermaLink="true">https://forum.cloudron.io/post/8388</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Mon, 11 May 2020 19:06:02 GMT</pubDate></item><item><title><![CDATA[Reply to "Platform data" and "Other" disk usage on Sun, 10 May 2020 10:24:26 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> said in <a href="/post/4779">"Platform data" and "Other" disk usage</a>:</p>
<blockquote>
<p dir="auto">We have a logrotate issue which is not cleaning up logs properly.</p>
</blockquote>
<p dir="auto">I still need to continuously watch these log files not filling up the machine completely. Can you take another look at the log rotation feature?</p>
]]></description><link>https://forum.cloudron.io/post/8349</link><guid isPermaLink="true">https://forum.cloudron.io/post/8349</guid><dc:creator><![CDATA[yusf]]></dc:creator><pubDate>Sun, 10 May 2020 10:24:26 GMT</pubDate></item><item><title><![CDATA[Reply to "Platform data" and "Other" disk usage on Thu, 12 Dec 2019 16:42:37 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> thank you.</p>
<p dir="auto">That worked for <code>docker volume prune</code>. The other command (<code>docker image prune</code>) did not actually clean anything up though, but the output of <code>docker system df</code> stays with 66% reclaimable.</p>
<p dir="auto">Any further ideas?</p>
]]></description><link>https://forum.cloudron.io/post/5132</link><guid isPermaLink="true">https://forum.cloudron.io/post/5132</guid><dc:creator><![CDATA[jk]]></dc:creator><pubDate>Thu, 12 Dec 2019 16:42:37 GMT</pubDate></item><item><title><![CDATA[Reply to "Platform data" and "Other" disk usage on Tue, 10 Dec 2019 00:54:50 GMT]]></title><description><![CDATA[<p dir="auto">The prune commands should be safe to run. Unless there is some Cloudron bug, it shouldn't remove anything.</p>
]]></description><link>https://forum.cloudron.io/post/5078</link><guid isPermaLink="true">https://forum.cloudron.io/post/5078</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Tue, 10 Dec 2019 00:54:50 GMT</pubDate></item><item><title><![CDATA[Reply to "Platform data" and "Other" disk usage on Fri, 06 Dec 2019 17:10:38 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I have another question regardiing this. The following is the output of docker system df.</p>
<pre><code>$ docker system df
TYPE                TOTAL               ACTIVE              SIZE                RECLAIMABLE
Images              34                  16                  9.857GB             6.508GB (66%)
Containers          21                  18                  0B                  0B
Local Volumes       160                 36                  5.274GB             3.964GB (75%)
Build Cache         0                   0                   0B                  0B
</code></pre>
<p dir="auto">As you can see, docker claims that a lot of storage is reclaimable.</p>
<p dir="auto">Is it safe to run <code>docker volume prune</code> and <code>docker image prune</code>?</p>
]]></description><link>https://forum.cloudron.io/post/5050</link><guid isPermaLink="true">https://forum.cloudron.io/post/5050</guid><dc:creator><![CDATA[jk]]></dc:creator><pubDate>Fri, 06 Dec 2019 17:10:38 GMT</pubDate></item><item><title><![CDATA[Reply to "Platform data" and "Other" disk usage on Thu, 07 Nov 2019 17:29:54 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> what about just "System" <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=090c346130c" class="not-responsive emoji emoji-android emoji--wink" style="height:23px;width:auto;vertical-align:middle" title=";)" alt="😉" /></p>
]]></description><link>https://forum.cloudron.io/post/4804</link><guid isPermaLink="true">https://forum.cloudron.io/post/4804</guid><dc:creator><![CDATA[msbt]]></dc:creator><pubDate>Thu, 07 Nov 2019 17:29:54 GMT</pubDate></item><item><title><![CDATA[Reply to "Platform data" and "Other" disk usage on Thu, 07 Nov 2019 11:51:18 GMT]]></title><description><![CDATA[<p dir="auto">"Other" might not be the best term in hindsight. Basically it is just the sum of everything else on the system. For example the Linux system/distro data itself, as well as data which is otherwise placed outside of Cloudron known folders, if any.</p>
<p dir="auto">If anyone has a better term for that, to convey this information, I am happy to adjust it, if we find a good one.</p>
]]></description><link>https://forum.cloudron.io/post/4801</link><guid isPermaLink="true">https://forum.cloudron.io/post/4801</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Thu, 07 Nov 2019 11:51:18 GMT</pubDate></item><item><title><![CDATA[Reply to "Platform data" and "Other" disk usage on Wed, 06 Nov 2019 20:57:32 GMT]]></title><description><![CDATA[<p dir="auto">I understand, but why does cloudron report Other 82.82 GB?</p>
]]></description><link>https://forum.cloudron.io/post/4798</link><guid isPermaLink="true">https://forum.cloudron.io/post/4798</guid><dc:creator><![CDATA[Warez]]></dc:creator><pubDate>Wed, 06 Nov 2019 20:57:32 GMT</pubDate></item><item><title><![CDATA[Reply to "Platform data" and "Other" disk usage on Wed, 06 Nov 2019 20:47:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/warez" aria-label="Profile: Warez">@<bdi>Warez</bdi></a> The 2.5GB there seems OK. Our docker app images are not disk usage optimized.</p>
]]></description><link>https://forum.cloudron.io/post/4797</link><guid isPermaLink="true">https://forum.cloudron.io/post/4797</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Wed, 06 Nov 2019 20:47:10 GMT</pubDate></item><item><title><![CDATA[Reply to "Platform data" and "Other" disk usage on Wed, 06 Nov 2019 20:40:26 GMT]]></title><description><![CDATA[<p dir="auto">TYPE                TOTAL               ACTIVE              SIZE                RECLAIMABLE<br />
Images              10                  9                   2.591GB             1.33GB (51%)<br />
Containers          10                  9                   0B                  0B<br />
Local Volumes       22                  18                  21.79MB             31.76kB (0%)<br />
Build Cache         0                   0                   0B                  0B</p>
]]></description><link>https://forum.cloudron.io/post/4796</link><guid isPermaLink="true">https://forum.cloudron.io/post/4796</guid><dc:creator><![CDATA[Warez]]></dc:creator><pubDate>Wed, 06 Nov 2019 20:40:26 GMT</pubDate></item><item><title><![CDATA[Reply to "Platform data" and "Other" disk usage on Wed, 06 Nov 2019 20:26:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/warez" aria-label="Profile: Warez">@<bdi>Warez</bdi></a> Did you use <code>du -hcs</code> to get docker storage size? Because the du tool does not work correctly with the overlayfs that docker uses. Instead use <code>docker system df</code> output.</p>
]]></description><link>https://forum.cloudron.io/post/4794</link><guid isPermaLink="true">https://forum.cloudron.io/post/4794</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Wed, 06 Nov 2019 20:26:15 GMT</pubDate></item><item><title><![CDATA[Reply to "Platform data" and "Other" disk usage on Wed, 06 Nov 2019 20:05:44 GMT]]></title><description><![CDATA[<p dir="auto">I have the same problem.</p>
<p dir="auto">I identified:</p>
<p dir="auto">47G	/var/lib/docker</p>
<p dir="auto">30G	/var/backups</p>
<p dir="auto">Backups i can understand but Docker folder is kind of big.</p>
<p dir="auto"><img src="/assets/uploads/files/1573070489764-screenshot-from-2019-11-06-21.57.25.png" alt="Screenshot from 2019-11-06 21.57.25.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Any ideea?</p>
<p dir="auto"><strong>du -sh /home/yellowtent/platformdata/</strong>*</p>
<p dir="auto">4.0K	/home/yellowtent/platformdata/INFRA_VERSION<br />
4.0K	/home/yellowtent/platformdata/VERSION<br />
4.0K	/home/yellowtent/platformdata/acme<br />
28K	/home/yellowtent/platformdata/addons<br />
12K	/home/yellowtent/platformdata/backup<br />
24K	/home/yellowtent/platformdata/collectd<br />
67M	/home/yellowtent/platformdata/graphite<br />
12K	/home/yellowtent/platformdata/logrotate.d<br />
344K	/home/yellowtent/platformdata/logs<br />
511M	/home/yellowtent/platformdata/mongodb<br />
132M	/home/yellowtent/platformdata/mysql<br />
60K	/home/yellowtent/platformdata/nginx<br />
77M	/home/yellowtent/platformdata/postgresql<br />
1.9M	/home/yellowtent/platformdata/redis<br />
4.0K	/home/yellowtent/platformdata/sessions<br />
108K	/home/yellowtent/platformdata/update</p>
]]></description><link>https://forum.cloudron.io/post/4791</link><guid isPermaLink="true">https://forum.cloudron.io/post/4791</guid><dc:creator><![CDATA[Warez]]></dc:creator><pubDate>Wed, 06 Nov 2019 20:05:44 GMT</pubDate></item><item><title><![CDATA[Reply to "Platform data" and "Other" disk usage on Tue, 05 Nov 2019 20:52:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/d19dotca" aria-label="Profile: d19dotca">@<bdi>d19dotca</bdi></a> Please check the size of <code>/home/yellowtent/platformdata/logs</code>. We have a logrotate issue which is not cleaning up logs properly. You can delete some of the old files there safely.</p>
]]></description><link>https://forum.cloudron.io/post/4779</link><guid isPermaLink="true">https://forum.cloudron.io/post/4779</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Tue, 05 Nov 2019 20:52:39 GMT</pubDate></item><item><title><![CDATA[Reply to "Platform data" and "Other" disk usage on Mon, 04 Nov 2019 18:25:49 GMT]]></title><description><![CDATA[<p dir="auto">I just noticed mine at 10.24 GB for "Other". What is that and how do we clear it up (if it's even safe to do so)?</p>
<p dir="auto">Side note: Would be great if the feature graph would also do the math to show how much remaining space exists so we don't have to do the math ourselves. <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=090c346130c" class="not-responsive emoji emoji-android emoji--wink" style="height:23px;width:auto;vertical-align:middle" title=";-)" alt="😉" /> I think I'll file that feature request separately later on.</p>
]]></description><link>https://forum.cloudron.io/post/4767</link><guid isPermaLink="true">https://forum.cloudron.io/post/4767</guid><dc:creator><![CDATA[d19dotca]]></dc:creator><pubDate>Mon, 04 Nov 2019 18:25:49 GMT</pubDate></item><item><title><![CDATA[Reply to "Platform data" and "Other" disk usage on Mon, 04 Nov 2019 10:29:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yusf" aria-label="Profile: yusf">@<bdi>yusf</bdi></a>: Can you post your solution? Where is the log file located and what did you do with it (just delete it)? What about the "Other"?</p>
]]></description><link>https://forum.cloudron.io/post/4763</link><guid isPermaLink="true">https://forum.cloudron.io/post/4763</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Mon, 04 Nov 2019 10:29:15 GMT</pubDate></item><item><title><![CDATA[Reply to "Platform data" and "Other" disk usage on Thu, 31 Oct 2019 17:50:51 GMT]]></title><description><![CDATA[<p dir="auto">I got helped out by gramakri. It was some 19GB log file taking up space. I will know where to look next time.</p>
<p dir="auto">Are there other optimizations possible? For instance, outdated docker images?</p>
]]></description><link>https://forum.cloudron.io/post/4756</link><guid isPermaLink="true">https://forum.cloudron.io/post/4756</guid><dc:creator><![CDATA[yusf]]></dc:creator><pubDate>Thu, 31 Oct 2019 17:50:51 GMT</pubDate></item></channel></rss>