add postgres notes for arch

This commit is contained in:
Malin Freeborn 2020-10-06 19:54:13 +02:00
parent 679deba39e
commit a32200be2f
1 changed files with 6 additions and 0 deletions

View File

@ -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