We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd503d6 + d20e521 commit e866da0Copy full SHA for e866da0
engine/pkg/models/configuration.go
@@ -27,4 +27,6 @@ type ConfigProjection struct {
27
RestoreParallelJobs *int64 `proj:"retrieval.spec.logicalRestore.options.parallelJobs"`
28
DumpCustomOptions []interface{} `proj:"retrieval.spec.logicalDump.options.customOptions"`
29
RestoreCustomOptions []interface{} `proj:"retrieval.spec.logicalRestore.options.customOptions"`
30
+ IgnoreDumpErrors *bool `proj:"retrieval.spec.logicalDump.options.ignoreErrors"`
31
+ IgnoreRestoreErrors *bool `proj:"retrieval.spec.logicalRestore.options.ignoreErrors"`
32
}
0 commit comments