add postgres notes for arch
This commit is contained in:
parent
679deba39e
commit
a32200be2f
@ -4,6 +4,12 @@ Install postgres and start it as a service, then start with:
|
||||
|
||||
> psql
|
||||
|
||||
## Arch setup
|
||||
|
||||
> su -l postgres
|
||||
|
||||
> initdb -D /var/lib/postgres/data
|
||||
|
||||
## Make a database as the new user postgres
|
||||
|
||||
> sudo su postgres
|
||||
|
Loading…
Reference in New Issue
Block a user