Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save prakashsvmx/613f3f6fa3d82c1b0aaa50c640d30ed1 to your computer and use it in GitHub Desktop.
Save prakashsvmx/613f3f6fa3d82c1b0aaa50c640d30ed1 to your computer and use it in GitHub Desktop.
Baremetal-Binary-MinIO-OSS-AISTOR-upgrade.md

The below steps can be followed:

Backup Metadata:

  • mc admin cluster iam export ALIAS
  • mc admin cluster bucket export ALIAS
  • mc admin config export ALIAS >config-backup-ALIAS.txt

Upgrade Steps

  • Please download the license from https://subnet.min.io/health/ and place it in a common location in all nodes of MinIO

  • Grant permission to minio user with permission to the license file.

  • update minio config file : generally /etc/default/minio by adding another env at the end MINIO_LICENSE=<path-to-minio.license> on all minio nodes

  • Also add an env minio config file (/etc/default/minio) MINIO_CONFIG_ENV_FILE=/etc/default/minio - on all nodes

  • replace minio binary with aistor binary https://dl.min.io/aistor/minio/release/linux-amd64/ - ensure permissions for the minio user

  • Restart minio service systemctl restart minio on all nodes at the same time.

  • Run mc support diag ALIAS and share mc admin info ALIAS

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