Export your current database. This can be important to (1) archive and share your database files with another user or machine, (2) expose your database using an S3 bucket using neon_remote_db(), (3) assist in upgrading your duckdb version.

neon_export_db(dir = file.path(neon_dir(), "parquet"), db = neon_db())

Arguments

dir

directory to which parquet export is written.

db

Connection to your local NEON database