script needs to be updated
francescosparivero opened this issue · 4 comments
Hi all,
the mushop-basic-stack-v1.1.0.zip needs to be updated since it will try to launch an ATP db instance version 18c which is not longer supported.
Therefore when you will try to launch the script it will fail.
In order to solve the problem, please, you should modify the following parameter:
In atp.tf file, add a new parameter (it can be put above the "db_workload") as
db_version = "19c"
Save the script, zipped again and try to launch the terraform script and this will fix the issue on https://github.com/oracle-quickstart/oci-cloudnative
Scripts have been updated already. You can find the v1.1.2 pre-release under the /releases.
The PR #181 will also include the change to support the new regions (And any new that come up).
This PR also will update the README with the new stack.
Please, download the new stack with the updated from here: https://github.com/oracle-quickstart/oci-cloudnative/releases/download/v1.1.3/mushop-basic-stack-v1.1.3.zip
@francescosparivero - could you ack that the issue is fixed ? This is likely a dupe of #155 and #177
I understand from the varius emails that this issue has been fixed