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.
Asked
Active
Viewed 2,467 times
5
-
I don't think there is an option to download files from the server through pgAdmin4, You can use 3rd party tools like `SCP` to download the files from web server. – Murtuza Z Apr 26 '18 at 16:40
-
I also did not find anything on pgAdmin4. I think I'll need to choose one of these alternatives. – Klaifer Garcia Apr 27 '18 at 11:46
-
I just send a new feature suggestion to the comunity. – Klaifer Garcia May 02 '18 at 11:12
-
The suggestion link: https://redmine.postgresql.org/issues/3318 – Klaifer Garcia Jul 04 '19 at 19:33
2 Answers
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