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


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Support
  3. run out of disk space

run out of disk space

Scheduled Pinned Locked Moved Solved Support
installationdisk usage
17 Posts 9 Posters 2.6k Views 9 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    alpro
    wrote on last edited by
    #5

    4 TB has been mounted to the hardware system from the very beginning. Then I have mounted this 4 TB drive for Cloudron use. Then after installing Nextcloud I have added this mount point for the app and moved all Nextcloud data to this volume through app control panel (STORAGE - MOVE DATA).

    1 Reply Last reply
    0
    • nottheendN Offline
      nottheendN Offline
      nottheend
      wrote on last edited by
      #6

      Anyone else observing that cloudron grows over time? After maybe 6 to 8 month it looks like below.
      I have 8 apps installed, all the app data sums up to not more than 50 MB. Only exception is the platformdata with 1 GB.

      Is there anything I can do to reduce it?
      I have another free volume availble, but I am not sure what I can use it for to release /root, which is /dev/sda1 mounted at /

      • docker 16 GB
      • /apps.swap 4 GB
      • docker-volumes 4 GB
      • Everything else (Ubuntu, etc) 8 GB
      1 Reply Last reply
      1
      • RazielKanosR Offline
        RazielKanosR Offline
        RazielKanos
        wrote on last edited by
        #7

        for me it's:
        docker 23.7 GB
        docker-volumes 12.58 GB
        /apps.swap 4.29 GB
        platformdata 1.48 GB
        nextcloud 1.26 GB
        immich 463.9 MB
        Wordpress 365.28 MB
        Mastodon 275.26 MB
        Pixelfed 86.99 MB
        boxdata 14.79 MB
        maildata 2.9 MB
        bitwarden 368.64 kB
        pdf 90.11 kB
        officeserver 32.77 kB
        Typebot 12.29 kB
        Chatwoot 12.29 kB
        Kutt 8.19 kB
        Pairdrop 4.1 kB
        Everything else (Ubuntu, etc) 11.66 GB

        No clue why the first are so large

        1 Reply Last reply
        1
        • nottheendN Offline
          nottheendN Offline
          nottheend
          wrote on last edited by
          #8

          Thanks. Then my server is probably not an exception. Just trying to plan the storage needed for the cloudron backend a bit ahead, which I find difficult as of now

          1 Reply Last reply
          0
          • nottheendN Offline
            nottheendN Offline
            nottheend
            wrote on last edited by nottheend
            #9

            After moving to a new server, the exact same config restored from the backup has only 30GB disk usage, compared to 38GB before

            Edited this post after waiting for recreation of the storage utilization

            jagadeesh-s2104J 1 Reply Last reply
            0
            • nottheendN nottheend

              After moving to a new server, the exact same config restored from the backup has only 30GB disk usage, compared to 38GB before

              Edited this post after waiting for recreation of the storage utilization

              jagadeesh-s2104J Offline
              jagadeesh-s2104J Offline
              jagadeesh-s2104
              wrote on last edited by
              #10

              @nottheend @RazielKanos -

              I have the same problem as well.

              I will create a backup, stop the VM, then use the backup settings file to create a new VM and restore the backup settings file in the new instance of Cloudron.

              I've been using Cloudron for about 3 years, and I have done this around 4 or 5 times.

              The Docker images, overlay, etc., are the headache.
              For me, it will balloon to 70+ GB, and if I restore, it will be around 40 GB.

              1 Reply Last reply
              0
              • timconsidineT Online
                timconsidineT Online
                timconsidine
                App Dev
                wrote on last edited by
                #11

                Does docker image prune help here, to avoid reinstalling ?-

                jagadeesh-s2104J 1 Reply Last reply
                0
                • RazielKanosR Offline
                  RazielKanosR Offline
                  RazielKanos
                  wrote on last edited by
                  #12

                  any feedback from the devs? @nebulon @girish

                  1 Reply Last reply
                  0
                  • timconsidineT timconsidine

                    Does docker image prune help here, to avoid reinstalling ?-

                    jagadeesh-s2104J Offline
                    jagadeesh-s2104J Offline
                    jagadeesh-s2104
                    wrote on last edited by
                    #13

                    @timconsidine Yes, thank you!

                    I do that with other VMs. But I remember reading somewhere that we should not do anything with the Cloudron VM.

                    timconsidineT 1 Reply Last reply
                    0
                    • jagadeesh-s2104J jagadeesh-s2104

                      @timconsidine Yes, thank you!

                      I do that with other VMs. But I remember reading somewhere that we should not do anything with the Cloudron VM.

                      timconsidineT Online
                      timconsidineT Online
                      timconsidine
                      App Dev
                      wrote on last edited by
                      #14

                      @jagadeesh-s2104 said in run out of disk space:

                      @timconsidine Yes, thank you!

                      I do that with other VMs. But I remember reading somewhere that we should not do anything with the Cloudron VM.

                      Yes, generally you don’t need to and shouldn’t do something on the server command line, but I think this is an exception. @staff will jump in here to clarify.

                      1 Reply Last reply
                      0
                      • girishG Do not disturb
                        girishG Do not disturb
                        girish
                        Staff
                        wrote on last edited by
                        #15

                        For the space taken up by docker volumes, this is a bug and fix is already in the upcoming release. You can run docker volume prune --all --force to free up that space. You can do an additional docker system prune -a to clear up stale images etc.

                        Otherwise, the space usage looks normal to me. Nothing stands out.

                        A 1 Reply Last reply
                        4
                        • girishG girish marked this topic as a question on
                        • girishG girish

                          For the space taken up by docker volumes, this is a bug and fix is already in the upcoming release. You can run docker volume prune --all --force to free up that space. You can do an additional docker system prune -a to clear up stale images etc.

                          Otherwise, the space usage looks normal to me. Nothing stands out.

                          A Offline
                          A Offline
                          alpro
                          wrote on last edited by
                          #16

                          @girish Can I run the command today? Or it has not been implemented yet? Is it correct if I SSH to the server and run the command as the admin from there?

                          1 Reply Last reply
                          1
                          • necrevistonnezrN Offline
                            necrevistonnezrN Offline
                            necrevistonnezr
                            wrote on last edited by
                            #17

                            Yes, that’s a build-in docker command that you can run in your ssh terminal

                            1 Reply Last reply
                            2
                            • girishG girish has marked this topic as solved on
                            Reply
                            • Reply as topic
                            Log in to reply
                            • Oldest to Newest
                            • Newest to Oldest
                            • Most Votes


                            • Login

                            • Don't have an account? Register

                            • Login or register to search.
                            • First post
                              Last post
                            0
                            • Categories
                            • Recent
                            • Tags
                            • Popular
                            • Bookmarks
                            • Search