Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@neondatabase/pg-import
Advanced tools
A CLI tool for migrating data from one PostgreSQL database to another.
A CLI tool for migrating data from one PostgreSQL database to another.
[!NOTE]
This project is experimental.There may be bugs, and the API is subject to change. While we cannot provide professional support for experimental projects, we welcome your feedback.
npx @neondatabase/pg-import@latest --silent false --accept-all false --source="pg-string" --destination="pg-string"
--source <source>
: The connection string for the source PostgreSQL database. This is optional.
--source "postgres://user:password@localhost:5432/source_db"
--destination <destination>
: The connection string for the destination PostgreSQL database. This is optional.
--destination "postgres://user:password@localhost:5432/destination_db"
--silent
: Suppresses console output if set to true
. The default value is false
.
--silent true
--accept-all
: Automatically accepts all prompts if set to true
. The default value is false
.
--accept-all true
--backup-file-path
: Specifies the path and filename for the backup file. If not set, the default value is dump_restore_{randomly_generated_string}.bak.
--backup-file-path "../Downloads/example.bak"
Make sure your Neon plan supports your database size. The Neon Free Tier offers 0.5 GiB of storage. For larger data sizes, upgrade to the Launch or Scale plan. See Neon plans.
If you are on the Neon Launch or Scale plan, you can optimize for the migration by configuring a larger compute size or enabling autoscaling for additional CPU and RAM. See How to size your compute.
This utility uses pg_dump
and pg_restore
. A generated dump file containing any of the following statements will produce a warning or error when data is restored to Neon:
ALTER OWNER
statementsCREATE EVENT TRIGGER
statementsSee Import from Postgres for possible workarounds.
This library is created by Neon with contributions from:
We love contributions! Here's how you can contribute:
FAQs
A CLI tool for migrating data from one PostgreSQL database to another.
The npm package @neondatabase/pg-import receives a total of 12 weekly downloads. As such, @neondatabase/pg-import popularity was classified as not popular.
We found that @neondatabase/pg-import demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.