Server error mentionning wrong PostgreSQL requirement #11140

Closed
opened 2025-12-29 21:40:53 +01:00 by adam · 2 comments
Owner

Originally created by @AnythingOverIP on GitHub (May 7, 2025).

Originally assigned to: @pheus on GitHub.

Deployment Type

Self-hosted

NetBox Version

v4.3.0

Python Version

3.10

Steps to Reproduce

  1. Install v4.3.0
  2. import a database from a previous version and start netbox services without running the "manage.py migrate" script
  3. witness the error message:

Expected Behavior

as per https://github.com/netbox-community/netbox/issues/18820, the error should mention " Ensure that PostgreSQL version 14 or later is in use."

Observed Behavior

Error message mention " Ensure that PostgreSQL version 12 or later is in use."
Image

Originally created by @AnythingOverIP on GitHub (May 7, 2025). Originally assigned to: @pheus on GitHub. ### Deployment Type Self-hosted ### NetBox Version v4.3.0 ### Python Version 3.10 ### Steps to Reproduce 1. Install v4.3.0 2. import a database from a previous version and start netbox services without running the "manage.py migrate" script 3. witness the error message: ### Expected Behavior as per https://github.com/netbox-community/netbox/issues/18820, the error should mention " Ensure that PostgreSQL version 14 or later is in use." ### Observed Behavior Error message mention " Ensure that PostgreSQL version 12 or later is in use." ![Image](https://github.com/user-attachments/assets/8efa243b-caab-4af0-9d58-51ee460a02a3)
adam added the type: bugstatus: acceptedseverity: low labels 2025-12-29 21:40:53 +01:00
adam closed this issue 2025-12-29 21:40:53 +01:00
Author
Owner

@arthanson commented on GitHub (May 8, 2025):

looks like in programming_error.html - very quick to fix.

@arthanson commented on GitHub (May 8, 2025): looks like in programming_error.html - very quick to fix.
Author
Owner

@pheus commented on GitHub (May 8, 2025):

I'd be happy to contribute this. Would it be possible to assign the issue to me?

Thanks!

@pheus commented on GitHub (May 8, 2025): I'd be happy to contribute this. Would it be possible to assign the issue to me? Thanks!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#11140