
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@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 966 weekly downloads. As such, @neondatabase/pg-import popularity was classified as not popular.
We found that @neondatabase/pg-import demonstrated a not healthy version release cadence and project activity because the last version was released 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.