Skip to main content
Version: 2.0.0

Import

Import tables into a PostgreSQL database using a .sql export file. This feature is useful for restoring backups, migrating data, or setting up initial database structures.

To import tables into a database, navigate to PostgreSQL > Import:

  1. Select a Database Choose the target database into which you want to import the tables.

  2. Select a File Click the Select button to choose a .sql export file from your device.

  3. Upload Click the Upload & Import button and wait for the import process to complete.

If your SQL file is very large, we recommend using the Docker > Terminal interface instead for more reliable import handling.