PgAdmin4 下载文件

PgAdmin4 download files

有什么办法可以下载pgadmin4服务器保存在服务器文件系统上的备份文件。我认为最好的方法是通过 Apache 使文件可用,但此解决方案在身份验证、保留文件 public 或需要新密码方面存在问题。

您可以使用商店管理器从 pgadmin 下载备份文件。

您可以从菜单 -> 工具 -> 商店管理器访问它。

来自文档,

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.

已在 4.28 版本中实现。