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
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?
The text was updated successfully, but these errors were encountered:
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/
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?
The text was updated successfully, but these errors were encountered: