Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Tor ColvinTor ColvinReporter
Adam FraserAdam FraserStory Points
5Components
Fix versions
Affects versions
Priority
MajorInstabug
Open Instabug
Details
Details
Assignee
Tor Colvin
Tor ColvinReporter
Adam Fraser
Adam FraserStory Points
5
Components
Fix versions
Affects versions
Priority
Instabug
Open Instabug
PagerDuty
PagerDuty
PagerDuty
Sentry
Sentry
Sentry
Zendesk Support
Zendesk Support
Zendesk Support
Created September 19, 2023 at 4:00 PM
Updated August 31, 2024 at 10:59 AM
Resolved September 27, 2023 at 3:35 PM
Database configs store a "bucket" field - which in most cases points to the "owning" bucket of the config.
This assumption falls apart when a bucket's contents (including dbconfig) are moved to another bucket (via backup/restore or XDCR)
We should enforce the "bucket" field in the dbconfig matches on both insert (which we already do), and on load to prevent backed up/restored buckets from being used by SG unintentionally.
Need to ensure that databases and config config overwrite is allowed for already existing and mismatched configs (e.g. a backup/restored bucket can be used after an explicit update to fix the bucket field)