DanSheps/netbox-config-backup

nb3.5.2 update broke plugin

ekrichbaum opened this issue · 1 comments

Plugin version

v1.4.4

NetBox version

v3.5.2

Python version

3.9

Steps to Reproduce

After update to current NB, failure on going to plugin page.

Migration did run during the update process without errors:

Operations to perform:
  Apply all migrations: admin, auth, circuits, contenttypes, core, dcim, django_rq, extras, ipam, nb_risk, netbox_circuitmaintenance, netbox_config_backup, netbox_documents, netbox_napalm_plugin, netbox_topology_views, sessions, social_django, taggit, tenancy, users, virtualization, wireless

Expected Behavior

Page should display as before.

Observed Behavior

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

column netbox_config_backup_backup.created does not exist
LINE 1: SELECT "netbox_config_backup_backup"."id", "netbox_config_ba...
                                                   ^


Python version: 3.11.3
NetBox version: 3.5.2

Sorry, this is not from the update, this is a missing migration on my end.