Skip to content

Commit 835e11d

Browse files
committed
Fixes #5920: Revert #5760 (do not force database encoding)
1 parent e715797 commit 835e11d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation/1-postgresql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ $ sudo -u postgres psql
5151
psql (12.5 (Ubuntu 12.5-0ubuntu0.20.04.1))
5252
Type "help" for help.
5353
54-
postgres=# CREATE DATABASE netbox ENCODING 'UTF8' LC_COLLATE='C.UTF-8' LC_CTYPE='C.UTF-8';
54+
postgres=# CREATE DATABASE netbox;
5555
CREATE DATABASE
5656
postgres=# CREATE USER netbox WITH PASSWORD 'J5brHrAXFLQSif0K';
5757
CREATE ROLE

0 commit comments

Comments
 (0)