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


Skip to content
  • What is a Minio "backup path"

    Solved Support
    5
    1 Votes
    5 Posts
    166 Views
    robiR

    Having to go through a restore, this was baffling with no hints for me too.

    I'll make a Feature Request to make this more obvious in the restore dialogue.

  • Minio set docs update

    Solved Support
    5
    1 Votes
    5 Posts
    61 Views
    girishG

    I have updated the screenshot

  • need help getting a fresh backups

    Solved Support
    10
    0 Votes
    10 Posts
    216 Views
    girishG

    @TheNils If you write to us on support@cloudron, I can debug further. It's not clear what's going on.

  • 0 Votes
    3 Posts
    1k Views
    girishG

    @felixbmmm said in MinIO: Infinite loading when previewing or downloading file:

    I ran MinIO's docker image then access its browser console

    Just to double check, are you even using Cloudron ? This is the forum for the minio package on Cloudron (and not for the upstream docker image). Upstream questions should be posted at https://github.com/minio/minio/discussions

  • 0 Votes
    3 Posts
    254 Views
    girishG

    @savity I can't reproduce this. Do you see any error on the minio side?

  • 0 Votes
    5 Posts
    482 Views
    S

    @girish After rebooting the machine it has been working for three continuous backups - I will report back if this changes. Thanks for your help.

  • Minio Backup not working

    Moved Solved Minio
    16
    0 Votes
    16 Posts
    2k Views
    girishG

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

  • Backup timing out

    Solved Support
    5
    0 Votes
    5 Posts
    443 Views
    girishG

    I will mark this as solved for now but also ack that there is possibly some bug either on minio side or Cloudron side.

  • 0 Votes
    20 Posts
    3k Views
    girishG

    @Gaurav https://docs.cloudron.io/apps/#memory-limit

  • How to use Volumes in Minio?

    Solved Minio
    13
    0 Votes
    13 Posts
    2k Views
    imc67I

    @nebulon for me it is no issue anymore because of the Volumes. In this Minio app I don't share the Volume with other apps and it's not backed up just like I want.

    Hopefully in future releases, like @girish wrote, when they will be backed up there will also be an option to never backup specific Volumes?

  • Backup issues with minio

    Solved Support
    4
    0 Votes
    4 Posts
    536 Views
    S

    @savity Worked Perfekt Thanks

  • Minio backup fails for no reason

    Solved Support
    16
    0 Votes
    16 Posts
    1k Views
    girishG

    @thibaud I replied to you on support@ but the issue is that there is some long file name. The current rsync+encryption backup has some file name length limitation - https://docs.cloudron.io/backups/#encryption . There is a feature request at https://forum.cloudron.io/topic/3057/consider-improvements-to-the-backup-experience-to-support-long-filenames-directory-names .

    Run the following command in /home/yellowtent/appsdata to find the large filenames:

    find . -type f -printf "%f\n" | awk '{ print length(), $0 | "sort -rn" }' | less
  • 1 Votes
    5 Posts
    334 Views
    robiR

    @girish said in Configuring Minio for several use cases:

    @robi said in Configuring Minio for several use cases:

    Several example configs could be provided which can be swapped out for various use cases (only one install needed)
    A new config UI could be adapted from OpenVPN

    Ideally, all this should come from the upstream app (given that it already has a UI). Maybe we can open up a feature request there? I am not sure why their admin ui is so "ignored".

    The UI is just a browser, and not a configuration system ;-/

    We just need to manage our own CLI configs.

    @girish said in Configuring Minio for several use cases:

    I pushed changes to allow custom config in new minio release.

    Thank you!

  • 1 Votes
    4 Posts
    277 Views
    girishG

    @thibaud Are you able to generate credentials for me to test your minio instance? Maybe just create a test bucket for us. Just send them to support@cloudron.io.

    I just tried to setup backups to a minio installed on Cloudron and that works fine.

  • 0 Votes
    4 Posts
    249 Views
    girishG

    @seeker Ah, I see. I think you can actually use minio for this because it looks like you just want file storage? All the standard S3 modules will work with minio and it's very easy to integrate.