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
Copy file name to clipboardExpand all lines: docs/admin/upgrade.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,3 +9,13 @@ As part of the upgrade for Nautobot 2.0 it is recommended to perform a stepped u
9
9
## Upgrade Guide
10
10
11
11
When a new release comes out it may be necessary to run a migration of the database to account for any changes in the data models used by this app. Execute the command `nautobot-server post-upgrade` within the runtime environment of your Nautobot installation after updating the `nautobot-firewall-models` package via `pip`.
12
+
13
+
## Migrating from Capirca to Aerleon
14
+
15
+
Previous versions of nautobot-firewall-app used Capirca as their backend for firewall configuration generation.
16
+
Please make sure to follow the steps below while migrating from a version of this app which used Capirca
17
+
as a backend (latest is v2.2.2) to the newest version with Aerleon:
18
+
19
+
* Reinstall dependencies.
20
+
* Migrate your `nautobot_config.py`. Configuration keys with `capirca_` prefix have been renamed to `aerleon_`.
21
+
* Run database migrations as usual. Newest versions include changes to database schema and naming.
0 commit comments