mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-28 11:26:26 -06:00
docs/installation add note to check postgres database encoding
This commit is contained in:
parent
ed541220e8
commit
18c7217b30
@ -62,6 +62,8 @@ GRANT CREATE ON SCHEMA public TO netbox;
|
|||||||
!!! danger "Use a strong password"
|
!!! danger "Use a strong password"
|
||||||
**Do not use the password from the example.** Choose a strong, random password to ensure secure database authentication for your NetBox installation.
|
**Do not use the password from the example.** Choose a strong, random password to ensure secure database authentication for your NetBox installation.
|
||||||
|
|
||||||
|
The database encoding should be set to `UTF8`, to check, enter `\l`.
|
||||||
|
|
||||||
Once complete, enter `\q` to exit the PostgreSQL shell.
|
Once complete, enter `\q` to exit the PostgreSQL shell.
|
||||||
|
|
||||||
## Verify Service Status
|
## Verify Service Status
|
||||||
|
Loading…
Reference in New Issue
Block a user