documentation/infra/postgresql.md

11 lines
207 B
Markdown

# Postgresql
Installer Postgresql :
```
apt-get install postgresql postgresql-contrib
```
Pour permettre des actions via `psql`, mettre un mot de passe au compte `postgresql` :
```
password postgresql
```