mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 12:40:24 +03:00
Support in-place upgrades of new minio binary and releases. (#4961)
This PR allows 'minio update' to not only shows update banner but also allows for in-place upgrades. Updates are done safely by validating the downloaded sha256 of the binary. Fixes #4781
This commit is contained in:
committed by
Dee Koder
parent
8c08571cd9
commit
eb7c690ea9
@@ -62,6 +62,9 @@ ENVIRONMENT VARIABLES:
|
||||
REGION:
|
||||
MINIO_REGION: To set custom region. By default it is "us-east-1".
|
||||
|
||||
UPDATE:
|
||||
MINIO_UPDATE: To turn off in-place upgrades, set this value to "off".
|
||||
|
||||
EXAMPLES:
|
||||
1. Start minio server on "/home/shared" directory.
|
||||
$ {{.HelpName}} /home/shared
|
||||
|
||||
Reference in New Issue
Block a user