1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-02 15:25:07 +00:00

make update possible without the API_DOMAIN

This commit is contained in:
Girish Ramakrishnan
2022-01-21 14:18:25 -08:00
parent 7d38995613
commit 9820e5bf90
4 changed files with 8 additions and 3 deletions

View File

@@ -1011,3 +1011,9 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
* SSE-KMS support was not working with copyObject() refer #13206
* Support UserInfo claims refer #12469
[2.0.0]
* **This is a major update. The changes below are required for the app to work. The newer version of the app has 2 domain names - one for the console (browser UI) and one of the API domain (API/S3 requests). **
* Be sure to take a backup before updating the app.
* Once updated, go to the `Location` view and set the API Domain.
* Update the various apps/servers/code to use the API domain as the backup destination.