Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,15 @@ This function will store your backup with the following s3 key:

s3://${S3_BUCKET}${ROOT}/YYYY-MM-DD/YYYY-MM-DD@HH-mm-ss.backup

#### Postgres Version

To run with Postgres 12.5 pass in the PGDUMP_PATH config option into the event:
```json
{
"PGDUMP_PATH": "bin/postgres-12.5"
}
```

#### AWS Firewall

- If you run the Lambda function outside a VPC, you must enable public access to your database instance, a non VPC Lambda function executes on the public internet.
Expand Down
Binary file added bin/postgres-12.5/libcrypt.so.1
Binary file not shown.
Binary file added bin/postgres-12.5/liblber-2.4.so.2
Binary file not shown.
Binary file added bin/postgres-12.5/libldap_r-2.4.so.2
Binary file not shown.
Binary file added bin/postgres-12.5/libnss3.so
Binary file not shown.
Binary file added bin/postgres-12.5/libpq.so.5
Binary file not shown.
Binary file added bin/postgres-12.5/libsasl2.so.3
Binary file not shown.
Binary file added bin/postgres-12.5/libsmime3.so
Binary file not shown.
Binary file added bin/postgres-12.5/libssl3.so
Binary file not shown.
Binary file added bin/postgres-12.5/pg_dump
Binary file not shown.
Loading