Hi What could be the reason for this ```RuntimeEx...
# docker
a
Hi What could be the reason for this
Copy code
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:
Copy code
$config[PropelConstants::USE_SUDO_TO_MANAGE_DATABASE] = true;
but no luck Any idea?
When i change it to false I get another error
Copy code
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