-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
severity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: documentationA change or addition to the documentationA change or addition to the documentation
Description
Change Type
Addition
Area
Administration
Proposed Changes
https://netboxlabs.com/docs/netbox/en/stable/plugins/removal/ describes the removal of a plugin's models from the database.
What's missing however is the information how to remove a plugin's resources from the database so that it can be reinstalled at a later time. The problem is that the plugin's migrations are not deleted from django_migrations, so any attempt to install the plugin at a later time will fail because Django thinks that the migrations have already been executed.
The documentation should describe how to remove the migration entries from django_migrations as well.
Metadata
Metadata
Assignees
Labels
severity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: documentationA change or addition to the documentationA change or addition to the documentation