Skip to content

Commit d20e521

Browse files
committed
feat: support UI configuration to ignore errors during dump/restore
1 parent 196c1d7 commit d20e521

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

engine/pkg/models/configuration.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,6 @@ type ConfigProjection struct {
2727
RestoreParallelJobs *int64 `proj:"retrieval.spec.logicalRestore.options.parallelJobs"`
2828
DumpCustomOptions []interface{} `proj:"retrieval.spec.logicalDump.options.customOptions"`
2929
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"`
3032
}

0 commit comments

Comments
 (0)