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:
postgres@linux-0t17:/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