You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for sharing this, I am trying this with Pega PE 8.4 since lower verisons are no more available.
I am facing the below error while running docker-compose up postgresql-pega-backend,
postgresql-pega | /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/pega8_postgres_scema.sql
postgresql-pega | 2020-06-03 20:21:19.680 UTC [163] ERROR: role "pega" does not exist
postgresql-pega | 2020-06-03 20:21:19.680 UTC [163] STATEMENT: CREATE SCHEMA pegarules AUTHORIZATION pega;
postgresql-pega | psql:/docker-entrypoint-initdb.d/pega8_postgres_scema.sql:1: ERROR: role "pega" does not exist
Can you please advise.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi Kannan,
Thanks for sharing this, I am trying this with Pega PE 8.4 since lower verisons are no more available.
I am facing the below error while running docker-compose up postgresql-pega-backend,
postgresql-pega | /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/pega8_postgres_scema.sql
postgresql-pega | 2020-06-03 20:21:19.680 UTC [163] ERROR: role "pega" does not exist
postgresql-pega | 2020-06-03 20:21:19.680 UTC [163] STATEMENT: CREATE SCHEMA pegarules AUTHORIZATION pega;
postgresql-pega | psql:/docker-entrypoint-initdb.d/pega8_postgres_scema.sql:1: ERROR: role "pega" does not exist
Can you please advise.
Thanks in advance.
The text was updated successfully, but these errors were encountered: