Skip to content

Commit e37ae3e

Browse files
authored
Merge pull request #47 from NanoCode012/feat/postgres14.5
Add postgres 14 binaries
2 parents e3d16e4 + 3ab5636 commit e37ae3e

10 files changed

+2
-2
lines changed

bin/postgres-14.5/libcrypt.so.1

40.1 KB
Binary file not shown.

bin/postgres-14.5/liblber-2.4.so.2

60.4 KB
Binary file not shown.

bin/postgres-14.5/libldap_r-2.4.so.2

356 KB
Binary file not shown.

bin/postgres-14.5/libnss3.so

1.19 MB
Binary file not shown.

bin/postgres-14.5/libpq.so.5

326 KB
Binary file not shown.

bin/postgres-14.5/libsasl2.so.3

114 KB
Binary file not shown.

bin/postgres-14.5/libsmime3.so

156 KB
Binary file not shown.

bin/postgres-14.5/libssl3.so

387 KB
Binary file not shown.

bin/postgres-14.5/pg_dump

404 KB
Binary file not shown.

lib/config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
const path = require('path')
1+
const path = require("path");
22

33
// default config that is overridden by the Lambda event
44
module.exports = {
55
S3_REGION: 'eu-west-1',
6-
PGDUMP_PATH: path.join(__dirname, '../bin/postgres-13.3'),
6+
PGDUMP_PATH: path.join(__dirname, "../bin/postgres-14.5"),
77
// maximum time allowed to connect to postgres before a timeout occurs
88
PGCONNECT_TIMEOUT: 15,
99
USE_IAM_AUTH: false,

0 commit comments

Comments
 (0)