mirror of
https://github.com/stoatchat/self-hosted.git
synced 2026-07-21 12:35:23 -04:00
bug: database-1 fails to load #82
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 @RomanNum3ral on GitHub (Dec 24, 2024).
What happened?
I cannot figure out what the issue is that causes revolt to fail to load
mc: Couldn't construct anonymous client for
minio. No valid configuration found for 'minio' host alias.mc: Unable to initialize new alias from the provided credentials. Get "http://minio:9000/probe-bsign-cnial6czy5mvjgsmlbeqbnziwvcwqn/?location=": dial tcp 172.18.0.8:9000: connect: connection refused.
Waiting minio...
mc: Couldn't construct anonymous client for
minio. No valid configuration found for 'minio' host alias.Added
miniosuccessfully.Waiting minio...
The cluster 'minio' is ready
Bucket created successfully
minio/revolt-uploads.@towade commented on GitHub (Jan 28, 2025):
same problem here
@insertish commented on GitHub (Feb 9, 2025):
What is the issue here?
The output provided is expected, the createbuckets script waits for minIO then creates the bucket.
I assume the instance is not working regardless, can you describe the problem in more detail?
@RomanNum3ral commented on GitHub (Feb 9, 2025):
I am trying to setup revolt behind a cloudflare gateway but when I try to access either through the domain or locally with the ip address of the machine, it does not connect. I used the domain it will have through cloudflare with the generate_config.sh
@RomanNum3ral commented on GitHub (Feb 9, 2025):
I have also tried using the generate_config.sh to set the local ip address as the domain but still cannot connect to it
@RomanNum3ral commented on GitHub (Feb 9, 2025):
normally revolt -database-1 fails but I have been trying to get everything to load properly
@kftX commented on GitHub (Mar 31, 2025):
@RomanNum3ral Did you ever get this fixed? I'm curious as I was trying to spin up Revolt on my own unraid system and came to this issue too.
@RomanNum3ral commented on GitHub (Apr 13, 2025):
Never got it working but will dig deep this summer
@msparkles commented on GitHub (May 28, 2025):
In
compose.yml,services.createbuckets.entrypoint:change
/usr/bin/mc config host add minio http://minio:9000 minioautumn minioautumn;to
/usr/bin/mc alias set minio http://minio:9000 minioautumn minioautumn;