bug: database-1 fails to load #82

Open
opened 2026-02-16 12:51:22 -05:00 by yindo · 8 comments
Owner

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 minio successfully.

Waiting minio...

The cluster 'minio' is ready

Bucket created successfully minio/revolt-uploads.

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: <ERROR> Couldn't construct anonymous client for `minio`. No valid configuration found for 'minio' host alias. mc: <ERROR> 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: <ERROR> Couldn't construct anonymous client for `minio`. No valid configuration found for 'minio' host alias. Added `minio` successfully. Waiting minio... The cluster 'minio' is ready Bucket created successfully `minio/revolt-uploads`.
yindo added the bug label 2026-02-16 12:51:22 -05:00
Author
Owner

@towade commented on GitHub (Jan 28, 2025):

same problem here

@towade commented on GitHub (Jan 28, 2025): same problem here
Author
Owner

@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?

@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?
Author
Owner

@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

Image
Image

@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 ![Image](https://github.com/user-attachments/assets/7399eca0-312a-48f5-b304-611038c744da) ![Image](https://github.com/user-attachments/assets/1e648bf3-92e5-4991-9a18-520a03e3ae09)
Author
Owner

@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): I have also tried using the generate_config.sh to set the local ip address as the domain but still cannot connect to it
Author
Owner

@RomanNum3ral commented on GitHub (Feb 9, 2025):

normally revolt -database-1 fails but I have been trying to get everything to load properly

Image

@RomanNum3ral commented on GitHub (Feb 9, 2025): normally revolt -database-1 fails but I have been trying to get everything to load properly ![Image](https://github.com/user-attachments/assets/987798dc-8932-4eef-9ca9-aab6308fa4db)
Author
Owner

@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.

@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.
Author
Owner

@RomanNum3ral commented on GitHub (Apr 13, 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.

Never got it working but will dig deep this summer

@RomanNum3ral commented on GitHub (Apr 13, 2025): > [@RomanNum3ral](https://github.com/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. Never got it working but will dig deep this summer
Author
Owner

@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;

@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;`
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: stoatchat/self-hosted#82