Minio not Use /app/data
-
Suggestion - I've moved my minio to a volume (so not using /app/data for anything except env.sh).
The app itself is find with that (assuming permissions are good). However, the start file and the minio-credentials helper tools don't really like things not being /app/data/data.Suggestion would be to leverage that ARGS path in env.sh for everything where paths are set down.
-
Suggestion - I've moved my minio to a volume (so not using /app/data for anything except env.sh).
The app itself is find with that (assuming permissions are good). However, the start file and the minio-credentials helper tools don't really like things not being /app/data/data.Suggestion would be to leverage that ARGS path in env.sh for everything where paths are set down.
-
@doodlemania2 Is the reason to do this to avoid backing up minio?
-
@girish Yep - in fact, in this instance, it's me backing up my Cloudron

I know I could just go to an NFS share, but this is more fun.@doodlemania2 Right, also see https://forum.cloudron.io/topic/3899/how-to-use-volumes-in-minio . We will try to fix the backup issue somehow instead of making minio use volumes.
-
@doodlemania2 Right, also see https://forum.cloudron.io/topic/3899/how-to-use-volumes-in-minio . We will try to fix the backup issue somehow instead of making minio use volumes.
-
@doodlemania2 Right, also see https://forum.cloudron.io/topic/3899/how-to-use-volumes-in-minio . We will try to fix the backup issue somehow instead of making minio use volumes.
@girish It's no problem - just a tad bit of overhead and I use the S3 for other backups anyways.
Yeah, the volumes work great - in my instance it looks like this:
-External hard drive via USB3 hooked to physical box
-Hard drive volume created on physical box with an 8 TB VHDX on there.
-8TB VHDX passed through to Cloudron VM
-Cloudron VM mounts it as an xfs target
-Pass mount (the /mnt requirement tripped me up but is smart to require it) to Cloudron
-Mount volume into Minio container (/media/backuptarget)
-Reconfigure minio to default to /media/backuptarget instead of /app/data/data
BOOM(The last bit is why minio CLI's fuss cause /app/data/data is hardcoded in a few places).
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login