
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
@quantumlabs/psql-aws-backup
Advanced tools
Easily backups PostgreSQL databases into Amazon S3 Bucket 🤠
Prerequisites: you should have a PostgreSQL installation in your computer, because the package uses pg_dump command for backup creation
Install package globally using npm.
npm i @quantumlabs/psql-aws-backup -g
Usage:
psql-aws-backup config [options]
config default S3 credentials
Options:
-h, --help output usage information
This command is used to create the package basic config. When used, it prompts two questions in your terminal: S3 Key, and S3 Secret.
Usage:
psql-aws-backup backup [options] <DATABASE_URL> <BUCKET> <FOLDER>
backup a postgreSQL database and upload the backup to S3 bucket
Options:
--create-copy create a copy of the backup in the current directory
--verbose verbose mode
-h, --help output usage information
This command is used to backup a database. You need to provide the DATABASE_URL, BUCKET and FOLDER. The FOLDER argument, is the path INSIDE your bucket.
When you use --create-copy you also creates a local copy of the .sql file which was uploaded to S3 bucket.
Create with ♥ by QuantumLabs.
FAQs
Backup PostgreSQL database direct to Amazon S3
We found that @quantumlabs/psql-aws-backup demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.