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. Minio
  3. Minio Backup not working

Minio Backup not working

Scheduled Pinned Locked Moved Solved Minio
miniobackups
16 Posts 5 Posters 4.1k Views 5 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.
  • S savity

    @nebulon I got the newest version and it looks like the issues is by uploading multiple files with gives a 500 back.

    Version:2021-03-26T00:00:41Z
    Version: go1.16.2 | CPUs: 4

    girishG Offline
    girishG Offline
    girish
    Staff
    wrote on last edited by
    #7

    @savity Are you running minio on the PI? (seems so from the path). Are you able to reproduce this issue when running minio on x86/some VPS? It seems to be something file system related with minio. Seems to me that some fs operation is not working with multipart uploads. Though it doesn't explain what the error is.

    Maybe you can ask their issue tracker about it.

    S 1 Reply Last reply
    0
    • girishG Offline
      girishG Offline
      girish
      Staff
      wrote on last edited by
      #8

      Trying to debug the backtrace a bit for fun:

      https://github.com/minio/minio/blob/RELEASE.2021-03-26T00-00-41Z/cmd/object-handlers.go#L2272 seems to be last point of error. It seems somewhere in https://github.com/minio/minio/blob/7be71094710b966be624f10eeea25df02660493e/cmd/fs-v1-multipart.go#L369 failed

      S 1 Reply Last reply
      1
      • girishG girish

        @savity Are you running minio on the PI? (seems so from the path). Are you able to reproduce this issue when running minio on x86/some VPS? It seems to be something file system related with minio. Seems to me that some fs operation is not working with multipart uploads. Though it doesn't explain what the error is.

        Maybe you can ask their issue tracker about it.

        S Offline
        S Offline
        savity
        wrote on last edited by
        #9

        @girish Yes it is a PI and i am always updates, i guess this is since the last minio update.
        Sorry i dont have another vps 😄

        1 Reply Last reply
        0
        • girishG girish

          Trying to debug the backtrace a bit for fun:

          https://github.com/minio/minio/blob/RELEASE.2021-03-26T00-00-41Z/cmd/object-handlers.go#L2272 seems to be last point of error. It seems somewhere in https://github.com/minio/minio/blob/7be71094710b966be624f10eeea25df02660493e/cmd/fs-v1-multipart.go#L369 failed

          S Offline
          S Offline
          savity
          wrote on last edited by
          #10

          @girish said in Minio Backup not working:

          Trying to debug the backtrace a bit for fun:
          https://github.com/minio/minio/blob/RELEASE.2021-03-26T00-00-41Z/cmd/object-handlers.go#L2272 seems to be last point of error. It seems somewhere in https://github.com/minio/minio/blob/7be71094710b966be624f10eeea25df02660493e/cmd/fs-v1-multipart.go#L369 failed

          Still have it in the newest Minio Version and Cloudron Version

          Vaultwarden Backup Works, but Nextcloud not

          girishG 1 Reply Last reply
          0
          • S savity

            @girish said in Minio Backup not working:

            Trying to debug the backtrace a bit for fun:
            https://github.com/minio/minio/blob/RELEASE.2021-03-26T00-00-41Z/cmd/object-handlers.go#L2272 seems to be last point of error. It seems somewhere in https://github.com/minio/minio/blob/7be71094710b966be624f10eeea25df02660493e/cmd/fs-v1-multipart.go#L369 failed

            Still have it in the newest Minio Version and Cloudron Version

            Vaultwarden Backup Works, but Nextcloud not

            girishG Offline
            girishG Offline
            girish
            Staff
            wrote on last edited by
            #11

            @savity is this rsync or tgz? If it's rsync, maybe try lowering all the limits in the Backups configure UI. Maybe the pi is unable to handle fast requests.

            1 Reply Last reply
            0
            • robiR Offline
              robiR Offline
              robi
              wrote on last edited by
              #12

              Could this be a memory constraint issue on the Pi?

              Conscious tech

              1 Reply Last reply
              0
              • CraigGoodspeedC Offline
                CraigGoodspeedC Offline
                CraigGoodspeed
                wrote on last edited by
                #13

                Random thought but check permissions on the folder(/home/pi/data/.minio.sys/multipart/57fac6043320d82c0dc8e5332bbf92a93d28feab70e7de8bfaf6a3ea333d99aa/74f2a374-0090-44b8-8126-1f35d785abb7/), I ran into the same issue today.

                Turned out to be permissions issue.

                To verify run minio with sudo, this is a quick fix and should not be left like this.

                In my scenario i was running minio on a mount was formatted as NTFS and hence i could not set permissions on the disk.

                1 Reply Last reply
                0
                • robiR Offline
                  robiR Offline
                  robi
                  wrote on last edited by
                  #14

                  Perhaps there should be a permissions check script that puts warnings in the logs.

                  Conscious tech

                  S 1 Reply Last reply
                  1
                  • robiR robi

                    Perhaps there should be a permissions check script that puts warnings in the logs.

                    S Offline
                    S Offline
                    savity
                    wrote on last edited by
                    #15

                    @robi @CraigGoodspeed To laate 🙂 After this here https://github.com/minio/minio/issues/12779 @girish
                    I decided to buy a synology make Raid change the Filesystem and do my backups on a Minio Docker.
                    Still don't get the answer thath it is the Harddrive why it was always possible making backups from "Vaultwarden" but not Nextcloud

                    1 Reply Last reply
                    1
                    • girishG Offline
                      girishG Offline
                      girish
                      Staff
                      wrote on last edited by
                      #16

                      The upstream answer is good to know that minio won't work on FUSE.

                      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