You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -107,3 +108,14 @@ The next time the NetBox pods restart, your changes should be automatically appl
107
108
108
109
If you are in restore mode, switching out of restore mode will enable installation of your plugins.
109
110
If you are not, a "redeploy" in the admin console will trigger the same.
111
+
112
+
# Migrations and Upgrades
113
+
114
+
When upgrading to a new NetBox Enterprise version which includes a different version of NetBox, you will likely need to generate a new wheelhouse file that matches its changed dependencies.
115
+
116
+
To do so, you should perform the following steps:
117
+
118
+
1. Put NetBox Enterprise into "restore mode" in the Admin Console configuration, and deploy the config change.
119
+
2. Deploy the new NetBox Enterprise version.
120
+
3. Follow the instructions above to download the new `constraints.txt` file and then generate and upload a new wheelhouse tarball.
0 commit comments