Re: Problem related to volume creation to pgadmin 4 Docker image

2021-10-22 Thread Rodrigo Mariano
Page wrote: Hi On Fri, Oct 22, 2021 at 3:12 PM Rodrigo Mariano mailto:rodmarian...@gmail.com>> wrote: Hi Dave, I tested the ACL command, as you suggested, and it worked when docker container was turned off, but when I lauched pgadmin, it reset the folder permissions

Re: Problem related to volume creation to pgadmin 4 Docker image

2021-10-22 Thread Rodrigo Mariano
Thu, Oct 21, 2021 at 7:51 PM Rodrigo Mariano mailto:rodmarian...@gmail.com>> wrote: Hi Dave, Which OS do you use? I'm using Ubuntu 18. macOS, primarily. Nautilus is the file manager to Ubuntu. Ah, OK. I updated my image to dpage/pgadmin4:6.0 in order t

Re: Problem related to volume creation to pgadmin 4 Docker image

2021-10-21 Thread Rodrigo Mariano
just 5050 user can edit the volume data, not other ones, even if that user belongs to 5050 group. Thank you. Best regards, Rodrigo On 21/10/2021 10:20, Dave Page wrote: On Thu, Oct 21, 2021 at 1:33 PM Rodrigo Mariano mailto:rodmarian...@gmail.com>> wrote: Hi Dave, /> I&#

Re: Problem related to volume creation to pgadmin 4 Docker image

2021-10-21 Thread Rodrigo Mariano
nk you. Best regards, Rodrigo On 21/10/2021 08:36, Dave Page wrote: On Thu, Oct 21, 2021 at 12:27 PM Rodrigo Mariano mailto:rodmarian...@gmail.com>> wrote: Hi Aditya, According to the documentation, I need to change user and group of my host folder to /5050:5050/ through

Re: Problem related to volume creation to pgadmin 4 Docker image

2021-10-21 Thread Rodrigo Mariano
wrote: Hi Rodrigo, pgAdmin just needs a readable and writable directory. pgAdmin cannot change any permission on its own. It might be some other ownership issue on your system then. On Wed, Oct 20, 2021 at 11:29 PM Rodrigo Mariano mailto:rodmarian...@gmail.com>> wrote: Hi Aditya,

Re: Problem related to volume creation to pgadmin 4 Docker image

2021-10-20 Thread Rodrigo Mariano
/container_deployment.html#mapped-files-and-directories <https://www.pgadmin.org/docs/pgadmin4/6.0/container_deployment.html#mapped-files-and-directories> ? On Wed, Oct 20, 2021 at 6:14 PM Rodrigo Mariano mailto:rodmarian...@gmail.com>> wrote: Hi Aditya, I tried to creat

Re: Problem related to volume creation to pgadmin 4 Docker image

2021-10-20 Thread Rodrigo Mariano
4/pgadmin/utils/paths.py", line 103, in init_app     raise InternalServerError( werkzeug.exceptions.InternalServerError: 500 Internal Server Error: The user does not have permission to read and write to the specified storage directory. On 20/10/2021 09:08, Aditya Toshniwal wrote: Hi Rodrig

Problem related to volume creation to pgadmin 4 Docker image

2021-10-20 Thread Rodrigo Mariano
Hi, I'm having a trouble related to pgadmin 4 Docker image . I would like to create a volume to //var/lib/pgadmin/storage/ folder, in order to access backup files created by pgadmin 4 interface, however error messages about permission denied are raise