-
Notifications
You must be signed in to change notification settings - Fork 634
Description
I was able to work on crunchy on the previous versions, but with 4.7 , I was not able to retrieve the initial login password for admin or even to create /update the user.
Is this is because of the new pgbackrest ssh authentication which is creating the issue for the new cluster pgadmin access
I am running these clusters in openshift
af71194@LC02CHB58MD6R ~ % pgo show user --show-system-accounts keycloak-postgresql -n vantage-sit
CLUSTER USERNAME PASSWORD EXPIRES STATUS ERROR
error command terminated with exit code 2
af71194@LC02CHB58MD6R ~ % pgo update user --username postgres --set-system-account-password -s name=keycloak-postgresql -n vantage-sit --password admin
CLUSTER USERNAME PASSWORD EXPIRES STATUS ERROR
keycloak-postgresql postgres error command terminated with exit code 2
af71194@LC02CHB58MD6R ~ %