Can't add new device on 3.3-beta2 #6778

Closed
opened 2025-12-29 19:45:18 +01:00 by adam · 1 comment
Owner

Originally created by @Miccia94 on GitHub (Aug 8, 2022).

NetBox version

3.3-beta2

Python version

3.9

Steps to Reproduce

Creating a new device from gut or api

Expected Behavior

Device should be added correctly

Observed Behavior

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

column dcim_interfacetemplate.poe_mode does not exist
LINE 1: ...te"."type", "dcim_interfacetemplate"."mgmt_only", "dcim_inte...

Originally created by @Miccia94 on GitHub (Aug 8, 2022). ### NetBox version 3.3-beta2 ### Python version 3.9 ### Steps to Reproduce Creating a new device from gut or api ### Expected Behavior Device should be added correctly ### Observed Behavior <class 'django.db.utils.ProgrammingError'> column dcim_interfacetemplate.poe_mode does not exist LINE 1: ...te"."type", "dcim_interfacetemplate"."mgmt_only", "dcim_inte...
adam closed this issue 2025-12-29 19:45:18 +01:00
Author
Owner

@jeremystretch commented on GitHub (Aug 8, 2022):

This is not a bug. The error is occurring because your database was not properly migrated. Please try the installation again, following the documentation provided here. If you still require assistance, please open a discussion.

@jeremystretch commented on GitHub (Aug 8, 2022): This is not a bug. The error is occurring because your database was not properly migrated. Please try the installation again, following the documentation provided [here](https://docs.netbox.dev/en/stable/installation/). If you still require assistance, please open a [discussion](https://github.com/netbox-community/netbox/discussions/new).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#6778