Unable to upgrade from 3.1.6 to 3.2.3 #6515

Closed
opened 2025-12-29 19:41:51 +01:00 by adam · 0 comments
Owner

Originally created by @svetlinski on GitHub (May 26, 2022).

NetBox version

v3.2.3

Python version

3.8

Steps to Reproduce

Apologies if my post is not in the correct section of the site.

I followed all the steps to upgrade from 3.1.6 to 3.2.3 and I believe I haven't missed anything. I kept on getting various errors and I had to install additional Django modules, however, now, I seem to be getting the attached error. For some reason, it looks like I am now using NginX instead of Apache, but that is not much of an issue. Yes, I have already updated the files in sites-available.
image
If I stop NginX and start Apache, I just get a "x.x.x.x refused to connect"

I have already ensured that I am running PSQL version 12.11 and I have manually ran the migration about 5 times in total.
From what I understand. there seems to be a column missing in the database - object_type? Where would that have gone? I have not deleted it manually...

netbox=> SELECT * FROM extras_customfield;
id | type | name | label | description | required | filter_logic | default | weight | validation_minimum | validation_maximum | validation_regex | choices | created | last_updated
----+------+------+-------+-------------+----------+--------------+---------+--------+--------------------+--------------------+------------------+---------+---------+--------------
(0 rows)

(END)

Any help is much appreciated.

Expected Behavior

Login page should load

Observed Behavior

Error page loads instead.

Originally created by @svetlinski on GitHub (May 26, 2022). ### NetBox version v3.2.3 ### Python version 3.8 ### Steps to Reproduce Apologies if my post is not in the correct section of the site. I followed all the steps to upgrade from 3.1.6 to 3.2.3 and I believe I haven't missed anything. I kept on getting various errors and I had to install additional Django modules, however, now, I seem to be getting the attached error. For some reason, it looks like I am now using NginX instead of Apache, but that is not much of an issue. Yes, I have already updated the files in sites-available. ![image](https://user-images.githubusercontent.com/99681269/170381131-817ce32b-ceec-4e9c-a68f-d020616dd159.png) If I stop NginX and start Apache, I just get a "x.x.x.x refused to connect" I have already ensured that I am running PSQL version 12.11 and I have manually ran the migration about 5 times in total. From what I understand. there seems to be a column missing in the database - object_type? Where would that have gone? I have not deleted it manually... netbox=> SELECT * FROM extras_customfield; id | type | name | label | description | required | filter_logic | default | weight | validation_minimum | validation_maximum | validation_regex | choices | created | last_updated ----+------+------+-------+-------------+----------+--------------+---------+--------+--------------------+--------------------+------------------+---------+---------+-------------- (0 rows) (END) Any help is much appreciated. ### Expected Behavior Login page should load ### Observed Behavior Error page loads instead.
adam closed this issue 2025-12-29 19:41:51 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#6515