View Issue Details

IDProjectCategoryView StatusLast Update
0000767Pgpool-IIEnhancementpublic2022-09-27 15:31
Reporteralexpanayi Assigned Topengbo  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionopen 
Product Version4.3.1 
Summary0000767: Official Pgpool Docker Image Doesn't Come With PCP?
DescriptionHi everyone.

The official docker image for pgpool doesn't seem to come installed with the pcp commands. We're using 4.3.1 tagged image and I can confirm that there is no pcp command listed in /usr/bin. According to the docs, this is the path where the pcp commands should be installed in.

Please bundle the pgpool docker images with the pcp commands so we may utilize administrative commands.
TagsNo tags attached.

Activities

pengbo

2022-09-12 14:06

developer   ~0004121

In the official docker images, Pgpool-II is installed under "/opt/pgpool-II/".
You can find the binaries under "/opt/pgpool-II/bin/".

bash-5.0# /opt/pgpool-II/bin/pcp_node_info -h localhost -U postgres -p 9898
Password:
192.168.56.2 11002 1 1.000000 waiting unknown primary unknown 0 none none 2022-09-12 05:02:20
192.168.56.2 11003 1 0.000000 waiting unknown standby unknown 0 none none 2022-09-12 05:02:20

alexpanayi

2022-09-13 03:16

reporter   ~0004122

Thank you! I was able to locate the commands.

One final question. What is the default command that's ran when running this image?

I would like to modify the deployment to run a custom command to populate the pcp password.

alexpanayi

2022-09-13 04:58

reporter   ~0004123

Disregard, was able to use environment variables to populate password.

This issue can be closed now, thank you!

Issue History

Date Modified Username Field Change
2022-09-10 07:39 alexpanayi New Issue
2022-09-12 14:06 pengbo Note Added: 0004121
2022-09-12 14:06 pengbo Assigned To => pengbo
2022-09-12 14:06 pengbo Status new => feedback
2022-09-13 03:16 alexpanayi Note Added: 0004122
2022-09-13 03:16 alexpanayi Status feedback => assigned
2022-09-13 04:58 alexpanayi Note Added: 0004123
2022-09-27 15:31 pengbo Status assigned => closed