Skip to content

Commit e866da0

Browse files
committed
Merge branch 'ignore-errors-ui-config' into 'master'
feat: support UI configuration to ignore errors during dump/restore See merge request postgres-ai/database-lab!730
2 parents dd503d6 + d20e521 commit e866da0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

engine/pkg/models/configuration.go

+2
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)