I almost feel I should rehash everything...so I will, haha.
I'm having issues upgrading from 2.8.1 to 2.11.12.
Initially had issues with the upgrade script completing.
I reran the upgrade process doing the following from the root directory of the VM:
Operations to perform:
Apply all migrations: admin, auth, circuits, contenttypes, dcim, extras, ipam, secrets, sessions, taggit, tenancy, users, virtualization
Running migrations:
No migrations to apply.
Collecting static files (python3 netbox/manage.py collectstatic --no-input)...
207 static files copied to '/opt/netbox/netbox/static', 770 unmodified.
Removing stale content types (python3 netbox/manage.py remove_stale_contenttypes --no-input)...
Removing expired user sessions (python3 netbox/manage.py clearsessions)...
Clearing cache data (python3 netbox/manage.py invalidate all)...
Upgrade complete! Don't forget to restart the NetBox services:
I restarted the netbox service:
sudo systemctl restart netbox netbox-rq
I checked the version number from the web server and it still shows 2.8.1. My assumption is the upgrade didn't take place.
[root@netbox netbox]# python3 manage.py showmigrations
This was the output:
admin
[X] 0001_initial
[X] 0002_logentry_remove_auto_add
[X] 0003_logentry_add_action_flag_choices
auth
[X] 0001_initial
[X] 0002_alter_permission_name_max_length
[X] 0003_alter_user_email_max_length
[X] 0004_alter_user_username_opts
[X] 0005_alter_user_last_login_null
[X] 0006_require_contenttypes_0002
[X] 0007_alter_validators_add_error_messages
[X] 0008_alter_user_username_max_length
[X] 0009_alter_user_last_name_max_length
[X] 0010_alter_group_name_max_length
[X] 0011_update_proxy_permissions
circuits
[X] 0001_initial_squashed_0006_terminations (6 squashed migrations)
[X] 0007_circuit_add_description_squashed_0017_circuittype_description (11 squashed migrations)
[X] 0008_standardize_description
contenttypes
[X] 0001_initial
[X] 0002_remove_content_type_name
dcim
[X] 0001_initial
[X] 0002_auto_20160622_1821
[X] 0003_auto_20160628_1721_squashed_0010_devicebay_installed_device_set_null (8 squashed migrations)
[X] 0011_devicetype_part_number_squashed_0022_color_names_to_rgb (12 squashed migrations)
[X] 0023_devicetype_comments_squashed_0043_device_component_name_lengths (21 squashed migrations)
[X] 0044_virtualization_squashed_0061_platform_napalm_args (18 squashed migrations)
[X] 0062_interface_mtu_squashed_0065_front_rear_ports (4 squashed migrations)
[X] 0066_cables
[X] 0067_device_type_remove_qualifiers_squashed_0070_custom_tag_models (4 squashed migrations)
[X] 0071_device_components_add_description
[X] 0072_powerfeeds
[X] 0073_interface_form_factor_to_type
[X] 0074_increase_field_length_platform_name_slug
[X] 0075_cable_devices
[X] 0076_console_port_types
[X] 0077_power_types
[X] 0078_3569_site_fields
[X] 0079_3569_rack_fields
[X] 0080_3569_devicetype_fields
[X] 0081_3569_device_fields
[X] 0082_3569_interface_fields
[X] 0082_3569_port_fields
[X] 0083_3569_cable_fields
[X] 0084_3569_powerfeed_fields
[X] 0085_3569_poweroutlet_fields
[X] 0086_device_name_nonunique
[X] 0087_role_descriptions
[X] 0088_powerfeed_available_power
[X] 0089_deterministic_ordering
[X] 0090_cable_termination_models
[X] 0091_interface_type_other
[X] 0092_fix_rack_outer_unit
[X] 0093_device_component_ordering
[X] 0094_device_component_template_ordering
[X] 0095_primary_model_ordering
[X] 0096_interface_ordering
[X] 0097_interfacetemplate_type_other
[X] 0098_devicetype_images
[X] 0099_powerfeed_negative_voltage
[X] 0100_mptt_remove_indexes
[X] 0101_nested_rackgroups
[X] 0102_nested_rackgroups_rebuild
[X] 0103_standardize_description
[X] 0104_correct_infiniband_types
[X] 0105_interface_name_collation
extras
[X] 0001_initial_squashed_0013_objectchange (13 squashed migrations)
[X] 0014_configcontexts_squashed_0019_tag_taggeditem (6 squashed migrations)
[X] 0020_tag_data_squashed_0021_add_color_comments_changelog_to_tag (2 squashed migrations)
[X] 0022_custom_links_squashed_0034_configcontext_tags (13 squashed migrations)
[X] 0035_deterministic_ordering
[X] 0036_contenttype_filters_to_q_objects
[X] 0037_configcontexts_clusters
[X] 0038_webhook_template_support
[X] 0039_update_features_content_types
[X] 0040_standardize_description
[X] 0041_tag_description
ipam
[X] 0001_initial
[X] 0002_vrf_add_enforce_unique
[X] 0003_ipam_add_vlangroups_squashed_0011_rir_add_is_private (9 squashed migrations)
[X] 0012_services_squashed_0018_remove_service_uniqueness_constraint (7 squashed migrations)
[X] 0019_virtualization_squashed_0020_ipaddress_add_role_carp (2 squashed migrations)
[X] 0021_vrf_ordering_squashed_0025_custom_tag_models (5 squashed migrations)
[X] 0026_prefix_ordering_vrf_nulls_first_squashed_0032_role_description (7 squashed migrations)
[X] 0033_deterministic_ordering
[X] 0034_fix_ipaddress_status_dhcp
[X] 0035_drop_ip_family
[X] 0036_standardize_description
secrets
[X] 0001_initial_squashed_0006_custom_tag_models (6 squashed migrations)
[X] 0007_secretrole_description
[X] 0008_standardize_description
sessions
[X] 0001_initial
taggit
[X] 0001_initial
[X] 0002_auto_20150616_2121
[X] 0003_taggeditem_add_unique_index
tenancy
[X] 0001_initial_squashed_0005_change_logging (5 squashed migrations)
[X] 0006_custom_tag_models
[X] 0007_nested_tenantgroups
[X] 0008_nested_tenantgroups_rebuild
[X] 0009_standardize_description
users
[X] 0001_api_tokens_squashed_0003_token_permissions (3 squashed migrations)
[X] 0002_standardize_description
virtualization
[X] 0001_virtualization
[X] 0002_virtualmachine_add_status_squashed_0009_custom_tag_models (8 squashed migrations)
[X] 0010_cluster_add_tenant_squashed_0012_vm_name_nonunique (3 squashed migrations)
[X] 0013_deterministic_ordering
[X] 0014_standardize_description