su - postgres -c "psql -d template1 -c \"create user engine password 'engine';\""
su - postgres -c "psql -d template1 -c \"create database engine owner engine template template0 encoding 'UTF8' lc_collate 'en_US.UTF-8' lc_ctype 'en_US.UTF-8';\""
Hello,Now when I am trying these commands I am getting following error
I am trying to setup ovirt-engine using this link http://www.ovirt.org/develop/developer-guide/engine/engine- .development-environment/
$postgres -c "psql -d
template1 -c \"create user engine password 'engine';\""
FATAL: -c psql -d template1 -c "create user engine password 'engine';" requires a valueand
$postgres -c "psql -d
template1 -c "create database engine \ owner engine template
template0 encoding 'UTF8' lc_ collate \ 'en_US.UTF-8' lc_ctype 'en_US.
UTF-8';\""
FATAL: -c psql -d template1 -c "create database engine owner engine template template0 encoding 'UTF8' lc_collate 'en_US.UTF-8' lc_ctype 'en_US.UTF-8';" requires a valueSo I think the syntax given there is not right,So can anyone tell me the correct syntax.Or maybe I am doing something wrong.
Thanks,
Shubham
_______________________________________________
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel