Installation failed on CentOS 7.9 64bit #5669
-
Hi Everybody I encountered a netbox installation. My system is CentOS 7.9 64bit. According to the netbox documentation, both pg and redis are installed and tested, but an error is reported during the execution of the upgrade script. Environment
Steps to ReproduceExpected BehaviorObserved Behaviorerr info: The above exception was the direct cause of the following exception: Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Did you check to make sure the Postgres (and Redis) versions installed are at least the minimum required versions? WITH ORDINALITY is a Postgres 9.4 feature, and NetBox requires 9.6 or later (per the install docs), so yours may be too old. |
Beta Was this translation helpful? Give feedback.
Did you check to make sure the Postgres (and Redis) versions installed are at least the minimum required versions? WITH ORDINALITY is a Postgres 9.4 feature, and NetBox requires 9.6 or later (per the install docs), so yours may be too old.