Alfresco / alfresco-identity-service

Repository for the Alfresco Identity Service
Apache License 2.0
35 stars 32 forks source link

ACS-275: Parametrize upgrade and rollback db version and key #131

Closed sergiuv2020 closed 4 years ago

sergiuv2020 commented 4 years ago

Issue appears on: Identity service chart version: 2.0.1 appVersion: 1.3.0-A1

Identity service fails to upgrade properly with just a simple values change

The backup and restore jobs are failing since the backup job is looking for a posgresql-id secret that only exists in identity 1.1 version.

Making the image and secret key configurable should take care of this issue.

However in addition to that we need to settle on the appropriate default values. Since we got to 1.3 already with this chart and upgrade was purposed for 1.1 > 1.2.

And for going to 1.2 > 1.3 the value for the secret key needs to be postgresql-password as default for both backup and restore.