[ovirt-devel] Error in setup of ovirt-engine Development Environment

Shmuel Melamud smelamud at redhat.com
Thu Mar 16 08:29:32 UTC 2017


Hi!

On Wed, Mar 15, 2017 at 6:30 PM, shubham dubey <sdubey504 at gmail.com> wrote:
> Now when I am trying these commands I am getting following error
> $postgres -c "psql -d template1 -c \"create user engine password
> 'engine';\""
> FATAL:  -c psql -d template1 -c "create user engine password 'engine';"
> requires a value

You lost "su" here:

 su postgres -c "psql -d template1 -c \"create user engine password 'engine';\""

Shmuel


More information about the Devel mailing list