a-if

  • Blog

Export DBeaver Database

Written by

Hotaru

at

2024-08-08 09:42:11 (GMT+0700)

Just need to export/import db in DBeaver. If you’re already importing it and didn’t able to find it maybe check it in Projects tab.

Here is the answer that helped me:

—

I just migrated some projects from DBeaver 6.1.4 to 7.2.3 and the File > Export/Import options worked flawlessly.

The full workflow is:

  1. File > Export, under “DBeaver”, select “Project”, click Next
  2. Select the projects to export and click Finish
  3. Copy the output file (by default, it is generated in home folder) into the machine where the projects will be imported
  4. File > Import, under “DBeaver”, select “Project”, click Next
  5. Select the file generated in the previous steps, it will automatically load the projects from it.
  6. Select the projects to import, if there is any name conflict you can change the name of the imported project. Click Finish.

IMHO, very complete, easy and straightforward.

Update: after a few days of working, I realized some of the connections were not imported. I still don’t know why, but it seems to be a bug. Just double check your connections after exporting and importing.

– Dinei from stackoverflow.com

—

Reference: How can I export DBeaver connection configurations?

Category: Fixes

←Prev
Deleting All Data in Table with Truncate vs Delete Command
Next→
Good Enough