File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
operator/src/main/resources/scripts Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -712,8 +712,8 @@ function createPrimordialDomain() {
712
712
# recreate the domain if there is an unsafe security update such as admin password update or security roles
713
713
714
714
# Always use the schema password in RCUDbInfo. Since once the password is updated by the DBA. The
715
- # RCU cache table SCHEMA_COMPONENT_INFO stored password will never be correct, and subsequenetly any
716
- # other updates such as admin credenitals or security roles that caused the re-create of the primordial
715
+ # RCU cache table SCHEMA_COMPONENT_INFO stored password will never be correct, and subsequently any
716
+ # other updates such as admin credentials or security roles that caused the re-create of the primordial
717
717
# domain will fail since without this flag set, defaults is to use the RCU cached info. (aka. wlst
718
718
# getDatabaseDefaults).
719
719
#
@@ -724,12 +724,13 @@ function createPrimordialDomain() {
724
724
fi
725
725
fi
726
726
727
- # if the domain is JRF and the schema password has been changed. Set this so that updateDomain will also update
728
- # the RCU password using the RCUDnbinfo
727
+ # if the domain is JRF and the schema password has been changed. Set this so that the changes are persisted
728
+ # in the primordial domain.
729
729
730
730
local rcu_password_updated=" false"
731
731
rcu_password_updated=$( contain_returncode ${diff_rc} ${RCU_PASSWORD_CHANGED} )
732
732
if [ ${WDT_DOMAIN_TYPE} == " JRF" ] && [ ${rcu_password_updated} == " true" ] ; then
733
+ recreate_domain=1
733
734
UPDATE_RCUPWD_FLAG=" -updateRCUSchemaPassword"
734
735
fi
735
736
fi
You can’t perform that action at this time.
0 commit comments