mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 01:41:22 -06:00
Update docs to to create database explicitly with UTF8 encoding.
Fixes #5760
This commit is contained in:
parent
19844e81d1
commit
3b53cf5e84
@ -51,7 +51,7 @@ $ sudo -u postgres psql
|
|||||||
psql (12.5 (Ubuntu 12.5-0ubuntu0.20.04.1))
|
psql (12.5 (Ubuntu 12.5-0ubuntu0.20.04.1))
|
||||||
Type "help" for help.
|
Type "help" for help.
|
||||||
|
|
||||||
postgres=# CREATE DATABASE netbox;
|
postgres=# CREATE DATABASE netbox ENCODING 'UTF8' LC_COLLATE='C.UTF-8' LC_CTYPE='C.UTF-8';
|
||||||
CREATE DATABASE
|
CREATE DATABASE
|
||||||
postgres=# CREATE USER netbox WITH PASSWORD 'J5brHrAXFLQSif0K';
|
postgres=# CREATE USER netbox WITH PASSWORD 'J5brHrAXFLQSif0K';
|
||||||
CREATE ROLE
|
CREATE ROLE
|
||||||
|
Loading…
Reference in New Issue
Block a user