Hi, I'm not sure at what point exactly you see this dropdb failure. 
I checked the code at the dbscripts folder, and the only place where dropdb is 
run, is at the beginning of execution of create_db.sh which is run from 
create_db_devel.sh 
In addition, when I tried to create with non existing DB, I saw the same print, 
but the DB was still created. 

Please elaborate on what is your exact problem? 
Do you manage to perform psql engine postgres after running the script? 
You can also send us create_db.sh.log 

Thanks! 

----- Original Message -----

> From: "Stephen Liu" <sati...@yahoo.com>
> To: users@ovirt.org
> Sent: Friday, November 9, 2012 7:09:05 AM
> Subject: [Users] Problem on creating database

> Hi all,

> OS - Fedora 17 64bit
> Manual:
> http://wiki.ovirt.org/wiki/Building_Ovirt_Engine#Prerequisites

> Creating the database
> =================

> $ ls /home/satimis/ | grep ovirt-engine
> ovirt-engine

> $OVIRT_HOME = /home/satimis

> $ cd /home/satimis/ovirt-engine/backend/manager/dbscripts
> $ sudo ./create_db_devel.sh -u postgres
> Running original create_db script...
> Creating the database: engine
> dropdb: database removal failed: ERROR: database "engine" does not
> exist
> user name is: postgres
> Creating tables...
> Creating functions...
> Creating common functions...
> Inserting data ...
> .....
> .....
> Running upgrade sql script
> upgrade/post_upgrade/0010_add_object_column_white_list_table.sql ...
> Setting development configuration values ...
> Development setting done.

> dropdb: database removal failed: ERROR: database "engine" does not
> exist

> Please advise how to fix the problem? TIA

> B.R.
> Stephen L

> _______________________________________________
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
_______________________________________________
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users

Reply via email to