Hi Malte,
I figured there are two ways to install a new package.
1 - The one you post above
From acs-admin -> package manager -> install new package
http://www.myybiz.net:8090/acs-admin/apm/packages-install
2- The one i oftenly used on my box
From acs-admin -> install software -> install from local/install from repository
So far i installed using the 1 method and chose to install the datamodel manually. then it was just run:
psql -f contact-create.sql
and get back to the website and enable the new package i installed.
It's working fine I believe there's no risk to be loosing data, is it correct?
ps:
before I ran contact-create.sql mannually I tried the follow steps.
I ran psql -f contact-drop.sql. Just to be sure I cleaned up everything. Then i tried to install the datamodel from the browser but i got an error reference at
psql:contacts-search-create.sql:38: ERROR: duplicate key violates unique constraint "acs_object_types_pk"
CONTEXT: PL/pgSQL function "acs_object_type__create_type" line 37 at SQL statement
Is there any way to track the message error to show up this info then we can delete mannually from the table the record referenced by the ID?
It seems madness but I was looking at the tables the data, but it's just impossible to know all the relations. :)