You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched github issues to check if my issue already exists
Hosting
Self
Method: docker compose
Budibase Version: master
Describe the bug
When I try to setup docker-compose project the minio-service fails with the message:
minio-service-1 | Incorrect Usage: flag provided but not defined: -console-address
I can succesful run the project moving the port console from command to variable environment:
MINIO_CONSOLE_PORT: 9001command: server /data
To Reproduce
Steps to reproduce the behavior:
download docker-compose.yaml
donwload .env file
run docker-compose up
See error "Incorrect Usage: flag provided but not defined: -console-address"
When you try to create a new app show error: "failed to create store"
Expected behavior
I expected the project run without error and create an app successfully.
Screenshots
minio-service-1 | NAME:
minio-service-1 | minio server - start object storage server
minio-service-1 |
minio-service-1 | USAGE:
minio-service-1 | minio server [FLAGS] DIR1 [DIR2..]
minio-service-1 | minio server [FLAGS] DIR{1...64}
minio-service-1 | minio server [FLAGS] DIR{1...64} DIR{65...128}
minio-service-1 |
minio-service-1 | DIR:
minio-service-1 | DIR points to a directory on a filesystem. When you want to combine
minio-service-1 | multiple drives into a single large system, pass one directory per
minio-service-1 | filesystem separated by space. You may also use a '...' convention
minio-service-1 | to abbreviate the directory arguments. Remote directories in a
minio-service-1 | distributed setup are encoded as HTTP(s) URIs.
minio-service-1 |
minio-service-1 | FLAGS:
minio-service-1 | --address value bind to a specific ADDRESS:PORT, ADDRESS can be an IP or hostname (default: ":9000")
minio-service-1 | --certs-dir value, -S value path to certs directory (default: "/root/.minio/certs")
minio-service-1 | --quiet disable startup information
minio-service-1 | --anonymous hide sensitive information from logging
minio-service-1 | --json output server logs and startup information in json format
minio-service-1 | --help, -h show help
minio-service-1 |
minio-service-1 | EXAMPLES:
minio-service-1 | 1. Start minio server on "/home/shared" directory.
minio-service-1 | $ minio server /home/shared
minio-service-1 |
minio-service-1 | 2. Start single node server with 64 local drives "/mnt/data1" to "/mnt/data64".
minio-service-1 | $ minio server /mnt/data{1...64}
minio-service-1 |
minio-service-1 | 3. Start distributed minio server on an 32 node setup with 32 drives each, run following command on all the nodes
minio-service-1 | $ export MINIO_ROOT_USER=minio
minio-service-1 | $ export MINIO_ROOT_PASSWORD=miniostorage
minio-service-1 | $ minio server http://node{1...32}.example.com/mnt/export{1...32}
minio-service-1 |
minio-service-1 | 4. Start distributed minio server in an expanded setup, run the following command on all the nodes
minio-service-1 | $ export MINIO_ROOT_USER=minio
minio-service-1 | $ export MINIO_ROOT_PASSWORD=miniostorage
minio-service-1 | $ minio server http://node{1...16}.example.com/mnt/export{1...32} \
minio-service-1 | http://node{17...64}.example.com/mnt/export{1...64}
minio-service-1 | Incorrect Usage: flag provided but not defined: -console-address
App Export
Desktop (please complete the following information):
OS: [e.g. iOS] Gnu/Linux
Browser [e.g. chrome, safari]
Version [e.g. 22]
Additional context
Docker Version: Docker version 20.10.23
Docker compose Version: Docker Compose version 2.32.4
out-of-scopeBeyond the scope of Budibase Customer Success support
1 participant
Converted from issue
This discussion was converted from issue #16001 on April 29, 2025 13:48.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Checklist
Hosting
Describe the bug
When I try to setup docker-compose project the minio-service fails with the message:
minio-service-1 | Incorrect Usage: flag provided but not defined: -console-address
I can succesful run the project moving the port console from command to variable environment:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expected the project run without error and create an app successfully.
Screenshots
App Export
Desktop (please complete the following information):
Additional context
Beta Was this translation helpful? Give feedback.
All reactions