Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Mount custom volume in app container

    Moved Solved Feature Requests
    6
    2 Votes
    6 Posts
    919 Views
    H

    @girish Oops, I realized just now, that I didn't reply to your question yet. What I changed and maybe has to be protected from being accidentally overwritten is the 'datadirectory' option in /app/data/config/config.php. I changed that path from the default path to '/media/mymountpoint'.

    I don't remember if I had Nextcloud in maintenance mode or put the app in recovery mode, while I changed that path and moved the files. But it was either of them. However, I had some duplicate storage paths in the database afterwards and I manually updated the oc_storages table as described here and did a files:scan afterwards. But that should not be related to what the code for updates overwrites, I guess.

  • 0 Votes
    5 Posts
    750 Views
    girishG

    For future reference, you have to use resize2fs to grow the ext4 partition when you expand the disk size. This is atleast the case for most public cloud block storage and is a manual operation. Cloudron could potentially do this but I am guessing there is a good reason to not do this automatically, otherwise public cloud folks would have done this already 🙂

  • Disks not showing in "Graphs" under Cloudron 4.2.6

    Unsolved Support
    4
    0 Votes
    4 Posts
    471 Views
    girishG

    Thanks, investigating this. I suspect the node module is unable to parse the output because of something in the output. I will keep you posted here.

  • Storage differences

    Unsolved Support
    14
    0 Votes
    14 Posts
    1k Views
    yusfY

    @girish I've never changed backup method no there should not be any remains from that. I did have a directory from april sitting around at 8.6 GB though 😁.

    Removing that still leaves Other quite large though, so I'll appreciate more hints if you have any.

  • Server is running out of disk space

    Moved Solved Nextcloud
    3
    0 Votes
    3 Posts
    589 Views
    D

    @nebulon Hi. Yes, indeed, the instance has 20gb. I deleted files from trash in Nextcloud and got back to normal with 6gb of free space.

  • EEXIST file already exists

    Moved Solved Nextcloud
    3
    0 Votes
    3 Posts
    2k Views
    T

    Thank you @nebulon for solving this issue off-forums.

    For future reference: problem was caused by the external storage being unmounted after a reboot. Remounting the storage drive (I use a netcup VPS) and then repairing in the Cloudron dashboard solved the problem. Including the mounting in /etc/fstab solved this issue for following updates/reboots.

  • Need suggestion on Amazon S3

    Solved Support
    6
    0 Votes
    6 Posts
    945 Views
    girishG

    We have wasabi support coming up in the next release.

  • storage error

    Solved Support
    8
    0 Votes
    8 Posts
    1k Views
    girishG

    This was resolved offline - most issues where related to unbound (the internal DNS server) being down. Fixed by System -> restart unbound.

  • How to use an attached SSD storage?

    Unsolved Support
    9
    0 Votes
    9 Posts
    1k Views
    girishG

    @doomilation Yes, what you have done should work. You don't have to move out appsdata and platformdata.

  • /var/lib/docker/overlay2 getting full

    Solved Support
    6
    0 Votes
    6 Posts
    2k Views
    R

    @nebulon Okay. Thanks for clarification!