Skip to content

Commit

Permalink
README: use newer pg in example
Browse files Browse the repository at this point in the history
  • Loading branch information
mpareja committed May 18, 2020
1 parent 1a2205c commit 06b0362
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Use Docker to run Postgres or install Postgres from scratch. The automated tests
You can run Postgres with docker as follows:

```
docker run --name pg -d -p 5432:5432 -e POSTGRES_PASSWORD=NInAN5t3kJo8d7I3 postgres:10.5
docker run --name pg -d -p 5432:5432 -e POSTGRES_PASSWORD=NInAN5t3kJo8d7I3 postgres:12
```

Terminate Postgres and delete all data as follow:
Expand All @@ -42,6 +42,7 @@ docker rm -fv pg
1. Install the Postgres client (psql)

Ubuntu: `sudo apt install postgresql-client`
Mac: `brew install libpq && brew link --force libpq`

2. (Re)create the message store database and user credentials

Expand Down

0 comments on commit 06b0362

Please # to comment.