diff --git a/library/src/main/java/bio/terra/landingzone/stairway/flight/create/resource/step/CreatePostgresqlDbStep.java b/library/src/main/java/bio/terra/landingzone/stairway/flight/create/resource/step/CreatePostgresqlDbStep.java index 658aaca14..7353ac4a8 100644 --- a/library/src/main/java/bio/terra/landingzone/stairway/flight/create/resource/step/CreatePostgresqlDbStep.java +++ b/library/src/main/java/bio/terra/landingzone/stairway/flight/create/resource/step/CreatePostgresqlDbStep.java @@ -221,6 +221,7 @@ private void enablePgBouncer(String mrgName, String postgresName) { 2) Enabling pgbouncer 3) Creating admin user. This particular method works as a global handler for the whole step. But current implementation handles specific Postgres db provisioning issue. */ + @Override protected Optional maybeHandleManagementException(ManagementException e) { final String resourceOperationFailure = "ResourceOperationFailure"; final String internalServerError = "InternalServerError";