Details
Assignee
Boris IlijicBoris IlijicReporter
Tomasz SpyrkaTomasz SpyrkaReviewer
Sandra RomanchenkoSandra RomanchenkoNeeds QA
YesComponents
Sprint
Fix versions
Priority
Medium
Details
Details
Assignee
Boris Ilijic
Boris IlijicReporter
Tomasz Spyrka
Tomasz SpyrkaReviewer
Sandra Romanchenko
Sandra RomanchenkoNeeds QA
Yes
Components
Sprint
Fix versions
Priority
Smart Checklist
Smart Checklist
Smart Checklist
Created March 18, 2025 at 4:22 PM
Updated yesterday
When we have a database that the name starts with
admin
we may observe incorrect behavior of selective users restoration.Due to the following line the database is skipped for users/roles restoration. I’ve found it problematic in 2 cases:
When restoring a namespace with problematic database name (for example
administration.*
) it makes the database filter empty and ALL the users are restored (includes users from other databases).When restoring multiple namespaces, including the problematic one (for example
administration.*,somedb.*
) it skips theadministation
database in filters and as a result the user related to this database is NOT restored (the other ones are).