| From: | "Georg H(dot)" <georg-h(at)silentrunner(dot)de> |
|---|---|
| To: | Bikram Majumdar <bikramma(at)gmail(dot)com> |
| Cc: | Bikram MAJUMDAR <Bikram(dot)Majumdar(at)aqsacom(dot)com>, pgsql-general <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: Question on pgwatch |
| Date: | 2019-08-23 21:00:10 |
| Message-ID: | 3ef61165-9158-3b24-b175-65cd95b632cd@silentrunner.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin pgsql-general |
Hi Bikram,
Am 23.08.2019 um 22:10 schrieb Bikram Majumdar:
> Hi George,
>
> So nice for your response.
>
> Thanks. But, my question is how does it get the IP address 172.17.0.2 ?
>
> And, how does one run psql command to connect/login to the test
> database ( pgwatch configuration database) to add any database ?
>
> Thanks and regards,
> Bikram
>
>
the pgwatch2 configuration database resides within the docker container
when using the docker variant.
Whether you've exposed this port on container creation/start or you have
to go into the docker image (docker exec -it IMAGENAME /bin/bash) and
connect there with psql (pg_hba.conf should be in
/etc/postgresql/[version]/main or similiar).
regards
Georg
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Luca Ferrari | 2019-08-24 09:45:48 | Re: Permission for not Django app to do Write and Read |
| Previous Message | Bikram Majumdar | 2019-08-23 20:10:20 | Re: Question on pgwatch |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Lewis | 2019-08-23 21:38:17 | Re: How to use brin_summarize_range |
| Previous Message | Bikram Majumdar | 2019-08-23 20:10:20 | Re: Question on pgwatch |