On 28/09/07 03:25 +0200, [EMAIL PROTECTED] wrote:
> 
> The problem is resolved when i run the tinyerp service before excuting the 
> commande : 
> tinyerp-server.exe -d base_name -r postgre_admin_user -s --stop-after-init 
> --update=all 
> 
> But when I try to execute : 
> python doc/migrate/4.0.0-4.2.0/post.py -d base_name -r postgre_admin_user
> 
> I get this error message :
> Traceback (most recent call last):
>   File "post.py", line 130, in <module>
>     cr.execute('SELECT bank_name, swift, id FROM res_partner_bank WHERE bank 
> IS
> NULL AND (bank_name IS NOT NULL OR swift IS NOT NULL)')
> psycopg.ProgrammingError: ERROR:  column "bank_name" does not exist
> 
> SELECT bank_name, swift, id FROM res_partner_bank WHERE bank IS NULL AND 
> (bank_n
> ame IS NOT NULL OR swift IS NOT NULL)
> 
> Please help, I repeat that i have my base in Tinyerp version 4.2 rc2 and want 
> to migrate to 4.2 rc3
> 

When you migrate from rc2 to rc3, you don't need to run the migration
script. It is for the DB that comes from 4.0 installation

-- 
Cédric Krier

Tiny sprl
Chaussée de Namur, 40
B-1367 Gérompont
Belgique
Tel: +32 81 81 37 00
Fax: +32 81 73 35 01
Web: http://www.tiny.be

Attachment: pgpz2aweHaFWD.pgp
Description: PGP signature

_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman/listinfo/tinyerp-users

Reply via email to