Startrekzky commented on code in PR #144: URL: https://github.com/apache/incubator-devlake-helm-chart/pull/144#discussion_r1260958048
########## README.md: ########## @@ -47,11 +48,21 @@ Then you can visit: config-ui by url `http://YOUR-NODE-IP:30090` grafana by url `http://YOUR-NODE-IP:30091` -## Update +## Upgrade + +Note: +If you're upgrading from DevLake v0.17.x or earlier versions to v0.18.x or later versions: + +1. Please copy the ENCODE_KEY value from /app/config/.env of the lake pod (eg: devlake-lake-0), and replace <ENCRYPTION_SECRET> of below upgrade cmd. Review Comment: Can you update to: 1. Copy the ENCODE_KEY value from `/app/config/.env` of the lake pod (e.g. devlake-lake-0), and replace the <ENCRYPTION_SECRET> in the upgrade command below. ########## README.md: ########## @@ -47,11 +48,21 @@ Then you can visit: config-ui by url `http://YOUR-NODE-IP:30090` grafana by url `http://YOUR-NODE-IP:30091` -## Update +## Upgrade + +Note: +If you're upgrading from DevLake v0.17.x or earlier versions to v0.18.x or later versions: + +1. Please copy the ENCODE_KEY value from /app/config/.env of the lake pod (eg: devlake-lake-0), and replace <ENCRYPTION_SECRET> of below upgrade cmd. + +2. You will encounter below error when upgrading, that's because the build-in grafana will be replaced by the official grafana dependency. +You may need to delete the grafana deployment firstly, please save your data before deleting if data isn't saved in a persistent volume or hostpath. Review Comment: Can you update to: You may need to delete the grafana deployment first. Please save your data in a persistent volume or hostpath before deleting it. ########## README.md: ########## @@ -47,11 +48,21 @@ Then you can visit: config-ui by url `http://YOUR-NODE-IP:30090` grafana by url `http://YOUR-NODE-IP:30091` -## Update +## Upgrade + +Note: +If you're upgrading from DevLake v0.17.x or earlier versions to v0.18.x or later versions: + +1. Please copy the ENCODE_KEY value from /app/config/.env of the lake pod (eg: devlake-lake-0), and replace <ENCRYPTION_SECRET> of below upgrade cmd. + +2. You will encounter below error when upgrading, that's because the build-in grafana will be replaced by the official grafana dependency. Review Comment: Can you update to: 2. You may encounter the below error when upgrading because the built-in grafana has been replaced by the official grafana dependency. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
