mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-09 00:58:16 -06:00
Update 2-netbox.md
added details to make sure redis is started and enabled (else the migrate script fails).
This commit is contained in:
parent
3143f75a38
commit
40a5212c8f
@ -165,6 +165,21 @@ REDIS = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Make sure that redis is started and enabled to automatically start at boot.
|
||||||
|
|
||||||
|
**Ubuntu**
|
||||||
|
|
||||||
|
```no-highlight
|
||||||
|
# service redis-server start
|
||||||
|
# systemctl enable redis-server
|
||||||
|
```
|
||||||
|
|
||||||
|
**CentOS**
|
||||||
|
|
||||||
|
```no-highlight
|
||||||
|
# service redis start
|
||||||
|
# systemctl enable redis
|
||||||
|
```
|
||||||
|
|
||||||
## SECRET_KEY
|
## SECRET_KEY
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user