Skip to content

Commit a34d011

Browse files
committed
fix(templates): Update PostgreSQL version in error message
Updates the programming error message to reflect the correct minimum PostgreSQL version requirement (14 or later), aligning with the changes introduced in v4.3.0.
1 parent 0c04a8d commit a34d011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netbox/templates/exceptions/programming_error.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<i class="mdi mdi-alert"></i>
1818
<strong>{% trans "Unsupported PostgreSQL version" %}.</strong>
1919
{% blocktrans trimmed %}
20-
Ensure that PostgreSQL version 12 or later is in use. You can check this by connecting to the database using
20+
Ensure that PostgreSQL version 14 or later is in use. You can check this by connecting to the database using
2121
NetBox's credentials and issuing a query for <code>SELECT VERSION()</code>.
2222
{% endblocktrans %}
2323
</p>

0 commit comments

Comments
 (0)