wso2 / product-is

Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and contributing code, click the link below.
http://wso2.github.io/
Apache License 2.0
746 stars 724 forks source link

[Doc] Upgrading+from+a+Previous+Release #3027

Open shavantha opened 6 years ago

shavantha commented 6 years ago

Issues 1.please explain this in a bit details, at first glance its a bit confusing Copy the following configuration files from the <NEW_IS_HOME> and paste it in the copy of the <OLD_IS_HOME> in the relevant path.

2.Under"Configuration changes: Click here to view the table.." "carbon.xml file stored in the<IS_HOME>/repository/conf/identity folder." but the carbon.xml is not inside the identity folder but the repository/conffolder

3.The document [1] does not discuss about moving any required webapps which could be a required step. [1]https://docs.wso2.com/display/IS550/Upgrading+from+a+Previous+Release

4.We need to mention changed on api-manager.xml

5.From IS-KM5.3.0 to IS-KM5.5.0 just moving the user-mgt.xml wont work as the below property needs to be added. <Property name="UsernameWithEmailJavaScriptRegEx">^[\S]{3,30}$</Property>

shavantha commented 6 years ago

when we are migrating from 5.3.0 to 5.5.0 other than the below two files[1] we also need to mention to move the below 3 files from the to the conf folder [1] files mentioned on the docs

/repository/conf/carbon.properties /repository/conf/consent-mgt-config.xml /repository/conf/identity/charon-config.xml /repository/conf/security/balana-config.xml /repository/conf/scim2-schema-extension.config