diff --git a/netbox/templates/exceptions/programming_error.html b/netbox/templates/exceptions/programming_error.html
index fdcbcbda0..e5275a317 100644
--- a/netbox/templates/exceptions/programming_error.html
+++ b/netbox/templates/exceptions/programming_error.html
@@ -17,7 +17,7 @@
{% trans "Unsupported PostgreSQL version" %}.
{% blocktrans trimmed %}
- Ensure that PostgreSQL version 12 or later is in use. You can check this by connecting to the database using
+ Ensure that PostgreSQL version 14 or later is in use. You can check this by connecting to the database using
NetBox's credentials and issuing a query for SELECT VERSION()
.
{% endblocktrans %}