aboutsummaryrefslogtreecommitdiffstats
path: root/doc/install/postgresql.md
blob: e94f8474fcb91b461c45719c5d5fdd3f704cd07c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Install Postgresql

Requirement
-----------

Minimal version : 9.1

Setup
-----

```sh
sudo su - postgres
createuser -d -P -U postgres chouette
Enter password for new role: chouette
Enter it again: chouette
Shall the new role be a superuser? (y/n) y
exit
```