mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
committed by
Jeremy Stretch
parent
0ab3f979e0
commit
bba4fe437c
@ -55,6 +55,9 @@ Within the shell, enter the following commands to create the database and user (
|
|||||||
CREATE DATABASE netbox;
|
CREATE DATABASE netbox;
|
||||||
CREATE USER netbox WITH PASSWORD 'J5brHrAXFLQSif0K';
|
CREATE USER netbox WITH PASSWORD 'J5brHrAXFLQSif0K';
|
||||||
ALTER DATABASE netbox OWNER TO netbox;
|
ALTER DATABASE netbox OWNER TO netbox;
|
||||||
|
-- the next two commands are needed on PostgreSQL 15 and later
|
||||||
|
\connect netbox;
|
||||||
|
GRANT CREATE ON SCHEMA public TO netbox;
|
||||||
```
|
```
|
||||||
|
|
||||||
!!! danger "Use a strong password"
|
!!! danger "Use a strong password"
|
||||||
|
Reference in New Issue
Block a user