[OGo-Bugs][Bug 1844] Installer does not ask for a password

bugs@opengroupware.org bugs@opengroupware.org
Tue, 6 Mar 2007 18:07:17 +0100 (CET)


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.

http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1844





------- Additional Comments From awilliam@whitemice.org  2007-03-06 18:07 -------
Only one small problem...

rpm -qf
/usr/local/share/opengroupware.org-1.1/dbsetup/PostgreSQL/pg-build-schema.psql
ogo-database-setup-1.1-0

The scripts to create the database are packaged in the package that should not /
cannot be installed.  

Since OGo is essentially useless without a database is seems like these SQL
files should be included in ogo-logic or ogo-environment (or some other
low-level package) essential to OGo.  But not executed by those packages.

The advantage of ogo-database-setup is that it can be installed on a different
server than the OGo server itself - but most sites doing such a thing very
probably have advanced PostgreSQL setups anyway.  Seems reasonable to just have
ogo-database-setup either just use the required files as temporary files - not
leaving them behind anywhere - or to depend on ogo-logic (or whatever provides
the files) and to assume that advanced users can figure out how to scp the
appropriate files to their database server on their own;  thus only recommend
ogo-database-setup for basic installations.

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.