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

Unable to launch the MINIO url with port 9000 #3

Open
kmrmanish23 opened this issue Jul 19, 2024 · 1 comment
Open

Unable to launch the MINIO url with port 9000 #3

kmrmanish23 opened this issue Jul 19, 2024 · 1 comment

Comments

@kmrmanish23
Copy link

The status of minio.service throws a warning to upgrade the minio to the lastest version ,since the installed version is 2 year Old.
Will the Old version still work for my installation?

@imatthew-nq
Copy link

Hello @kmrmanish23
in my installation, minio version is: MinIO VERSION 2023-01-12T02:06:16Z
which is available in setup_iceberg.sh

##########################################################################################
#  download minio debian package
##########################################################################################
wget https://dl.min.io/server/minio/release/linux-amd64/archive/minio_20230112020616.0.0_amd64.deb -O minio.deb
##########################################################################################
#   install minio
##########################################################################################
sudo dpkg -i minio.deb
.
.
.
#Rest of code which is available in setup_iceberg.sh and just install MinIO server and MC (minIO client)

cause in the script it use .deb file, check your server is Debian base like Ubuntu.
and if it is debian base, then set up and install minio manually first.
you can download available versions of minio from this repo:
https://dl.min.io/server/minio/release/linux-amd64/archive/

my server is: ubuntu 20.04

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

No branches or pull requests

2 participants