mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-13 16:47:34 -06:00
This commit is contained in:
parent
127452f4d5
commit
d1303f49e6
@ -53,6 +53,7 @@ If a new Django release is adopted or other major dependencies (Python, PostgreS
|
|||||||
|
|
||||||
* Update the installation guide (`docs/installation/index.md`) with the new minimum versions.
|
* Update the installation guide (`docs/installation/index.md`) with the new minimum versions.
|
||||||
* Update the upgrade guide (`docs/installation/upgrading.md`) for the current version accordingly.
|
* Update the upgrade guide (`docs/installation/upgrading.md`) for the current version accordingly.
|
||||||
|
* Update the minimum PostgreSQL version in the programming error template (`netbox/templates/exceptions/programming_error.html`).
|
||||||
|
|
||||||
### Manually Perform a New Install
|
### Manually Perform a New Install
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
<i class="mdi mdi-alert"></i>
|
<i class="mdi mdi-alert"></i>
|
||||||
<strong>{% trans "Unsupported PostgreSQL version" %}.</strong>
|
<strong>{% trans "Unsupported PostgreSQL version" %}.</strong>
|
||||||
{% blocktrans trimmed %}
|
{% 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>.
|
NetBox's credentials and issuing a query for <code>SELECT VERSION()</code>.
|
||||||
{% endblocktrans %}
|
{% endblocktrans %}
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user