Re: PSQL login error

2021-04-13 Thread Aditya Toshniwal
Hi Jukumu, This is a pgadmin mailing list. Did you add the path till the bin directory of PG installation ? Try opening a new cmd to reflect the new system paths. On Tue, Apr 13, 2021 at 9:35 PM Jukumu Jukumu wrote: > Greeitings. > The above applies, i have installed postgresql 10 on windows 10

PSQL login error

2021-04-13 Thread Jukumu Jukumu
Greeitings. The above applies, i have installed postgresql 10 on windows 10 and added it to the system path, but i get the error "psql not recognized as an internal or external command" when i try to install adempiere or open it in cmd. Kindly advice on how to overcome this. Kind regards Juma J

Re: Backup on a shared server doesn't seem to work.

2021-04-13 Thread Pradip Parkale
Hi Bastien, This is an issue. We are working on it and the fix will be available in the next pgAdmin release. On Fri, Apr 9, 2021 at 7:11 PM Bastien OGIER wrote: > Hello, > > I'm running some pgadmin4 on Kubernetes clusters, using the image > dpage/pgadmin4:5. > I've created multiple servers fr

Re: pgadmin viewer only mode?

2021-04-13 Thread Aditya Toshniwal
Hi André, You can share pre configured servers to other users using the "Shared" option in the server dialog, and set "DB restriction" to restrict listed databases. Refer - https://www.pgadmin.org/docs/pgadmin4/5.1/server_dialog.html. Currently, there is no way to disallow users from adding new se

pgadmin viewer only mode?

2021-04-13 Thread André Pinto
Hi, I would like to deploy pgadmin as a docker container with a preconfigured database connection and allow our users to use pgadmin with this database connection, but without the possibility of adding any other database connection. The use case is to only provide a web facade to an offline read-o