Maximum file upload size (MB)

From: Federico Galimberti <federico(dot)galimberti(dot)75(at)gmail(dot)com>
To: pgadmin-support(at)postgresql(dot)org
Subject: Maximum file upload size (MB)
Date: 2023-01-17 23:15:34
Message-ID: CAE6GHSHkuOWUMEKZrxcjuibmy2v_wKmRA6pqvPrmbDfaV=v+oQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Good morning,
I use the PgAdmin "dpage/pgadmin4 <https://hub.docker.com/r/dpage/pgadmin4>"
Docker image. To change the database upload size, proceed as follows:
*File > Preferences > Options > Maximum file upload size (MB)*
Can I set this data with Docker Compose?
I have been looking for a solution to this problem for months.
This is my Docker Compose configuration (*I expect to add something where
the question marks appear*).
Thank you

*Dockerfile*

FROM dpage/pgadmin4:6.18
LABEL Author="My name and my surname"*# ??? New limit ???*

*yaml file*

pgadmin:

build: ./pgadmin
...
networks:
...
labels:
...
volumes:
- type: bind
source: ./volumes/data-pgadmin/servers.json
target: /pgadmin4/servers.json
environment:
PGADMIN_DEFAULT_EMAIL: ...
PGADMIN_DEFAULT_PASSWORD: ...
*# ??? New limit ???*
depends_on:
- postgresql-postgis

*Federico Galimberti*
federico(dot)galimberti(dot)75(at)gmail(dot)com

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Yogesh Mahajan 2023-01-20 06:39:29 Re: Maximum file upload size (MB)
Previous Message Akshay Joshi 2023-01-17 11:31:24 pgAdmin 4 v6.19 Released