mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-01 05:16:26 -06:00
Merge 59f7944d13
into f3e997ea39
This commit is contained in:
commit
0a8db533de
@ -13,6 +13,11 @@ NetBox requires a PostgreSQL database to store data. (Please note that MySQL is
|
||||
|
||||
```no-highlight
|
||||
# yum install -y postgresql postgresql-server postgresql-devel
|
||||
|
||||
CentOS/RHEL6
|
||||
# service postgresql initdb
|
||||
|
||||
CentOS/RHEL7
|
||||
# postgresql-setup initdb
|
||||
```
|
||||
|
||||
@ -26,6 +31,10 @@ host all all ::1/128 md5
|
||||
Then, start the service:
|
||||
|
||||
```no-highlight
|
||||
CentOS/RHEL6
|
||||
# service postgresql start
|
||||
|
||||
CentOS/RHEL7
|
||||
# systemctl start postgresql
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user