mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-17 04:58:16 -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
|
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>
|
||||||
|
Loading…
Reference in New Issue
Block a user