Details
Assignee
Boris IlijicBoris IlijicReporter
Tomasz SpyrkaTomasz SpyrkaNeeds QA
YesComponents
Sprint
Fix versions
Priority
Medium
Details
Details
Assignee
Boris Ilijic
Boris IlijicReporter
Tomasz Spyrka
Tomasz SpyrkaNeeds QA
Yes
Components
Sprint
Fix versions
Priority
Smart Checklist
Smart Checklist
Smart Checklist
Created March 18, 2025 at 4:39 PM
Updated yesterday
I’ve not tested the impact of the following code https://github.com/percona/percona-backup-mongodb/blob/main/pbm/snapshot/restore.go#L110-L120 but it looks like it tries to merge 2 slices incorrectly and as a result, it ends up with the “old” slice being used (the one created in the if-bloc is dropped at the end of it).
Due to this behavior defined
config
collections are never excluded (https://go.dev/play/p/Yq4Sna5pVCI )