Revert bug fix for #21747 #51

Closed
opened 2026-04-05 16:21:20 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @jeremystretch on 3/30/2026

NetBox Edition

NetBox Community

NetBox Version

v4.5.5

Python Version

3.12

Steps to Reproduce

Upon further evaluation, the fix for bug NB-2580 has been determined insufficient to address the underlying issue: The current SQL transaction is aborted immediately, so catching the ProgrammingError exception doesn't help. I'm submitting this issue to track the reversion of the presumed fix to restore the search cache handler to its original behavior.

Expected Behavior

N/A

Observed Behavior

N/A

*Originally created by @jeremystretch on 3/30/2026* ### NetBox Edition NetBox Community ### NetBox Version v4.5.5 ### Python Version 3.12 ### Steps to Reproduce Upon further evaluation, the fix for bug [NB-2580](https://linear.app/netboxlabs/issue/NB-2580/the-search-backend-should-silently-fail-on-sql-schema-issues-when) has been determined insufficient to address the underlying issue: The current SQL transaction is aborted immediately, so catching the ProgrammingError exception doesn't help. I'm submitting this issue to track the reversion of the presumed fix to restore the search cache handler to its original behavior. ### Expected Behavior N/A ### Observed Behavior N/A
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/netbox#51