Skip to content

Commit

Permalink
Merge pull request #72 from jameshy/update-binaries-with-ssl-support
Browse files Browse the repository at this point in the history
update bundled postgres-16.3 binary to include SSL support
  • Loading branch information
jameshy authored Jul 19, 2024
2 parents d086e02 + 142d015 commit b3c09a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@ NOTE: The 15 minute timeout for lambda still applies.
2. Connect via SSH and:

```bash

# install postgres from source

# install packages required for building
sudo dnf install make automake gcc gcc-c++ readline-devel zlib-devel openssl-devel libicu-devel
# build and install postgres from source
wget https://ftp.postgresql.org/pub/source/v16.3/postgresql-16.3.tar.gz
tar zxf postgresql-16.3.tar.gz
cd postgresql-16.3
Expand Down
Binary file modified bin/postgres-16.3/libpq.so.5
Binary file not shown.
Binary file modified bin/postgres-16.3/pg_dump
Binary file not shown.

0 comments on commit b3c09a6

Please sign in to comment.