antares icon indicating copy to clipboard operation
antares copied to clipboard

Exporting a PostgreSQL schema always freezes

Open vl-ivanov opened this issue 9 months ago • 2 comments

Describe the bug I am trying to export postgreSQL schema using SSH-tunneled connection. The process always freezes at 4.3% done and never finishes. Tried with both AppImage and Flatpak versions.

To Reproduce

  1. Setup a new PostgreSQL connection to AWS RDS PostgreSQL database using
  • SSL
  • SSH tunnel
  1. Right click on a schema and select Export
  2. Leave all settings by default

Expected behavior The whole schema should be exported.

Screenshots https://imgur.com/a/ENqLoPs

Application (please complete the following information):

  • App client: PostgreSQL
  • App version: 0.7.34
  • Installation source: Flatpak

Environment (please complete the following information):

  • OS name: Fedora
  • OS version: 41
  • DB name: PostgreSQL
  • DB version: 15.8

vl-ivanov avatar Mar 28 '25 10:03 vl-ivanov

Hi Vladimir,

can you tell me if you also notice the issue targeting other databases? How big are the tables you are trying to export?

Fabio286 avatar Mar 31 '25 12:03 Fabio286

It freezes on a table with 4.3GB of data. No issues with other smaller databases.

vl-ivanov avatar Apr 16 '25 10:04 vl-ivanov