mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 01:41:22 -06:00
Fixes #11846: Update database creation instructions for PostgreSQL 14+
This commit is contained in:
parent
0ac8419005
commit
6f08c4a4be
@ -54,7 +54,7 @@ Within the shell, enter the following commands to create the database and user (
|
|||||||
```postgresql
|
```postgresql
|
||||||
CREATE DATABASE netbox;
|
CREATE DATABASE netbox;
|
||||||
CREATE USER netbox WITH PASSWORD 'J5brHrAXFLQSif0K';
|
CREATE USER netbox WITH PASSWORD 'J5brHrAXFLQSif0K';
|
||||||
GRANT ALL PRIVILEGES ON DATABASE netbox TO netbox;
|
ALTER DATABASE netbox OWNER TO netbox;
|
||||||
```
|
```
|
||||||
|
|
||||||
!!! danger "Use a strong password"
|
!!! danger "Use a strong password"
|
||||||
|
Loading…
Reference in New Issue
Block a user