health
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Health] Upgrading from GNU Health 1.4.3 to 1.4.4


From: Sebastián Marró
Subject: Re: [Health] Upgrading from GNU Health 1.4.3 to 1.4.4
Date: Fri, 16 Mar 2012 09:08:08 -0300

Hi Chris

2012/3/16 Christoph H. Larsen <address@hidden>
Dear All,
The new is_pharmacy field seems to create some troubles during upfgrade
from version 1.4.3 to 1.4.4.
This is what I get:
------------------------------------------------
ProgrammingError: column party_party.is_pharmacy does not exist
LINE 1: ..._number","party_party"."is_person" AS "is_person","party_par...
------------------------------------------------
Seems some manual modifications of the database dump may be required?
Any ideas?

You need to run trytond with the DATABASE and UPDATE options, like...

Update all modules:
trytond -d mydatabase -u all 

Update one module:
trytond -d mydatabase -u modulename 

In your case, the trouble is fixed with:
trytond -d mydatabase -u health 

For more information on updating an existing database [1]

Cheers

[1] http://code.google.com/p/tryton/wiki/Update
 
Thanks a lot!
Chris




--
Sebastián Marró
thymbr@
Converging Ideas for Emerging Realities

www.thymbra.com


reply via email to

[Prev in Thread] Current Thread [Next in Thread]