You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cd3_automation_toolkit/documentation/user_guide/Upgrade_Toolkit.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Steps to Upgrade Your Toolkit (For Existing Customers using older versions):
2
2
3
+
## Upgrade to Release v12.1 from v12
4
+
1. Follow the steps in [Launch Docker Container](/cd3_automation_toolkit/documentation/user_guide/Launch_Docker_container.md) to build new image with latest code and launch the container by specifying same path for <directory_in_local_system_where_the_files_must_be_generated> to keep using same outdir.
5
+
2. Copy sddc.tf from _/cd3user/oci_tools/cd3\_automation\_toolkit/user-scripts/terraform_files/_ <b>to</b> _/cd3user/tenancies/<customer\_name>/terraform\_files/<region\_dir>/<ocvs>_.
6
+
3. Copy the contents of modules directory from _/cd3user/oci_tools/cd3\_automation\_toolkit/user-scripts/terraform_files/modules/_ <b>to</b> _/cd3user/tenancies/<customer\_name>/terraform\_files/<region\_dir>_.
7
+
4. Copy the <b>sddcs</b> variable block from _/cd3user/oci_tools/cd3\_automation\_toolkit/user-scripts/terraform_files/variables_example.tf_ and replace it in your variables_\<region>.tf file
8
+
3
9
## Upgrade to Release v12
4
10
1. Follow the steps in Launch Docker Container to build new image with latest code and launch the container by specifying new path for <directory_in_local_system_where_the_files_must_be_generated> to create a fresh outdir.
5
11
2. Use Non Greenfield workflow to export the required OCI services into new excel sheet and the tfvars. Run terraform import commands also.
0 commit comments