0

I did the rhc port-forward -a -appname

the command provide me the correct data but when I tray to connect from the pgadmin (windows client) the error is "problem to connect to the server: password authentification"

I am using the password and user provided from openshift setting of my application.

Some idea what can I do?

timo.rieber
  • 3,727
  • 3
  • 32
  • 47

1 Answers1

0

The password you need can be found by SSH'ing into your applcation and then doing

env |grep POSTGRES

Find the username and password there and use that when you connecct

TheSteve0
  • 3,530
  • 1
  • 19
  • 25