From 0d57c2b4529b7f709bb72a89c4a95b268ba52d9d Mon Sep 17 00:00:00 2001 From: Bill Buchan Date: Wed, 6 Dec 2023 10:02:24 +0000 Subject: [PATCH] Remove Obsolete DELIUS_API_POOL Account --- ansible/roles/oracle-db-duplicate/files/rman_duplicate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/oracle-db-duplicate/files/rman_duplicate.sh b/ansible/roles/oracle-db-duplicate/files/rman_duplicate.sh index 407cf3be1..b218341de 100644 --- a/ansible/roles/oracle-db-duplicate/files/rman_duplicate.sh +++ b/ansible/roles/oracle-db-duplicate/files/rman_duplicate.sh @@ -334,7 +334,7 @@ restore_db_passwords () { SYSTEMDBUSERS=(sys system dbsnmp) if [ "$HMPPS_ROLE" = "delius" ] then - DBUSERS+=(delius_app_schema delius_pool delius_analytics_platform gdpr_pool delius_api_pool delius_audit_pool mms_pool contact_search_pool) + DBUSERS+=(delius_app_schema delius_pool delius_analytics_platform gdpr_pool delius_audit_dms_pool mms_pool contact_search_pool) # Add Probation Integration Services by looking up the Usernames by their path in the SSM Parameter Store (there may be several of these) # Note that the name contains hyphens in the parameter store, but the actual DB account uses underscores in place of these SSMNAME="/${ENVIRONMENT}/${APPLICATION}/probation-integration/"