This commit is contained in:
Michael Brown 2024-03-07 17:56:42 -05:00
parent bdcf4c4154
commit 381e805497
No known key found for this signature in database
GPG Key ID: 6C07FB3007CF9360

View File

@ -12,6 +12,11 @@
When upgrading to a new NetBox release, the upgrade script must be run to apply any new database migrations. You When upgrading to a new NetBox release, the upgrade script must be run to apply any new database migrations. You
can run migrations manually by executing <code>python3 manage.py migrate</code> from the command line. can run migrations manually by executing <code>python3 manage.py migrate</code> from the command line.
{% endblocktrans %} {% endblocktrans %}
<br/>
{% blocktrans trimmed %}
This can also happen when installing or upgrading a plugin if the plugin requires database changes present
in its migrations.
{% endblocktrans %}
</p> </p>
<p> <p>
<i class="mdi mdi-alert"></i> <i class="mdi mdi-alert"></i>