Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minio configuration import/export ERROR #3242

Open
harshavardhana opened this issue Feb 25, 2024 · 3 comments
Open

minio configuration import/export ERROR #3242

harshavardhana opened this issue Feb 25, 2024 · 3 comments

Comments

@harshavardhana
Copy link
Member

Discussed in minio/minio#19122

Originally posted by un0of February 24, 2024

check

check

check

minio-server-config-02-25-2024-09-41-02.zip

docker-compose
version: '3' services: minio: image: minio/minio:RELEASE.2024-02-24T17-11-14Z networks: net: ports: - '9001:9001' - '9000:9000' volumes: - 'minio_data:/data' environment: - MINIO_ROOT_USER=root - MINIO_ROOT_PASSWORD=7f9f4758c8a158a0a91e2307b48832d8 - MINIO_ADDR=":9001" - MINIO_NOTIFY_WEBHOOK_ENABLE=on - MINIO_NOTIFY_WEBHOOK_ENDPOINT=http://localhost:9000 command: server --console-address ":9001" /data

@harshavardhana harshavardhana transferred this issue from minio/minio Feb 25, 2024
@harshavardhana
Copy link
Member Author

@dreglad did you modify the config file yourself?

@harshavardhana
Copy link
Member Author

can you share the entire config file used for import here?

@cesnietor
Copy link
Collaborator

@un0of I believe this issue was raised from the original discussion, please share your config file and more info so that we can reproduce and investigate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants