Re: pgAdmin 4 (Container) > download file(s)

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
Cc: "N(dot) Voskuilen" <n(dot)voskuilen(at)gmail(dot)com>, "pgadmin-support lists(dot)postgresql(dot)org" <pgadmin-support(at)lists(dot)postgresql(dot)org>
Subject: Re: pgAdmin 4 (Container) > download file(s)
Date: 2019-01-02 15:42:21
Message-ID: CA+OCxox0iusRP3SmUq+g9VoQqf5hmW3mdnVd6qmCWjvVsr26rg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Wed, Jan 2, 2019 at 2:14 PM Murtuza Zabuawala <
murtuza(dot)zabuawala(at)enterprisedb(dot)com> wrote:

> Hello,
>
> On Wed, Jan 2, 2019 at 7:37 PM N. Voskuilen <n(dot)voskuilen(at)gmail(dot)com> wrote:
>
>> Thanks for the pgAdmin docker solution!
>>
>> I would like to download for example the backups created by pgAdmin via
>> the file manager but this does not seem to be possible?
>>
>
> At a moment you have SSH into docker instance and manually copy those
> files onto your system.
> We already have a feature request open for this.
> Ref: https://redmine.postgresql.org/issues/3808
>

You can also map the storage directory onto the docker host, e.g.

docker run -p 443:443 \
-v "/path/on/docker/host:/var/lib/pgadmin/storage" \
....
-d dpage/pgadmin4

>
>
>> The backups are stored inside the docker container and it isn't easy to
>> access these files when running in a kubernetes cluster.
>>
>> I also see there is an upload function, but this is limited to 50MB file
>> size which could be problematic when one want's to restore a backup file
>> larger then 50MB.
>>
>
> This can be changed via preference dialog.
> File -> Preferences -> Storage -> Options.
>
>
> --
> Regards,
> Murtuza Zabuawala
> EnterpriseDB: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>
>>
>>
>> Also complementing the file manager with a file deletion button would be
>> awesome!
>>
>

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Alex Karasulu 2019-01-02 15:59:53 Does an Automation CLI or REST API exist?
Previous Message Murtuza Zabuawala 2019-01-02 14:14:00 Re: pgAdmin 4 (Container) > download file(s)