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..

Hi What could be the reason for this ```RuntimeException - Exception: sh: sudo: not found in /dat

UM9F81RCP
UM9F81RCP Posts: 516 🧑🏻‍🚀 - Cadet

Hi

What could be the reason for this

RuntimeException - Exception: sh: sudo: not found

in /data/vendor/spryker/propel/src/Spryker/Zed/Propel/Business/Model/PropelDatabase/Adapter/PostgreSql/CreatePostgreSqlDatabase.php (136)

Command: vendor/bin/console propel:database:create

I tried to change this setting to false:

$config[PropelConstants::USE_SUDO_TO_MANAGE_DATABASE] = true;

but no luck

Any idea?

Comments

  • UM9F81RCP
    UM9F81RCP Posts: 516 🧑🏻‍🚀 - Cadet

    When i change it to false I get another error

    RuntimeException - Exception: psql: error: FATAL:  password authentication failed for user "spryker"
    
    in /data/vendor/spryker/propel/src/Spryker/Zed/Propel/Business/Model/PropelDatabase/Adapter/PostgreSql/CreatePostgreSqlDatabase.php (136)
    
    Command: vendor/bin/console propel:database:create