Description
Deployment Type
Self-hosted
NetBox Version
v4.3.0
Python Version
3.10
Steps to Reproduce
- Install v4.3.0
- import a database from a previous version and start netbox services without running the "manage.py migrate" script
- witness the error message:
Expected Behavior
as per #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."