Skip to content

Commit

Permalink
Backup configuration created for OCID (#8068)
Browse files Browse the repository at this point in the history
Signed-off-by: RajeshPaul38 <rajesh.paul@progress.com>
  • Loading branch information
RajeshPaul38 authored and vivek-yadav committed Jul 20, 2023
1 parent d5b002d commit 9f62839
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion components/automate-deployment/pkg/backup/spec.go
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,13 @@ func DefaultSpecs(serviceNames []string) []Spec {
},
{
Name: "automate-cs-ocid",
WriteMetadata: false,
WriteMetadata: true,
SyncDbsV2: []DatabaseDumpOperationV2{
{
Name: "automate-cs-ocid",
User: "automate-cs-ocid",
},
},
},
{
Name: "automate-cs-oc-erchef",
Expand Down

0 comments on commit 9f62839

Please sign in to comment.