You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nautobot 2.0.1 to start successfully after adding Device Lifecycle Management Plugin to image.
Observed Behavior
Received Inconsistent Migration Error as Nautobot launched:
django.db.migrations.exceptions.InconsistentMigrationHistory: Migration dcim.0031_remove_device_role_and_rack_role is applied before its dependency nautobot_device_lifecycle_mgmt.0016_role_migration_cleanup on database 'default'.
Steps to Reproduce
Install Device Lifecycle Management 1.3.2 in < 2.0 Nautobot
Upgrade Nautobot to 2.0.1 with no plugins installed or enabled
Install & enable Device Lifecycle Management 2.0.0 in Nautobot 2.0.1
Receive DB error on launch, NB goes into crash loop waiting for DB.
The text was updated successfully, but these errors were encountered:
Related: nautobot/nautobot#4609. Broadly speaking the workflow for upgrading to 2.0 looks likely to require that the apps you had enabled in 1.x remain enabled during the upgrade, rather than enabling them after the upgrade is completed, but we're looking into whether we can make improvements in this regard.
Environment
Expected Behavior
Nautobot 2.0.1 to start successfully after adding Device Lifecycle Management Plugin to image.
Observed Behavior
Received Inconsistent Migration Error as Nautobot launched:
Steps to Reproduce
The text was updated successfully, but these errors were encountered: