Skip to content

Upgrading the App

Here you will find any steps necessary to upgrade the App in your Nautobot environment.

Upgrade Guide

This app has no database models and therefore requires no database migrations. To upgrade:

  1. Update the package:

    pip install --upgrade nautobot-graphql-observability
    
  2. Run nautobot-server post_upgrade to clear caches and collect static files:

    nautobot-server post_upgrade
    
  3. Restart Nautobot services:

    sudo systemctl restart nautobot nautobot-worker nautobot-scheduler
    
  4. Review the release notes for any new configuration options added in the new version.