[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gnumed-devel] Re-bootstraping problem & fring around with the conf-file
From: |
Michael Bonert |
Subject: |
[Gnumed-devel] Re-bootstraping problem & fring around with the conf-file |
Date: |
Wed, 14 May 2003 01:00:01 -0400 (EDT) |
When re-bootstrapping I got the following error:
---
SNIP
psql:/home/michael/gnumed/gnumed/server/bootstrap/sql/gmclinical.sql:181:
ERROR: Relation
"audit_mark" does not exist
---
I looked through 'bootstrap-gm_db_system.py' and my conf-file
and tried a few things.
Things worked after I added 'sql/gmAudit.sql' to the schema in my
conf-file.
My conf-file changed from:
----OLD---- (kaputt)
SNIP
postgres version = 7.1
registration database = core
schema = $schema$
sql/gmidentity.sql
SNIP
--- --- --- ---
To:
----NEW---- (functional)
SNIP
postgres version = 7.1
registration database = core
schema = $schema$
sql/gmAudit.sql
sql/gmidentity.sql
SNIP
--- --- --- ---
I reckon their following might need some revision:
bootstrap-standard-AU.conf
bootstrap-standard-DE.conf
bootstrap-standard.conf.template
-- OR --
Changes have to made in:
gmclinical.sql
I imagine the question here is:
Is auditing going to be standard?
Michael
- [Gnumed-devel] Re-bootstraping problem & fring around with the conf-file,
Michael Bonert <=