5

Is there any way to download the backup files saved on the server's file system by pgadmin4 server. The best way I thought was to make the files available through Apache, but this solution has problems with authentication, or leaving the files public or requiring a new password.

Klaifer Garcia
  • 340
  • 1
  • 12

2 Answers2

3

You can use Store Manager to download backup files from pgadmin.

You can access it from Menu -> Tools -> Store Manager.

From the docs,

Storage Manager is a feature that helps you manage your systems storage device. You can use Storage Manager to:

  • Download, upload, or manage operating system files. To use this feature, pgAdmin must be running in Server Mode on your client
    machine.
  • Download backup or export files (custom, tar and plain text format) on a client machine.
  • Download export dump files of tables.
Jashwant
  • 28,410
  • 16
  • 70
  • 105
1

It was implemented in version 4.28.

Klaifer Garcia
  • 340
  • 1
  • 12