Update of bug #64464 (project health): Status: In Progress => Confirmed
_______________________________________________________ Follow-up Comment #3: Hmm I ran po-export... The error seems to happen in here: psycopg2.errors.UndefinedColumn: column "create_uid" of relation "gnuhealth_protein_disease" does not exist LINE 1: INSERT INTO "gnuhealth_protein_disease" AS "a" ("create_uid"... psycopg2 complains about the create_uid column does not exist on table gnuhealth_protein_disease. It might be related to the length of the model, but I have not run into issues yet in other contexts, and the protein disease model has been there for some versions now... ... I'll run the export process from the client and let you know. Table "public.gnuhealth_protein_disease" Column | Type | Collation | Nullable | Default ---------------------+--------------------------------+-----------+----------+------------------------------------------------------- id | integer | | not null | nextval('gnuhealth_protein_disease_id_seq'::regclass) acronym | character varying | | not null | active | boolean | | | false create_date | timestamp(6) without time zone | | | create_uid | integer | | | description | text | | | ... _______________________________________________________ Reply to this item at: <https://savannah.gnu.org/bugs/?64464> _______________________________________________ Message sent via Savannah https://savannah.gnu.org/