mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-01 13:26:25 -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
|
```no-highlight
|
||||||
# yum install -y postgresql postgresql-server postgresql-devel
|
# yum install -y postgresql postgresql-server postgresql-devel
|
||||||
|
|
||||||
|
CentOS/RHEL6
|
||||||
|
# service postgresql initdb
|
||||||
|
|
||||||
|
CentOS/RHEL7
|
||||||
# postgresql-setup initdb
|
# postgresql-setup initdb
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user