We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e715797 commit 835e11dCopy full SHA for 835e11d
docs/installation/1-postgresql.md
@@ -51,7 +51,7 @@ $ sudo -u postgres psql
51
psql (12.5 (Ubuntu 12.5-0ubuntu0.20.04.1))
52
Type "help" for help.
53
54
-postgres=# CREATE DATABASE netbox ENCODING 'UTF8' LC_COLLATE='C.UTF-8' LC_CTYPE='C.UTF-8';
+postgres=# CREATE DATABASE netbox;
55
CREATE DATABASE
56
postgres=# CREATE USER netbox WITH PASSWORD 'J5brHrAXFLQSif0K';
57
CREATE ROLE
0 commit comments