mc error
mc: <ERROR>
config is not a recognized command. Get help using --help flag
config has been deprecated. According to another forum, mc alias set is the command, mc config host add has been deprecated for the last 5yrs.7 Replies
Remember to use /solved to mark your thread as solved once your question is answered.
Hey, are you trying to configure an alias and configure CORS in MinIO?
not trying to do anything new, I only updated and was running compose --build.
I ran into this a few weeks ago. The latest version of minio and provision no longer supports the config command. You will need to roll back your minio and minio-provision images in your compose file using static release tags that don’t update. Example: https://github.com/dennysubke/dennys-umbrel-app-store/blob/master/denny-ente-photos/docker-compose.yml
GitHub
dennys-umbrel-app-store/denny-ente-photos/docker-compose.yml at mas...
Community App Store for Umbrel. This store is not maintained by the Umbrel team. - dennysubke/dennys-umbrel-app-store
Yes, that works, but still think "scripts/compose/minio-provision.sh" needs updating to the right commands
Yeah CLI underwent some revamps where config doesn't work, you would have to use mc admin config for commands instead, please try that and let us know
Hey @Reorder3003 can this be marked as solved?