[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Health-dev] error on DB-upgrade
From: |
Axel Braun |
Subject: |
[Health-dev] error on DB-upgrade |
Date: |
Mon, 19 Jun 2017 22:01:31 +0200 |
Hi Luis,
Am Montag, 12. Juni 2017, 17:54:08 CEST schrieb Luis Falcon:
> Please report any issues on this mailing list.
I'm getting error messages on upgrading an existing 3.0 database:
address@hidden:/mnt> psql gnuhealth30 < /usr/share/doc/packages/
gnuhealth/upgrade/3.2/upgrade_32.sql
FEHLER: Spalte »category« von Relation »product_template« existiert nicht
UPDATE 0
UPDATE 0
FEHLER: Spalte »active« von Relation »gnuhealth_medicament« existiert nicht
LINE 3: update gnuhealth_medicament set active=True;
^
FEHLER: Spalte »active« von Relation »gnuhealth_healthprofessional« existiert
nicht
LINE 2: update gnuhealth_healthprofessional set active=True;
^
FEHLER: Spalte »active« von Relation »gnuhealth_lab_test_type« existiert
nicht
LINE 2: update gnuhealth_lab_test_type set active=True;
^
FEHLER: Spalte »active« von Relation »gnuhealth_imaging_test« existiert nicht
LINE 2: update gnuhealth_imaging_test set active=True;
^
FEHLER: Relation »gnuhealth_ambulance« existiert nicht
LINE 2: update gnuhealth_ambulance set active=True;
^
FEHLER: Spalte »category« von Relation »product_template« existiert nicht
means:
Error: Column 'category' of relation 'Product_template' does not exist.
Cheers
Axel