mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-31 04:46:26 -06:00
Postgres initdb command for RHEL6
This commit is contained in:
parent
0f97478b55
commit
571d32dbe0
@ -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
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user