mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 01:41:22 -06:00
Add warning about UTF8 encoding in PostgreSQL
This commit is contained in:
parent
da9b452327
commit
b1e7530295
@ -62,6 +62,9 @@ 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.
|
||||||
|
|
||||||
|
!!! danger "Use UTF8 encoding"
|
||||||
|
Make sure that your database uses `UTF8` encoding (the default for new installations). Especially do not use `SQL_ASCII` encoding, as it can lead to unpredictable and unrecoverable errors.
|
||||||
|
|
||||||
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