What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

```Store: DE | Environment: development Creating Database RuntimeException - Exception: createdb: er

U0248GM8SUD
U0248GM8SUD Posts: 9 🧑🏻‍🚀 - Cadet
Store: DE | Environment: development
Creating Database
RuntimeException - Exception: createdb: error: could not connect to database template1: FATAL:  role "root" does not exist

in /home/sqli/Desktop/work/learning/sprker/b2c-demo-shop/vendor/spryker/propel/src/Spryker/Zed/Propel/Business/Model/PropelDatabase/Adapter/PostgreSql/CreatePostgreSqlDatabase.php (133)

Command: vendor/bin/console propel:install
where can i update my database role i tried updating it in deploy.dev.yml but nothing changed

Comments

  • U01LE4BMBK7
    U01LE4BMBK7 Posts: 241 🧑🏻‍🚀 - Cadet

    Looks like you execute the command locally instead of the docker container:
    Use docker/sdk console COMMAND