Free trial · 14 days · Cancel anytimeGet started
Feature
v0.0.10-beta·

Import your data into your managed Postgres

What's new

  • In a project's Secrets tab, right below the "Use Pierrr's managed Postgres" toggle, a new "Import my data" button restores an existing SQL dump straight into the project's managed database, no SSH or psql needed.
  • Only plain-text .sql files are accepted (not pg_dump's binary "custom" format), with a 15 MB size cap. Only one import can run at a time per project.
  • The import runs as a single transaction: if anything conflicts with what's already there (a table that already exists, for example), the whole import fails and nothing is applied, so it's safe to retry.
  • A history list updates live with each import's status (pending, running, succeeded, failed) and shows the error message inline when one fails. The uploaded file's content is encrypted at rest and never retained once the restore finishes.