<?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[Disk often full, cannot be extended, what remediations exist?]]></title><description><![CDATA[<p dir="auto">Hey,<br />
I face disk full more often than before those days, but there is little I seem I can do about it. 45-60GB out of 160GB is taken by Ubuntu (it depends), (30-40GB) taken by docker images/volumes size...</p>
<p dir="auto">I run Cloudron on a Hetzner VPS with 160GB of disk space.</p>
<p dir="auto">Until now here are some things I have done but I'm not sure it can be done for all apps:</p>
<ul>
<li>Mount external volumes (Hetzner storage box) and try to use this as much for data used by Cloudron apps: it works for some apps but not for everything, as some apps do not let us edit where the data is stored.</li>
<li>Delete apps</li>
<li>Delete logs for some apps.</li>
<li>Delete some data from some apps.</li>
</ul>
<p dir="auto">Things I didn't try yet</p>
<ul>
<li>switch the main storage of specific apps to a different volume: it's not supported with SSHFS I'm using for storage boxes so for now I've skipped it. As this already been done with Hetnzer by anyone here? I would appreciate feedback on this.</li>
<li>extend main partition: I cannot seem to find a way to increase the main partition size from Hetzner servers management UI. I can of course upgrade my Hetzner plan to get more disk space but it comes also with more CPU/RAM and it would double the price. I'm only interested in the storage. And I'm not sure adding a Hetzner volume would work with Cloudron. Is this documented somewhere? As this already been done? I would appreciate guidance on this.</li>
</ul>
<p dir="auto">I've asked Hetzner support if there is room for extending my main partition, they encourage to upgrade my package but yet give some other options, I'm not sure if anyone had attempted anything similar. I'm already familiar with mounting storage boxes and attach them to some Cloudron apps, but that's all.</p>
<blockquote>
<p dir="auto">Volumes can also be used to provide additional storage for your Cloud servers:</p>
<blockquote>
<blockquote>
<p dir="auto"><a href="https://docs.hetzner.com/cloud/volumes/faq/" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.hetzner.com/cloud/volumes/faq/</a></p>
</blockquote>
</blockquote>
<p dir="auto">Unfortunately, we do not intend to connect volumes and internal NVMEs. Volumes come here as separate partitions. We have some customers who have solved this problem with the help of a so-called "LVM". Since we do not offer software support, we cannot help you with the setup of such systems.</p>
<p dir="auto">To not leave you completely alone with your problem. Here are some keywords for your internet search: "Expand your local storage on a Hetzner Cloud server with Volumes".</p>
<hr />
<p dir="auto">An alternative to get more storage is a StorageBox. Please keep in mind that Storageboxes are only fileservers which can be mounted as a net drive to your Cloud server but you cannot use it as a partition on it. So it is good for mass datastorage (like pictures or documents) but you could not run for example databases/webservers on it.</p>
<blockquote>
<blockquote>
<p dir="auto"><a href="https://docs.hetzner.com/storage/storage-box/general" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.hetzner.com/storage/storage-box/general</a></p>
</blockquote>
</blockquote>
</blockquote>
<p dir="auto">Trying to troubleshoot disk full: the tips found in the forum are almost useless/obsolete as I couldn't reclaim any space, and I couldn't find an official Cloudron guide in the troubleshooting section.</p>
<p dir="auto">The other day my disk was at 100% capacity, I just deleted 2 apps (it-tools and linkding) which allowed me to go back at 90% capacity usage, and 2 days later I seem to have reclaimed 40GB without doing much beyond deleting 2 apps and despite those apps appeared to only take 2-3GB each according to the system information. I feel a bit lost when I try to make sense of the real storage used by apps (their data, image, volume, backups, logs, all cumulated ...) and when I want to reclaim space, the disk usage part in system UI does not tell much about what is happening and what can be optimized, I believe we lack a good Cloudron guide for this.</p>
<p dir="auto">The app with more data are Immich and Syncthing, I'm thinking of moving the Immich data on external volumes, but I'm not sure Immich allows to migrate existing data or specify which folder I want to use for storage.</p>
<p dir="auto">Thanks in advance for your help and guidance!</p>
]]></description><link>https://forum.cloudron.io/topic/14131/disk-often-full-cannot-be-extended-what-remediations-exist</link><generator>RSS for Node</generator><lastBuildDate>Sat, 15 Aug 2026 10:28:59 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/14131.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 28 Jul 2025 08:03:54 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Disk often full, cannot be extended, what remediations exist? on Mon, 28 Jul 2025 16:28:15 GMT]]></title><description><![CDATA[<p dir="auto">I solved the problem, not sure what had the most impact:</p>
<p dir="auto">Change permissions on my mount points/symlinks:</p>
<pre><code>chown yellowtent:yellowtent /mnt/appsdata
chown yellowtent:yellowtent /mnt/appsdata/appsdata
</code></pre>
<p dir="auto">Reboot: not mentioned in the guides but after changing permissions and rebooting, the problem was solved compared to several attempts before this, without reboot and with improper permissions changes.<br />
The permissions and reboot parts are not mentioned in the guide for doing those operations if I'm right, so I'm not sure this was really needed, anyway I prefer to share <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=090c346130c" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
<p dir="auto">Thanks to <a class="plugin-mentions-user plugin-mentions-a" href="/user/brutalbirdie" aria-label="Profile: BrutalBirdie">@<bdi>BrutalBirdie</bdi></a> for all the feedback above and the proposed support (in DM), this community is awesome!</p>
]]></description><link>https://forum.cloudron.io/post/110865</link><guid isPermaLink="true">https://forum.cloudron.io/post/110865</guid><dc:creator><![CDATA[SansGuidon]]></dc:creator><pubDate>Mon, 28 Jul 2025 16:28:15 GMT</pubDate></item><item><title><![CDATA[Reply to Disk often full, cannot be extended, what remediations exist? on Mon, 01 Sep 2025 13:39:52 GMT]]></title><description><![CDATA[<p dir="auto">From a deeper investigation, it seems that is has to do with backups and not with Syncthing or Photos app.<br />
4 times a day, Uptime Kuma is backed up, and each time the heartbeat table is dumped into syslog, growing the syslog by 1-2GBs each time. More details in <a href="https://forum.cloudron.io/post/112261">https://forum.cloudron.io/post/112261</a></p>
]]></description><link>https://forum.cloudron.io/post/112262</link><guid isPermaLink="true">https://forum.cloudron.io/post/112262</guid><dc:creator><![CDATA[SansGuidon]]></dc:creator><pubDate>Mon, 01 Sep 2025 13:39:52 GMT</pubDate></item><item><title><![CDATA[Reply to Disk often full, cannot be extended, what remediations exist? on Sun, 31 Aug 2025 20:27:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/scooke" aria-label="Profile: scooke">@<bdi>scooke</bdi></a> Thanks for the suggestion,<br />
while I admit this is a way to move forward, moving to a bigger vps/storage with my provider (Hetzner) would cost me money. I do not want to waste any money to create room for wasted storage. But I understand the advice which is pragmatic. However I find also satisfaction in understanding the root cause of a problem, and sharing the findings with the community rather than throwing dust under the carpet. For now I've been able to mitigate the issue and develop some scripts to monitor logs usage per container. Syncthing is indeed an issue but the main problem seems that there are too many logs generated/kept by application in Cloudron and it seems it's an issue with log management in Cloudron on Ubuntu. I could fix this with some extra logrotate configs on the server to prevent the log files to grow up to many GB in size.<br />
Of course some apps might generate lot of activity, but I do not believe this is the main problem, and for now I do not want to waste TB of storage for logs when I could use this for data. So I've tuned the config to reduce proliferation of logs. I've learned some things in the process, about Cloudron &amp; its logs management, about why there were so many issues reported in this forum about disk being full, and I'm happy to see it's partially solved in Cloudron 9.<br />
The obvious thing for me is always to understand things and try to find the root cause. however I understand also why for lot of people, the most obvious thing is to throw more Resources (CPU/GPU/Storage) at a problem to not waste time on optimization/maintenance. But for my own education I like to dig deeper when my gut feeling tells me there is a shitty story behind a bug <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f606.png?v=090c346130c" class="not-responsive emoji emoji-android emoji--laughing" style="height:23px;width:auto;vertical-align:middle" title=":laughing:" alt="😆" /></p>
]]></description><link>https://forum.cloudron.io/post/112214</link><guid isPermaLink="true">https://forum.cloudron.io/post/112214</guid><dc:creator><![CDATA[SansGuidon]]></dc:creator><pubDate>Sun, 31 Aug 2025 20:27:54 GMT</pubDate></item><item><title><![CDATA[Reply to Disk often full, cannot be extended, what remediations exist? on Sat, 30 Aug 2025 16:52:39 GMT]]></title><description><![CDATA[<p dir="auto">I was in a similar situation as you. However, rather than bashing my head (figuratively) against the same wall, <em>i just moved to a vps with more space</em>. Granted, this was before using external volumes was as easy as it is now. But reading that your two main apps are Immich and Sync thing... there's two walls.</p>
<p dir="auto">Listen, there are amazing workarounds and solutions offered by Cloudron and from others on this forum. But, I've never viewed any of this as "recommended and official"; it's more, "enough people refuse to/can't do the obvious, so how can we help them?" The <em>obvious</em> being - get a server or vps or whatever that has all the space you need. It's one reason I moved to ssdnodes (but just enough users have not had a good experience with them so this isn't an ad, I've just had excellent results with them and the 1.2tb server they offer.)</p>
]]></description><link>https://forum.cloudron.io/post/112193</link><guid isPermaLink="true">https://forum.cloudron.io/post/112193</guid><dc:creator><![CDATA[scooke]]></dc:creator><pubDate>Sat, 30 Aug 2025 16:52:39 GMT</pubDate></item><item><title><![CDATA[Reply to Disk often full, cannot be extended, what remediations exist? on Fri, 29 Aug 2025 08:34:46 GMT]]></title><description><![CDATA[<p dir="auto">To add to the story, I've noticed that Cloudron system will often fill the disk with /var/log/syslog, this is patched for Cloudron 9 but for Cloudron 8.x however users are forced to patch manually <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f622.png?v=090c346130c" class="not-responsive emoji emoji-android emoji--cry" style="height:23px;width:auto;vertical-align:middle" title=":cry:" alt="😢" /> , see <a href="https://forum.cloudron.io/topic/13361/after-ubuntu-22-24-upgrade-syslog-getting-spammed-and-grows-way-to-much-clogging-up-the-diskspace/6?_=1756455716990">https://forum.cloudron.io/topic/13361/after-ubuntu-22-24-upgrade-syslog-getting-spammed-and-grows-way-to-much-clogging-up-the-diskspace/6?_=1756455716990</a></p>
<p dir="auto">I'm a bit confused that such a problem remains to patch manually for half a year anyway I've applied it.</p>
<pre><code>systemctl stop rsyslog syslog.socket
truncate -s 0 /var/log/syslog.*
rsystemctl restart cloudron-syslog.service
systemctl start rsyslog syslog.socket
</code></pre>
]]></description><link>https://forum.cloudron.io/post/112161</link><guid isPermaLink="true">https://forum.cloudron.io/post/112161</guid><dc:creator><![CDATA[SansGuidon]]></dc:creator><pubDate>Fri, 29 Aug 2025 08:34:46 GMT</pubDate></item><item><title><![CDATA[Reply to Disk often full, cannot be extended, what remediations exist? on Mon, 28 Jul 2025 16:28:15 GMT]]></title><description><![CDATA[<p dir="auto">I solved the problem, not sure what had the most impact:</p>
<p dir="auto">Change permissions on my mount points/symlinks:</p>
<pre><code>chown yellowtent:yellowtent /mnt/appsdata
chown yellowtent:yellowtent /mnt/appsdata/appsdata
</code></pre>
<p dir="auto">Reboot: not mentioned in the guides but after changing permissions and rebooting, the problem was solved compared to several attempts before this, without reboot and with improper permissions changes.<br />
The permissions and reboot parts are not mentioned in the guide for doing those operations if I'm right, so I'm not sure this was really needed, anyway I prefer to share <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=090c346130c" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
<p dir="auto">Thanks to <a class="plugin-mentions-user plugin-mentions-a" href="/user/brutalbirdie" aria-label="Profile: BrutalBirdie">@<bdi>BrutalBirdie</bdi></a> for all the feedback above and the proposed support (in DM), this community is awesome!</p>
]]></description><link>https://forum.cloudron.io/post/110865</link><guid isPermaLink="true">https://forum.cloudron.io/post/110865</guid><dc:creator><![CDATA[SansGuidon]]></dc:creator><pubDate>Mon, 28 Jul 2025 16:28:15 GMT</pubDate></item><item><title><![CDATA[Reply to Disk often full, cannot be extended, what remediations exist? on Mon, 28 Jul 2025 15:54:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jdaviescoates" aria-label="Profile: jdaviescoates">@<bdi>jdaviescoates</bdi></a> Good Catch <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f604.png?v=090c346130c" class="not-responsive emoji emoji-android emoji--smile" style="height:23px;width:auto;vertical-align:middle" title=":D" alt="😄" /></p>
]]></description><link>https://forum.cloudron.io/post/110829</link><guid isPermaLink="true">https://forum.cloudron.io/post/110829</guid><dc:creator><![CDATA[BrutalBirdie]]></dc:creator><pubDate>Mon, 28 Jul 2025 15:54:30 GMT</pubDate></item><item><title><![CDATA[Reply to Disk often full, cannot be extended, what remediations exist? on Mon, 28 Jul 2025 15:51:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/brutalbirdie" aria-label="Profile: BrutalBirdie">@<bdi>BrutalBirdie</bdi></a> said in <a href="/post/110807">Disk often full, cannot be extended, what remediations exist?</a>:</p>
<blockquote>
<p dir="auto">I really had issues.</p>
</blockquote>
<p dir="auto">s/really/rarely <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/110828</link><guid isPermaLink="true">https://forum.cloudron.io/post/110828</guid><dc:creator><![CDATA[jdaviescoates]]></dc:creator><pubDate>Mon, 28 Jul 2025 15:51:39 GMT</pubDate></item><item><title><![CDATA[Reply to Disk often full, cannot be extended, what remediations exist? on Mon, 28 Jul 2025 15:30:29 GMT]]></title><description><![CDATA[<p dir="auto">I will send you a DM.</p>
]]></description><link>https://forum.cloudron.io/post/110817</link><guid isPermaLink="true">https://forum.cloudron.io/post/110817</guid><dc:creator><![CDATA[BrutalBirdie]]></dc:creator><pubDate>Mon, 28 Jul 2025 15:30:29 GMT</pubDate></item><item><title><![CDATA[Reply to Disk often full, cannot be extended, what remediations exist? on Mon, 28 Jul 2025 15:28:56 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for the advise. Currently I'm in a weird situation, as I've followed the guide step by step and Cloudron starts but my apps do not show any data anymore.</p>
]]></description><link>https://forum.cloudron.io/post/110816</link><guid isPermaLink="true">https://forum.cloudron.io/post/110816</guid><dc:creator><![CDATA[SansGuidon]]></dc:creator><pubDate>Mon, 28 Jul 2025 15:28:56 GMT</pubDate></item><item><title><![CDATA[Reply to Disk often full, cannot be extended, what remediations exist? on Mon, 28 Jul 2025 15:23:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sansguidon" aria-label="Profile: SansGuidon">@<bdi>SansGuidon</bdi></a> said in <a href="/post/110813">Disk often full, cannot be extended, what remediations exist?</a>:</p>
<blockquote>
<p dir="auto">Now the pros and cons of opting for either hetzner volumes vs using cloudron volumes</p>
</blockquote>
<p dir="auto">You can use a Hetzner Volume <strong>with</strong> Cloudron Volumes.<br />
What you should <strong>not</strong> do is use a Hetzner Volume as a Cloudron Volume for a <strong>full</strong> move which is described in <a href="https://docs.cloudron.io/storage/#storage" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.cloudron.io/storage/#storage</a>.<br />
Example, you get a 100GB Hetzner Volume, add this in the Cloudron Dashboard as a volume and then move <code>/home/yellowtent/$DIR</code> into this location.<br />
This, you should <strong>not</strong> do!</p>
<hr />
<p dir="auto">In my opinion, the pro of using a Cloudron Volume and moving each app to this volume with the GUI is, you stick to the way it is meant to be done and what is officially supported.</p>
<p dir="auto">On the other hand, I am lazy, I don't want to move every app, I have 30x+ apps.<br />
I just move the whole thing and also include:</p>
<pre><code>lrwxrwxrwx 1 root       root         53 Jul  2 18:49 boxdata -&gt; /mnt/my-hackradt-com-Cloudron-Data/yellowtent/boxdata
lrwxrwxrwx 1 root       root         58 Jul  2 18:49 platformdata -&gt; /mnt/my-hackradt-com-Cloudron-Data/yellowtent/platformdata
</code></pre>
<p dir="auto">This way, all <code>appsdata</code>, all <code>boxdata</code> and all <code>platformdata</code> is on a separate volume.<br />
And when I need more storage, I just increase the Hetzner Volume, resize it in the terminal, and I am done.</p>
]]></description><link>https://forum.cloudron.io/post/110815</link><guid isPermaLink="true">https://forum.cloudron.io/post/110815</guid><dc:creator><![CDATA[BrutalBirdie]]></dc:creator><pubDate>Mon, 28 Jul 2025 15:23:30 GMT</pubDate></item><item><title><![CDATA[Reply to Disk often full, cannot be extended, what remediations exist? on Mon, 28 Jul 2025 15:14:34 GMT]]></title><description><![CDATA[<p dir="auto">Thank you, this clarifies things<br />
Now the pros and cons of opting for either hetzner volumes vs using cloudron volumes is unclear to me, you mention the data directory can also be moved app-per-app via Cloudron UI. I've opted for moving the appsdata folder manually for all apps to a new location, following the guide at <a href="https://docs.cloudron.io/storage/#default-data-directory" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.cloudron.io/storage/#default-data-directory</a> but this seems a different strategy than switching data directory from Cloudron Admin UI and mounting Cloudron volumes.</p>
]]></description><link>https://forum.cloudron.io/post/110813</link><guid isPermaLink="true">https://forum.cloudron.io/post/110813</guid><dc:creator><![CDATA[SansGuidon]]></dc:creator><pubDate>Mon, 28 Jul 2025 15:14:34 GMT</pubDate></item><item><title><![CDATA[Reply to Disk often full, cannot be extended, what remediations exist? on Mon, 28 Jul 2025 15:05:55 GMT]]></title><description><![CDATA[<p dir="auto">And here is my terminal output from my personal Cloudron:</p>
<pre><code>root@my-hackradt-com:~# ls -lah /home/yellowtent/
total 32K
drwxr-xr-x 5 yellowtent yellowtent 4.0K Jul  2 18:49 .
drwxr-xr-x 4 root       root       4.0K Oct  3  2024 ..
-rw-r--r-- 1 yellowtent yellowtent  220 Mar 31  2024 .bash_logout
-rw-r--r-- 1 yellowtent yellowtent 3.7K Mar 31  2024 .bashrc
-rw-r--r-- 1 yellowtent yellowtent    0 Jul 16  2024 .cloud-locale-test.skip
drwx------ 2 yellowtent yellowtent 4.0K Nov  9  2024 .gnupg
-rw-r--r-- 1 yellowtent yellowtent  807 Mar 31  2024 .profile
drwx------ 2 yellowtent yellowtent 4.0K Oct  3  2024 .ssh
lrwxrwxrwx 1 root       root         54 Jul  2 18:48 appsdata -&gt; /mnt/my-hackradt-com-Cloudron-Data/yellowtent/appsdata
drwxr-xr-x 8 yellowtent yellowtent 4.0K Jul 21 12:02 box
lrwxrwxrwx 1 root       root         53 Jul  2 18:49 boxdata -&gt; /mnt/my-hackradt-com-Cloudron-Data/yellowtent/boxdata
lrwxrwxrwx 1 root       root         58 Jul  2 18:49 platformdata -&gt; /mnt/my-hackradt-com-Cloudron-Data/yellowtent/platformdata
</code></pre>
<p dir="auto">I did not move the <a href="https://docs.cloudron.io/storage/#docker-images" target="_blank" rel="noopener noreferrer nofollow ugc">Docker Images Location</a> since I did not need that for this server.<br />
And here is a screenshot of my Hetzner UI.<br />
I've used this setup for 10 months with little to no issues.<br />
<img src="/assets/uploads/files/1753715129242-75b00462-d47c-46ca-8c6d-da9c0ec4918e-image-resized.png" alt="75b00462-d47c-46ca-8c6d-da9c0ec4918e-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.cloudron.io/post/110808</link><guid isPermaLink="true">https://forum.cloudron.io/post/110808</guid><dc:creator><![CDATA[BrutalBirdie]]></dc:creator><pubDate>Mon, 28 Jul 2025 15:05:55 GMT</pubDate></item><item><title><![CDATA[Reply to Disk often full, cannot be extended, what remediations exist? on Mon, 28 Jul 2025 15:54:58 GMT]]></title><description><![CDATA[<p dir="auto">There is a difference between Cloudron Volumes and Hetzner Volumes.<br />
In the guide is written:</p>
<blockquote>
<p dir="auto">Do not use a Cloudron Volume as storage location for the directories below. Set up fstab or systemd mount manually.</p>
</blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sansguidon" aria-label="Profile: SansGuidon">@<bdi>SansGuidon</bdi></a> said in <a href="/post/110805">Disk often full, cannot be extended, what remediations exist?</a>:</p>
<blockquote>
<p dir="auto">The guide advises to not use symlinks</p>
</blockquote>
<p dir="auto">It states:</p>
<blockquote>
<p dir="auto">While symlinking various directories will work, this is not supported.</p>
</blockquote>
<p dir="auto">It works, but is not officially supported.<br />
Meaning, yes you can do that, but when you have an issue, you will get less or no support.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sansguidon" aria-label="Profile: SansGuidon">@<bdi>SansGuidon</bdi></a> said in <a href="/post/110805">Disk often full, cannot be extended, what remediations exist?</a>:</p>
<blockquote>
<p dir="auto">As far as I understand it, the guide seems to cover the case for a full migration of docker images or apps data but it is unclear to me how to tackle this only for specific apps, and if that's a supported scenario.</p>
</blockquote>
<p dir="auto">That what Cloudron Volumes are for.<br />
You can add a Hetzner Volume and mount it to e.g <code>/mnt/hetzner-volume/</code> and then in the Cloudron Dashboard at volumes do the following:<br />
<img src="/assets/uploads/files/1753714338381-1fb7f9ab-7608-4797-93fb-70a49072601f-image.png" alt="1fb7f9ab-7608-4797-93fb-70a49072601f-image.png" class=" img-fluid img-markdown" /><br />
Then, for each app you can move the data directory.<br />
Like it is described in the doc <a href="https://docs.cloudron.io/apps/#data-directory" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.cloudron.io/apps/#data-directory</a> and <a href="https://docs.cloudron.io/volumes" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.cloudron.io/volumes</a><br />
<img src="/assets/uploads/files/1753714447280-a9c2d2eb-2c1f-468c-8023-83bbcd7a0919-image-resized.png" alt="a9c2d2eb-2c1f-468c-8023-83bbcd7a0919-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sansguidon" aria-label="Profile: SansGuidon">@<bdi>SansGuidon</bdi></a> said in <a href="/post/110805">Disk often full, cannot be extended, what remediations exist?</a>:</p>
<blockquote>
<p dir="auto">I also read several times it was advised not to touch the Cloudron server configuration except via the UI, to ensure future Cloudron upgrades, backups, restore etc would work.<br />
I guess this is a specific case that requires anyway to touch the terminal, but is it well supported by Cloudron (future upgrades etc)?</p>
</blockquote>
<p dir="auto">Let me quote the doc again:</p>
<blockquote>
<p dir="auto">While symlinking various directories will work, this is not supported.</p>
</blockquote>
<p dir="auto">Officially, this is not supported to reduce support.<br />
But it does work.<br />
And yes, you should not touch the underlaying Server. But it is still your server. If you know what you do and can handle certain issues yourself you can do tasks on the root level.</p>
<hr />
<p dir="auto">I am doing this for almost all my servers and can tell you, I rarely had issues.<br />
The only issues that ever appeared was when Hetzner Cloud Volumes had some outages (which rarely happens).</p>
]]></description><link>https://forum.cloudron.io/post/110807</link><guid isPermaLink="true">https://forum.cloudron.io/post/110807</guid><dc:creator><![CDATA[BrutalBirdie]]></dc:creator><pubDate>Mon, 28 Jul 2025 15:54:58 GMT</pubDate></item><item><title><![CDATA[Reply to Disk often full, cannot be extended, what remediations exist? on Mon, 28 Jul 2025 14:47:04 GMT]]></title><description><![CDATA[<p dir="auto">Thanks folks<br />
I've read the guide at <a href="https://docs.cloudron.io/storage/#storage" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.cloudron.io/storage/#storage</a> and I'm not sure how to proceed then. The guide mentions we can move the data directory but not to a Cloudron volume, so this should be an external volume, is it where Hetzner extra volumes comes into play? I guess then I might be a tutorial away from this first part of the solution.</p>
<p dir="auto">But these are still dragons to me:</p>
<ol>
<li>
<p dir="auto">The guide advises to not use symlinks but the example commands in the same guide at <a href="https://docs.cloudron.io/storage/#default-data-directory" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.cloudron.io/storage/#default-data-directory</a><br />
contain symlink afaik, right?</p>
</li>
<li>
<p dir="auto">As far as I understand it, the guide seems to cover the case for a full migration of docker images or apps data but it is unclear to me how to tackle this only for specific apps, and if that's a supported scenario. I mean maybe the guide's purpose is to migrate all /app/data volume to an external volume, that could work but then this renders my VPS main partition quite useless, right?</p>
</li>
<li>
<p dir="auto">I also read several times it was advised not to touch the Cloudron server configuration except via the UI, to ensure future Cloudron upgrades, backups, restore etc would work.<br />
I guess this is a specific case that requires anyway to touch the terminal, but is it well supported by Cloudron (future upgrades etc)?</p>
</li>
</ol>
<p dir="auto">I've checked the disk usage to decide what to migrate in my case, I believe migrating the appsdata makes more sense in this case. But the docker images take as much space.</p>
<pre><code>root@ubuntu-cloudron-16gb-nbg1-3:/home/yellowtent# du -hs  appsdata/ boxdata/ platformdata/
28G	appsdata/
49M	boxdata/
4.1G	platformdata/
root@ubuntu-cloudron-16gb-nbg1-3:/home/yellowtent# du -hs /var/lib/docker/
156G	/var/lib/docker/
root@ubuntu-cloudron-16gb-nbg1-3:/home/yellowtent# docker system df
TYPE            TOTAL     ACTIVE    SIZE      RECLAIMABLE
Images          36        36        27.24GB   2.511GB (9%)
Containers      42        42        0B        0B
Local Volumes   86        86        11.6GB    0B (0%)
Build Cache     0         0         0B        0B
</code></pre>
<p dir="auto">Thanks in advance for the clarifications</p>
]]></description><link>https://forum.cloudron.io/post/110805</link><guid isPermaLink="true">https://forum.cloudron.io/post/110805</guid><dc:creator><![CDATA[SansGuidon]]></dc:creator><pubDate>Mon, 28 Jul 2025 14:47:04 GMT</pubDate></item><item><title><![CDATA[Reply to Disk often full, cannot be extended, what remediations exist? on Mon, 28 Jul 2025 09:26:53 GMT]]></title><description><![CDATA[<p dir="auto">I'd also add that if you're using Nextcloud check my recent guide about how to reclaim lots of space from that <a href="https://forum.cloudron.io/post/110118">https://forum.cloudron.io/post/110118</a></p>
]]></description><link>https://forum.cloudron.io/post/110785</link><guid isPermaLink="true">https://forum.cloudron.io/post/110785</guid><dc:creator><![CDATA[jdaviescoates]]></dc:creator><pubDate>Mon, 28 Jul 2025 09:26:53 GMT</pubDate></item><item><title><![CDATA[Reply to Disk often full, cannot be extended, what remediations exist? on Mon, 28 Jul 2025 09:24:03 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> said in <a href="/post/110783">Disk often full, cannot be extended, what remediations exist?</a>:</p>
<blockquote>
<p dir="auto">moving Docker Images and Default Data Directory.</p>
</blockquote>
<p dir="auto">Moving the <code>Default Data Directory</code> also means moving all app data storage to this Cloud Volume.<br />
And yes, this is doable with no issues.</p>
<p dir="auto">So your worries <a class="plugin-mentions-user plugin-mentions-a" href="/user/sansguidon" aria-label="Profile: SansGuidon">@<bdi>SansGuidon</bdi></a> said in <a href="/post/110777">Disk often full, cannot be extended, what remediations exist?</a>:</p>
<blockquote>
<p dir="auto">The app with more data are Immich and Syncthing, I'm thinking of moving the Immich data on external volumes, but I'm not sure Immich allows to migrate existing data or specify which folder I want to use for storage.</p>
</blockquote>
<p dir="auto">Are understandable, but should be no issue at all.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/james" aria-label="Profile: james">@<bdi>james</bdi></a> said in <a href="/post/110783">Disk often full, cannot be extended, what remediations exist?</a>:</p>
<blockquote>
<p dir="auto">If I understood <a class="plugin-mentions-user plugin-mentions-a" href="/user/brutalbirdie" aria-label="Profile: BrutalBirdie">@<bdi>BrutalBirdie</bdi></a> correctly in our exchange he is always running Hetzner Cloud Servers in a minimal configuration starting with CX22 and only ever scaling up with only CPU and RAM and never the disk size, since you can't scale down when scaling with the storage.<br />
And he is using Hetzner Cloud Volumes with the linked doc/guide to have a scalable storage.</p>
</blockquote>
<p dir="auto">You hit the nail on the head.<br />
This is what I do.</p>
<p dir="auto">I am planning automating these setups with Ansible if demand increases.<br />
And within this plan, I also think about auto-scaling down and up in the "unproductive" times.<br />
Example, why have a server use the CX42 plan at night when nothing is happening? With my monitoring setup I could automate a downscale at night and upscale at morning before work start to reduce costs.<br />
(But that is a dream of mine which I want to tackle if I got the time <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f606.png?v=090c346130c" class="not-responsive emoji emoji-android emoji--laughing" style="height:23px;width:auto;vertical-align:middle" title=":laughing:" alt="😆" /> and there is much to consider, like RAM limits of apps and what happens if e.g. an app has a limit of 8GB RAM and I downscale at night to a CX22 with just 4GB RAM, will the system just crash or just be super slow?)</p>
<p dir="auto">Sorry for drifting off <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f604.png?v=090c346130c" class="not-responsive emoji emoji-android emoji--smile" style="height:23px;width:auto;vertical-align:middle" title=":D" alt="😄" /><br />
Yes, you can use this guide and if you follow it step by step there should be no issues.<br />
If you need some help with that or want to use some of my services like monitoring <a class="plugin-mentions-user plugin-mentions-a" href="/user/sansguidon" aria-label="Profile: SansGuidon">@<bdi>SansGuidon</bdi></a> feel free to contact me in a forum DM or on what ever platform suits you.<br />
How to contact me? See: <a href="https://keyoxide.org/3EFABCB708412AEE165EDC6C7B17D07087F79F9E" target="_blank" rel="noopener noreferrer nofollow ugc">https://keyoxide.org/3EFABCB708412AEE165EDC6C7B17D07087F79F9E</a></p>
]]></description><link>https://forum.cloudron.io/post/110784</link><guid isPermaLink="true">https://forum.cloudron.io/post/110784</guid><dc:creator><![CDATA[BrutalBirdie]]></dc:creator><pubDate>Mon, 28 Jul 2025 09:24:03 GMT</pubDate></item><item><title><![CDATA[Reply to Disk often full, cannot be extended, what remediations exist? on Mon, 28 Jul 2025 09:11:06 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/sansguidon" aria-label="Profile: SansGuidon">@<bdi>SansGuidon</bdi></a><br />
A full disk is never good.<br />
Trying to prevent this can only be done with monitoring and alerting.<br />
Maybe <a class="plugin-mentions-user plugin-mentions-a" href="/user/brutalbirdie" aria-label="Profile: BrutalBirdie">@<bdi>BrutalBirdie</bdi></a> could help with that since he stated the following here:</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/brutalbirdie" aria-label="Profile: BrutalBirdie">@<bdi>BrutalBirdie</bdi></a> said in <a href="/post/109822">[Freelance] Need help Disk full</a>:</p>
<blockquote>
<p dir="auto">Would be happy to help and can even offer a full monitoring solution that would notify you if something is happening or even before it gets critical.<br />
Including dashboard access to full statistics like Docker System, file system, Networking, System performance, website overview (selenium smoke tests etc.) and to some extend Cloudron API monitoring.<br />
This could also be extended if something else is needed.</p>
</blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sansguidon" aria-label="Profile: SansGuidon">@<bdi>SansGuidon</bdi></a> said in <a href="/post/110777">Disk often full, cannot be extended, what remediations exist?</a>:</p>
<blockquote>
<p dir="auto">I'm only interested in the storage. And I'm not sure adding a Hetzner volume would work with Cloudron. Is this documented somewhere? As this already been done? I would appreciate guidance on this.</p>
</blockquote>
<p dir="auto">Yes, using Hetzner Cloud Volumes for easy extendability of Hetzner Cloud Servers storage capacity is possible and not that complicated.<br />
There is a full guide here <a href="https://docs.cloudron.io/storage/#storage" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.cloudron.io/storage/#storage</a> for moving Docker Images and Default Data Directory.<br />
This guide was very recently tested and verified by <a class="plugin-mentions-user plugin-mentions-a" href="/user/brutalbirdie" aria-label="Profile: BrutalBirdie">@<bdi>BrutalBirdie</bdi></a></p>
<p dir="auto">If I understood <a class="plugin-mentions-user plugin-mentions-a" href="/user/brutalbirdie" aria-label="Profile: BrutalBirdie">@<bdi>BrutalBirdie</bdi></a> correctly in our exchange he is always running Hetzner Cloud Servers in a minimal configuration starting with CX22 and only ever scaling up with only CPU and RAM and never the disk size, since you can't scale down when scaling with the storage.<br />
And he is using Hetzner Cloud Volumes with the linked doc/guide to have a scalable storage.</p>
<p dir="auto">If I misrepresent anything here <a class="plugin-mentions-user plugin-mentions-a" href="/user/brutalbirdie" aria-label="Profile: BrutalBirdie">@<bdi>BrutalBirdie</bdi></a> please let me know.</p>
]]></description><link>https://forum.cloudron.io/post/110783</link><guid isPermaLink="true">https://forum.cloudron.io/post/110783</guid><dc:creator><![CDATA[james]]></dc:creator><pubDate>Mon, 28 Jul 2025 09:11:06 GMT</pubDate></item></channel></rss>