mirror of
https://github.com/stoatchat/self-hosted.git
synced 2026-07-21 04:25:24 -04:00
bug: curl missing from latest release of minio/mc, causes errors starting. #48
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Malte0621 on GitHub (Oct 28, 2023).
What happened?
When pulling and starting the self-hosted version of revolt using docker, the
minio/mcimage spams errors that says "curl" is missing. Which is because curl was removed from the latest version ofminio/mc.Temporary solution:
Downgrade
minio/mctoRELEASE.2023-10-24T21-42-22Z.(This is done by changing the
docker-compose.ymlfile like following:(note the added
:RELEASE.2023-10-14T01-57-03Z)Permanent solution:
@Geoxor commented on GitHub (Dec 7, 2023):
indeed, the createbuckets container keeps spamming curl but it doesn't exist causing minio not to work causing S3Errors on the client
@Geoxor commented on GitHub (Dec 7, 2023):
Temporary fix is to change docker-compose.yml to use an older version of minio/mc from 5 months ago when it had curl still
@Malte0621 commented on GitHub (Dec 25, 2023):
I already posted a temporary fix lol (
minio/mc:RELEASE.2023-10-14T01-57-03Zworks as it has curl .-.)@Geoxor commented on GitHub (Jan 2, 2024):
Yeah sorry i didn't see it and figured a fix myself and then noticed you mentioned it
@insertish commented on GitHub (Mar 28, 2024):
Fixed in #80