Upgrading v3.0.0 to v3.3.5 fails #10619
-
I've successfully upgraded NetBox v2.8.9 to v2.11.12 and then to v3.0.0, however, experiencing a failed upgrade from v3.0.0 to v3.3.5 (latest). Any suggestions towards resolution would be appreciated. The server is running Debian 11, PostgreSQL 13.8, Python 3.9.2, Redis 6.0.16 which meets the system requirements. Output of the failed upgrade from v3.0.0 to v3.3.5:
|
Beta Was this translation helpful? Give feedback.
Answered by
kkthxbye-code
Oct 11, 2022
Replies: 1 comment 3 replies
-
Please verify your postgres version by connecting to it and running The error indicates that you are on an old version. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
TBTT
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please verify your postgres version by connecting to it and running
select version();
The error indicates that you are on an old version.