Skip to content
This repository has been archived by the owner on Mar 25, 2022. It is now read-only.

Associate a Java Service Instance with a different Database Instance #17

Open
mbfrahry opened this issue Mar 27, 2018 · 0 comments
Open
Labels
jcs Java Cloud Service

Comments

@mbfrahry
Copy link
Contributor

The Java Cloud Service now supports changing the database configuration of an existing deployment.

The Associate a Service Instance With a Different Database API can be used to modify the database configuration.

This applies when modifying the database and/or application_database configuration within the weblogic_server block, e.g.

resource "oraclepaas_java_service_instance" "jcs" {
  ...
  weblogic_server {
    ...
    database {
      name     = "new-database-service-instance"
      username = "sys"
      password = "Pa55_Word"
    }
  }
}
@scross01 scross01 added this to the v1.1.0 milestone Mar 27, 2018
@scross01 scross01 modified the milestones: v1.1.0, v1.2.0 May 23, 2018
@scross01 scross01 added the jcs Java Cloud Service label Jun 12, 2018
@scross01 scross01 modified the milestones: v1.2.0, v1.3.0 Jun 20, 2018
@scross01 scross01 modified the milestones: v1.3.0, v1.4.0 Jul 30, 2018
@scross01 scross01 removed this from the v1.4.0 milestone Dec 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
jcs Java Cloud Service
Projects
None yet
Development

No branches or pull requests

2 participants