is it possible to install psql, pg_ctl binaries in OPDK?

Not applicable

@bkrishnankutty

Hi I found apigee postgresql is little different than general, i found like after installation using apigee.sh script database running successfully, but some binaries like psql, pg_ctl is missing. How to get this binaries installed?

0 5 257
5 REPLIES 5

You can find those binaries at the following locations:

/usr/pgsql-9.3/bin/psql

/usr/pgsql-9.3/bin/pg_ctl

They are provided by the postgresql93 package in the apigee-thirdparty repository. The psql command should also be accessible via your PATH variable.

Hi @Paul Mibus

I need small info, is apigee postgres is different from standard postgresql ?

In the binary path i am able to see psql.sh. but general binaries like psql,pg_ctl,pg_dump etc.; are not available. Can you help on how to get this variables please.

Thanks in advance.

We actually depend on the official PostgreSQL RPMs from postgresql.org. Which version of Edge Private Cloud are you using?

@Paul Mibus

We are uisng apigee-edge-4.15.01.00.

I am DBA worked on standard postgresql. Here i am finding little difficulty to understand this architecture and installation process and setup. I don't have any idea about this apigee postgres.

@Sree Harsha D

We actually use the packages provided by postgresql.org to install the database server. You can find binaries in /usr/pgsql-9.3/bin.