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
  • Brite
  • 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. Discuss
  3. Cloudron 9.0 (beta) bug reports

Cloudron 9.0 (beta) bug reports

Scheduled Pinned Locked Moved Discuss
110 Posts 22 Posters 4.0k Views 18 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.
  • WiseMetalheadW WiseMetalhead

    It looks like the multipart upload settings for S3-compatible storage aren’t working as expected.
    Last night, I enabled a backup of around 150 GB of data in TGZ format. In the configuration, I set the part size to 256 MB.
    This morning, when checking the logs, I found that the upload had stopped at 100 GB because the 10,000-part limit was reached. Based on simple math, that would only make sense if each part were 10 MB — which is Cloudron’s default minimum part size.

    I double-checked the settings and confirmed that my 256 MB value had been saved correctly. Then I set it to the maximum (1 GB), restarted the server, and manually triggered another backup. Watching the logs again, I noticed the same behavior — a new part was created every 10 MB and uploaded to S3.

    Has anyone else run into this issue?

    2025-11-09T07:23:19.605Z box:taskworker Starting task 2146. Logs are at /home/yellowtent/platformdata/logs/tasks/2146.log
    2025-11-09T07:23:19.624Z box:taskworker Running task of type backup
    2025-11-09T07:23:19.644Z box:tasks updating task 2146 with: {"percent":5.761904761904762,"message":"Backing up ***.***.ru (1/18). Waiting for lock"}
    2025-11-09T07:23:19.656Z box:locks write: current locks: {"full_backup_task_10b1282f-f0e2-400d-a074-b183f08c16f5":null,"app_backup_07fd2189-9378-4a35-b18d-5cef77461fb1":"2146"}
    2025-11-09T07:23:19.656Z box:locks acquire: app_backup_07fd2189-9378-4a35-b18d-5cef77461fb1
    2025-11-09T07:23:19.657Z box:tasks updating task 2146 with: {"percent":5.761904761904762,"message":"Snapshotting app ***.***.ru"}
    2025-11-09T07:23:19.660Z box:services backupAddons
    2025-11-09T07:23:19.660Z box:services backupAddons: backing up ["localstorage","postgresql","sendmail","oidc","redis"]
    2025-11-09T07:23:19.661Z box:services Backing up postgresql
    2025-11-09T07:23:19.878Z box:services pipeRequestToFile: connected with status code 200
    2025-11-09T07:23:23.447Z box:services Backing up redis
    2025-11-09T07:23:23.514Z box:services pipeRequestToFile: connected with status code 200
    2025-11-09T07:23:23.528Z box:backuptask snapshotApp: ***.***.ru took 3.871 seconds
    2025-11-09T07:23:23.564Z box:tasks updating task 2146 with: {"percent":5.761904761904762,"message":"Uploading app snapshot ***.***.ru"}
    2025-11-09T07:23:23.564Z box:backuptask runBackupUpload: adjusting heap size to 3840M
    2025-11-09T07:23:23.565Z box:shell backuptask: /usr/bin/sudo --non-interactive -E --close-from=4 /home/yellowtent/box/src/scripts/backupupload.js snapshot/app_07fd2189-9378-4a35-b18d-5cef77461fb1.tar.gz.enc 10b1282f-f0e2-400d-a074-b183f08c16f5 {"localRoot":"/home/yellowtent/appsdata/07fd2189-9378-4a35-b18d-5cef77461fb1","layout":[{"localDir":"/mnt/md0/IApps/photos","remoteDir":"data"}]}
    2025-11-09T07:23:24.304Z box:backupupload Backing up {"localRoot":"/home/yellowtent/appsdata/07fd2189-9378-4a35-b18d-5cef77461fb1","layout":[{"localDir":"/mnt/md0/IApps/photos","remoteDir":"data"}]} to snapshot/app_07fd2189-9378-4a35-b18d-5cef77461fb1.tar.gz.enc
    2025-11-09T07:23:24.306Z box:backuptask upload: path snapshot/app_07fd2189-9378-4a35-b18d-5cef77461fb1.tar.gz.enc site 10b1282f-f0e2-400d-a074-b183f08c16f5 dataLayout {"localRoot":"/home/yellowtent/appsdata/07fd2189-9378-4a35-b18d-5cef77461fb1","layout":[{"localDir":"/mnt/md0/IApps/photos","remoteDir":"data"}]}
    2025-11-09T07:23:24.524Z box:backuptask checkPreconditions: mount point status is {"state":"active"}
    2025-11-09T07:23:24.524Z box:backuptask checkPreconditions: getting disk usage of /home/yellowtent/appsdata/07fd2189-9378-4a35-b18d-5cef77461fb1
    2025-11-09T07:23:24.524Z box:shell backuptask: du --dereference-args --summarize --block-size=1 --exclude=*.lock --exclude=dovecot.list.index.log.* /home/yellowtent/appsdata/07fd2189-9378-4a35-b18d-5cef77461fb1
    2025-11-09T07:23:24.531Z box:backuptask checkPreconditions: getting disk usage of /mnt/md0/IApps/photos
    2025-11-09T07:23:24.531Z box:shell backuptask: du --dereference-args --summarize --block-size=1 --exclude=*.lock --exclude=dovecot.list.index.log.* /mnt/md0/IApps/photos
    2025-11-09T07:23:29.436Z box:backuptask checkPreconditions: total required=125109989376 available=Infinity
    2025-11-09T07:23:29.448Z box:backupformat/tgz upload: uploading to site 10b1282f-f0e2-400d-a074-b183f08c16f5 path snapshot/app_07fd2189-9378-4a35-b18d-5cef77461fb1.tar.gz.enc (encrypted: true) dataLayout {"localRoot":"/home/yellowtent/appsdata/07fd2189-9378-4a35-b18d-5cef77461fb1","layout":[{"localDir":"/mnt/md0/IApps/photos","remoteDir":"data"}]}
    2025-11-09T07:23:29.450Z box:tasks updating task 2146 with: {"percent":5.761904761904762,"message":"Uploading backup snapshot/app_07fd2189-9378-4a35-b18d-5cef77461fb1.tar.gz.enc (***.***.ru)"}
    2025-11-09T07:23:29.457Z box:backupformat/tgz tarPack: processing /home/yellowtent/appsdata/07fd2189-9378-4a35-b18d-5cef77461fb1
    2025-11-09T07:23:29.471Z box:backupformat/tgz addToPack: added ./config.json file
    2025-11-09T07:23:29.528Z box:backupformat/tgz addToPack: added ./dump.rdb file
    2025-11-09T07:23:29.540Z box:backupformat/tgz addToPack: added ./fsmetadata.json file
    2025-11-09T07:23:32.318Z box:storage/s3 Upload progress: {"loaded":10485760,"part":1,"Key":"snapshot/app_07fd2189-9378-4a35-b18d-5cef77461fb1.tar.gz.enc","Bucket":"25fc748e-lvcl-backup"}
    2025-11-09T07:23:34.405Z box:storage/s3 Upload progress: {"loaded":20971520,"part":2,"Key":"snapshot/app_07fd2189-9378-4a35-b18d-5cef77461fb1.tar.gz.enc","Bucket":"25fc748e-lvcl-backup"}
    2025-11-09T07:23:37.143Z box:storage/s3 Upload progress: {"loaded":31457280,"part":3,"Key":"snapshot/app_07fd2189-9378-4a35-b18d-5cef77461fb1.tar.gz.enc","Bucket":"25fc748e-lvcl-backup"}
    2025-11-09T07:23:39.234Z box:storage/s3 Upload progress: {"loaded":41943040,"part":4,"Key":"snapshot/app_07fd2189-9378-4a35-b18d-5cef77461fb1.tar.gz.enc","Bucket":"25fc748e-lvcl-backup"}
    2025-11-09T07:23:39.425Z box:storage/s3 Upload progress: {"loaded":52428800,"part":5,"Key":"snapshot/app_07fd2189-9378-4a35-b18d-5cef77461fb1.tar.gz.enc","Bucket":"25fc748e-lvcl-backup"}
    
    girishG Offline
    girishG Offline
    girish
    Staff
    wrote last edited by
    #98

    @WiseMetalhead said in Cloudron 9.0 (beta) bug reports:

    It looks like the multipart upload settings for S3-compatible storage aren’t working as expected.

    This works for me on DO Spaces and AWS S3. Which storage provider are you using? I can test with that. Amazon created a new module for S3 uploads and we had to switch over the node module, maybe there is some incompatibility.

    WiseMetalheadW 1 Reply Last reply
    0
    • SansGuidonS Offline
      SansGuidonS Offline
      SansGuidon
      wrote last edited by
      #99

      Thanks @girish, this will work 🙂

      About me / Now

      1 Reply Last reply
      0
      • girishG girish

        @WiseMetalhead said in Cloudron 9.0 (beta) bug reports:

        It looks like the multipart upload settings for S3-compatible storage aren’t working as expected.

        This works for me on DO Spaces and AWS S3. Which storage provider are you using? I can test with that. Amazon created a new module for S3 uploads and we had to switch over the node module, maybe there is some incompatibility.

        WiseMetalheadW Offline
        WiseMetalheadW Offline
        WiseMetalhead
        translator
        wrote last edited by
        #100

        @girish said in Cloudron 9.0 (beta) bug reports:

        Which storage provider are you using?

        I’m trying to use an S3 API Compatible (v4) provider.

        girishG 1 Reply Last reply
        0
        • WiseMetalheadW WiseMetalhead

          @girish said in Cloudron 9.0 (beta) bug reports:

          Which storage provider are you using?

          I’m trying to use an S3 API Compatible (v4) provider.

          girishG Offline
          girishG Offline
          girish
          Staff
          wrote last edited by
          #101

          @WiseMetalhead yes, but which service or set up specifically? (or is this confidential?). How can we reproduce this?

          WiseMetalheadW 1 Reply Last reply
          1
          • girishG girish

            @WiseMetalhead yes, but which service or set up specifically? (or is this confidential?). How can we reproduce this?

            WiseMetalheadW Offline
            WiseMetalheadW Offline
            WiseMetalhead
            translator
            wrote last edited by
            #102

            @girish said in Cloudron 9.0 (beta) bug reports:

            which service or set up specifically

            It’s a local provider for me, and there’s no specific configuration for it in Cloudron.
            For convenience, I can create a bucket and send you the access details by email so that you can try to reproduce the issue.
            However, if the problem lies in how this provider implements S3 compatibility, I don’t think it’s worth spending too much time on it.
            Initially, I thought the issue was related to the generic S3 configuration itself.

            girishG 1 Reply Last reply
            0
            • WiseMetalheadW WiseMetalhead

              @girish said in Cloudron 9.0 (beta) bug reports:

              which service or set up specifically

              It’s a local provider for me, and there’s no specific configuration for it in Cloudron.
              For convenience, I can create a bucket and send you the access details by email so that you can try to reproduce the issue.
              However, if the problem lies in how this provider implements S3 compatibility, I don’t think it’s worth spending too much time on it.
              Initially, I thought the issue was related to the generic S3 configuration itself.

              girishG Offline
              girishG Offline
              girish
              Staff
              wrote last edited by
              #103

              @WiseMetalhead yeah, our CI tests object storages of DO, AWS, Vultr, Hetzner, minio .

              For convenience, I can create a bucket and send you the access details by email so that you can try to reproduce the issue.

              Yes please, if that's possible, would be great to understand where the problem is. I suspect this issue will get eventually hit by someone.

              WiseMetalheadW 1 Reply Last reply
              0
              • girishG girish

                @WiseMetalhead yeah, our CI tests object storages of DO, AWS, Vultr, Hetzner, minio .

                For convenience, I can create a bucket and send you the access details by email so that you can try to reproduce the issue.

                Yes please, if that's possible, would be great to understand where the problem is. I suspect this issue will get eventually hit by someone.

                WiseMetalheadW Offline
                WiseMetalheadW Offline
                WiseMetalhead
                translator
                wrote last edited by
                #104

                @girish said in Cloudron 9.0 (beta) bug reports:

                Yes please, if that's possible

                I’ve sent the details from my email address vlishchenko****@gmail.com

                1 Reply Last reply
                0
                • jdaviescoatesJ jdaviescoates

                  Have these setting be separated out in Cloudron 9?

                  I wanted to turn of Automatic Platform updates, but leave App updates on:

                  image.png

                  girishG Offline
                  girishG Offline
                  girish
                  Staff
                  wrote last edited by
                  #105

                  @jdaviescoates said in Cloudron 9.0 (beta) bug reports:

                  I wanted to turn of Automatic Platform updates, but leave App updates on:

                  Not yet, have to look into this in coming releases.

                  1 Reply Last reply
                  1
                  • girishG girish

                    I have noticed this on my home server (which does not have a great CPU). The newer backup system adds integrity checks and depending on the CPU power and amount of data this will take more time. Can you tell us CPU info and the how much data you are backing up? If you can tell me how to get an equivalent server (i.e which exact model on netcup), I can test it out directly on that server type.

                    robiR Offline
                    robiR Offline
                    robi
                    wrote last edited by
                    #106

                    @girish Can you simply add another column to the backups page that keeps track of how long each backup ran? Would be very useful!

                    Conscious tech

                    1 Reply Last reply
                    2
                    • KubernetesK Kubernetes

                      After upgrading to Cloudron 9 I cannot send e-mails with Masquerading-Feature. It got disabled for all Domains, but even after enabling it again, my e-mail client (Apple Mail) still fails to send with another e-mailaddress.

                      Logfile of email service:

                      Nov 08 20:45:33 [NOTICE] [1BC2F871-D6E6-46D3-888B-3E7A2D3C716D] [core] connect ip=****** port=51653 local_ip=***** local_port=2587
                      Nov 08 20:45:34 [INFO] [1BC2F871-D6E6-46D3-888B-3E7A2D3C716D] [dns-list] pass:******.combined.mail.abusix.zone
                      Nov 08 20:45:34 [INFO] [1BC2F871-D6E6-46D3-888B-3E7A2D3C716D] [helo.checks] helo_host: smtpclient.apple, pass:bare_ip, dynamic, valid_hostname, host_mismatch, literal_mismatch, fail:rdns_match
                      Nov 08 20:45:34 [INFO] [1BC2F871-D6E6-46D3-888B-3E7A2D3C716D] [spf] identity=helo ip=***** domain="smtpclient.apple" mfrom=<postmaster@smtpclient.apple> result=None
                      Nov 08 20:45:34 [INFO] [1BC2F871-D6E6-46D3-888B-3E7A2D3C716D] [spf] scope: helo, result: None, domain: smtpclient.apple
                      Nov 08 20:45:34 [INFO] [1BC2F871-D6E6-46D3-888B-3E7A2D3C716D] [tls] secured: cipher=ECDHE-ECDSA-AES128-GCM-SHA256 version=TLSv1.2 verified=false
                      Nov 08 20:45:34 [INFO] [1BC2F871-D6E6-46D3-888B-3E7A2D3C716D] [core] hook=unrecognized_command plugin=tls function=upgrade_connection params=STARTTLS retval=OK msg=""
                      Nov 08 20:45:34 [INFO] [1BC2F871-D6E6-46D3-888B-3E7A2D3C716D] [helo.checks] helo_host: smtpclient.apple, pass:bare_ip, dynamic, valid_hostname, host_mismatch, literal_mismatch, fail:rdns_match
                      Nov 08 20:45:34 [INFO] [1BC2F871-D6E6-46D3-888B-3E7A2D3C716D] [cloudron] Authenticated as MYUSER@SOMEDOMAIN.COM
                      Nov 08 20:45:34 [INFO] [1BC2F871-D6E6-46D3-888B-3E7A2D3C716D] [core] hook=unrecognized_command plugin=cloudron function=hook_unrecognized_command params=AUTH retval=OK msg=""
                      Nov 08 20:45:34 [INFO] [1BC2F871-D6E6-46D3-888B-3E7A2D3C716D.1] [core] hook=mail plugin=cloudron function=authorize_mail_from params=<MASKED@SOMEDOMAIN.COM> retval=DENY msg="Authenticated user MYUSER@SOMEDOMAIN.COM cannot send mail as MASKED@SOMEDOMAIN.COM"
                      Nov 08 20:45:34 [NOTICE] [1BC2F871-D6E6-46D3-888B-3E7A2D3C716D.1] [core] sender <MASKED@SOMEDOMAIN.COM> code=DENY msg="Authenticated user MYUSER@SOMEDOMAIN.COM cannot send mail as MASKED@SOMEDOMAIN.COM"
                      Nov 08 20:45:34 [NOTICE] [1BC2F871-D6E6-46D3-888B-3E7A2D3C716D.1] [core] disconnect ip=***** rdns=****.t-ipconnect.de helo=smtpclient.apple relay=Y early=N esmtp=Y tls=Y pipe=N errors=0 txns=1 rcpts=0/0/0 msgs=0/0/0 bytes=0 lr="550 Authenticated user MYUSER@SOMEDOMAIN.COM cannot send mail as MASKED@SOMEDOMAIN.COM" time=1.764
                      
                      girishG Offline
                      girishG Offline
                      girish
                      Staff
                      wrote last edited by
                      #107

                      @Kubernetes said in Cloudron 9.0 (beta) bug reports:

                      After upgrading to Cloudron 9 I cannot send e-mails with Masquerading-Feature

                      Thanks for reporting! Indeed that flag is inverted! I have fixed the UI text.

                      Workaround: If you disable it there, I think you will see that masquerading works.

                      1 Reply Last reply
                      2
                      • girishG Offline
                        girishG Offline
                        girish
                        Staff
                        wrote last edited by girish
                        #108

                        @robi this info is there in Backup -> Info dialog (in the global backups). But just noticed it's missing in the App -> Backup -> Info dialog. Will add it there as well.

                        robiR 2 Replies Last reply
                        1
                        • girishG girish

                          @robi this info is there in Backup -> Info dialog (in the global backups). But just noticed it's missing in the App -> Backup -> Info dialog. Will add it there as well.

                          robiR Offline
                          robiR Offline
                          robi
                          wrote last edited by
                          #109

                          @girish Oh, I would have never thought to look there. I think there are too many things hidden in the 3dots menus. I'd like to see the duration in the system backups list, we don't need the long form Date column there. Can we tighten that up?

                          Conscious tech

                          1 Reply Last reply
                          0
                          • girishG girish

                            @robi this info is there in Backup -> Info dialog (in the global backups). But just noticed it's missing in the App -> Backup -> Info dialog. Will add it there as well.

                            robiR Offline
                            robiR Offline
                            robi
                            wrote last edited by
                            #110

                            @girish what is the first column described by the file cabinet/box icon there? How is it sorting the list when clicked on? Should it even be there, or somewhere above the list?

                            57b30493-5d1b-4d67-b172-7490415116df-image.png

                            Conscious tech

                            1 Reply Last reply
                            0
                            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