pgdump-aws-lambda
pgdump-aws-lambda copied to clipboard
Lambda function for executing pg_dump and streaming the output to s3.
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.5 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...
I ran into your lambda today an managed to deploy it. Everything seems to work fine under normal circumstances, but I encounter an error when i try to change the...
Hi, I'm trying to set up a use of pgdump-aws-lambda where it would be triggered by an SQS queue, with the params for the backup run in the queue message....
With the upcoming end of support for Node.js 16 in AWS Lambda on June 12, 2024, and its EOL reached on September 11, 2023, I kindly request an update or...
The code works perfectly for databases upto 5 GB. However when I tried it with 10GB the resulting object in S3 is unexpectedly small which simply means the it did...
My postgres database build on the aliyun ec2. It can be accessed through the external network, in the form of ip+port
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
We would like to use AEST timezone in the date that the file path uses. Probably an environment variable to pass the timezone?