Error when ugrading netbox 3.2.9 to 3.3.1 with existing data from previous version #6884

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

Originally created by @zurcoileh on GitHub (Aug 26, 2022).

NetBox version

v3.3.1

Python version

3.8

Steps to Reproduce

  1. Netbox upgrade scritp to 3.3.1
  2. Restore postgreesql with previous version data 3.2.9
  3. Acess netbox home page

Expected Behavior

Netbox is up and no errros on the interface after restore

Observed Behavior

<class 'django.db.utils.ProgrammingError'>

column extras_customfield.group_name does not exist
LINE 1: ...ustomfield"."name", "extras_customfield"."label", "extras_cu...

Originally created by @zurcoileh on GitHub (Aug 26, 2022). ### NetBox version v3.3.1 ### Python version 3.8 ### Steps to Reproduce 1. Netbox upgrade scritp to 3.3.1 2. Restore postgreesql with previous version data 3.2.9 3. Acess netbox home page ### Expected Behavior Netbox is up and no errros on the interface after restore ### Observed Behavior <class 'django.db.utils.ProgrammingError'> column extras_customfield.group_name does not exist LINE 1: ...ustomfield"."name", "extras_customfield"."label", "extras_cu...
adam closed this issue 2025-12-29 19:46:19 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#6884