Skip to content

Commit

Permalink
Switch to postgresql 9.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
erichanson committed Jul 13, 2018
1 parent d7322f7 commit c68e990
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -91,7 +91,7 @@ To setup a user, from a shell prompt, open up a database shell with:

```
$ psql aquameta
psql (9.6.0)
psql (9.6.9)
Type "help" for help.
aquameta=# select endpoint.register('your_email@example.com');
Expand Down
6 changes: 3 additions & 3 deletions install.sh
Expand Up @@ -51,9 +51,9 @@ apt-get update -y && apt-get install -y wget ca-certificates lsb-release git pyt
#############################################################################

cd /tmp
wget https://ftp.postgresql.org/pub/source/v9.6.0/postgresql-9.6.0.tar.gz
tar -zxvf postgresql-9.6.0.tar.gz
cd postgresql-9.6.0
wget https://ftp.postgresql.org/pub/source/v9.6.9/postgresql-9.6.9.tar.gz
tar -zxvf postgresql-9.6.9.tar.gz
cd postgresql-9.6.9
./configure --prefix=/usr/local --enable-nls --with-perl --with-python --with-openssl --with-ossp-uuid --with-libxml
make world
make install-world
Expand Down

0 comments on commit c68e990

Please sign in to comment.