Fixes #19432 - Update PostgreSQL Version in Programming Error Message (#19446)

This commit is contained in:
Martin Hauser
2025-05-09 16:38:47 +02:00
committed by GitHub
parent 127452f4d5
commit d1303f49e6
2 changed files with 2 additions and 1 deletions

View File

@@ -17,7 +17,7 @@
<i class="mdi mdi-alert"></i>
<strong>{% trans "Unsupported PostgreSQL version" %}.</strong>
{% 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 <code>SELECT VERSION()</code>.
{% endblocktrans %}
</p>