We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 196c1d7 commit d20e521Copy full SHA for d20e521
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