|
@@ -20,7 +20,7 @@ NetBox v3.0 and later require the following:
|
|
|
| Dependency | Minimum Version |
|
|
| Dependency | Minimum Version |
|
|
|
|------------|-----------------|
|
|
|------------|-----------------|
|
|
|
| Python | 3.8 |
|
|
| Python | 3.8 |
|
|
|
-| PostgreSQL | 10 |
|
|
|
|
|
|
|
+| PostgreSQL | 11 |
|
|
|
| Redis | 4.0 |
|
|
| Redis | 4.0 |
|
|
|
|
|
|
|
|
## 3. Install the Latest Release
|
|
## 3. Install the Latest Release
|
|
@@ -28,16 +28,15 @@ NetBox v3.0 and later require the following:
|
|
|
As with the initial installation, you can upgrade NetBox by either downloading the latest release package or by cloning the `master` branch of the git repository.
|
|
As with the initial installation, you can upgrade NetBox by either downloading the latest release package or by cloning the `master` branch of the git repository.
|
|
|
|
|
|
|
|
!!! warning
|
|
!!! warning
|
|
|
- Use the same method as you used to install Netbox originally
|
|
|
|
|
|
|
+ Use the same method as you used to install NetBox originally
|
|
|
|
|
|
|
|
-If you are not sure how Netbox was installed originally, check with this
|
|
|
|
|
-command:
|
|
|
|
|
|
|
+If you are not sure how NetBox was installed originally, check with this command:
|
|
|
|
|
|
|
|
```
|
|
```
|
|
|
ls -ld /opt/netbox /opt/netbox/.git
|
|
ls -ld /opt/netbox /opt/netbox/.git
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
-If Netbox was installed from a release package, then `/opt/netbox` will be a
|
|
|
|
|
|
|
+If NetBox was installed from a release package, then `/opt/netbox` will be a
|
|
|
symlink pointing to the current version, and `/opt/netbox/.git` will not
|
|
symlink pointing to the current version, and `/opt/netbox/.git` will not
|
|
|
exist. If it was installed from git, then `/opt/netbox` and
|
|
exist. If it was installed from git, then `/opt/netbox` and
|
|
|
`/opt/netbox/.git` will both exist as normal directories.
|
|
`/opt/netbox/.git` will both exist as normal directories.
|