Upgrading the App¶
This page gives the steps to upgrade the app in your Nautobot environment.
Upgrade Guide¶
A new release can change the data models of this app. Such a change needs a database migration.
- Update the
nautobot-ai-modelspackage withpip. - Run
nautobot-server post-upgradein the runtime environment of your Nautobot installation. - Restart the Nautobot services.