Upgrading the App¶
Here you will find any steps necessary to upgrade the App in your Nautobot environment.
Upgrade Guide¶
When a new release comes out it may be necessary to run a migration of the database to account for any changes in the data models used by this app. Execute the command nautobot-server post-upgrade within the runtime environment of your Nautobot installation after updating the nautobot-igp-models package via pip.
Standard Upgrade Process¶
- Update the package:
- Run database migrations:
This command will automatically: - Run any pending database migrations - Clear stale content types - Rebuild the search index - Collect static files
- Restart Nautobot services:
Version-Specific Upgrade Notes¶
Upgrading to v1.0.0¶
This is the initial release, so no special upgrade considerations are needed. Follow the standard installation procedure outlined in the Installation Guide.
Rollback Procedure¶
If you need to rollback to a previous version:
- Install the previous version:
- Rollback database migrations if needed:
- Restart services: