mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
Fix the installation documentation of postgresql. Fixes #2845.
This commit is contained in:
parent
e1c5fbbbc2
commit
a9a978c1f8
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ You need to create a database and database-user to use with Tracks. For this, yo
|
|||
#### PostgreSQL
|
||||
|
||||
$ sudo -u postgres psql
|
||||
postgres=# CREATE USER tracks WITH ENCRYPTED PASSWORD 'password-goes-here';
|
||||
postgres=# CREATE ROLE tracks WITH LOGIN NOSUPERUSER INHERIT CREATEDB CREATEROLE NOREPLICATION PASSWORD 'password-goes-here';
|
||||
postgres=# CREATE DATABASE tracks OWNER=tracks;
|
||||
|
||||
### Install dependencies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue