Re:Re: how to be related with the schedule and step

2018-09-17 Thread jimmy
When I checked postgresql's log, I found these error messages.Before that I didn't do anything. After finding these errors, I have no idear where it is wrong. I use postgresql for windows, so I use the jpgAgent. When I found these errors, I set jobagentid of pgagent.pga_job to 7300. After that I f

Re: pgAdmin in Docker: independent users storage

2018-09-17 Thread Vladimir Ryabtsev
I see, so instead of pointing on some host/network directory (as I do in Henrik's image) I can just map this directory and override it inside the container. I think we need to mention this on the image's page https://hub.docker.com/r/dpage/pgadmin4/, I believe this is extremely useful, and even mus

Re: pgAdmin in Docker: independent users storage

2018-09-17 Thread Henrik Uggla
Use the web-gui. Navigate to your service, you'll find a volume tab. Add your volumes without -v in the begining.

Re: pgAdmin in Docker: independent users storage

2018-09-17 Thread Dave Page
On Sat, Sep 15, 2018 at 6:33 AM, Vladimir Ryabtsev wrote: > I am using dpage/pgadmin4, which is referenced from > https://www.pgadmin.org/download/pgadmin-4-container/ > Does it have similar env. var.? > When you launch with docker you'd use something like the following on the command line to ma