mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-16 12:38:17 -06:00
Fixes: #15371
This commit is contained in:
parent
bdcf4c4154
commit
381e805497
@ -12,6 +12,11 @@
|
||||
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.
|
||||
{% 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>
|
||||
<i class="mdi mdi-alert"></i>
|
||||
|
Loading…
Reference in New Issue
Block a user