Description of problem: I have installed Postgresql 9.3 on OpenShift.com using the cartridge available here: https://github.com/crunchyds/openshift-postgres-cartridge. The database is in started mode. In order to connect to it from PgAdmin-III, I need to perform: rhc port-forward ligatures. Yet, the database does not appear in the list of services for which a local forwarding port has been set. Hence, I can't configure PgAdmin-III to connect to it. Version-Release number of selected component (if applicable): Unknown How reproducible: Very. Steps to Reproduce: 1. Install the cartridge from https://github.com/crunchyds/openshift-postgres-cartridge in an app. 2. Run rhc port-foward <app> from local PC. Actual results: Missing forwarding port for the pg database. Expected results: A local forwarding port to the remote pg database. Additional info: None
I have opened a question on StackOverflow too: http://stackoverflow.com/questions/28371374/postgresql-crunchy-not-in-rhc-port-forward-list Someone mentions a possible issue with manifest.yml file.
This is a third party cartridge (developed by a company other than Red Hat), have you tried opening an issue with them? As they are the ones that can troubleshoot and fix it. https://github.com/CrunchyData/openshift-postgres-cartridge https://github.com/CrunchyData/openshift-postgres-cartridge/issues
Not a bug in OpenShift, we only support PostgreSQL 9.2 and 8.4 from our own list of cartridges. Third-part cartridges (Community) are not supported by us, you should try opening an issue directly to the cartridge maintainers.