DBUpgrade-to-3.3.pl hängt

Hilfe zu Znuny Problemen aller Art
Locked
mathiask
Znuny newbie
Posts: 11
Joined: 01 Jul 2013, 16:43
Znuny Version: 3.2.*

DBUpgrade-to-3.3.pl hängt

Post by mathiask »

Hallo,

beim Upgrade auf die 3.3.1 bekomme ich folgende Fehlermeldung beim Aufruf des DBUpgrade-to-3.3.pl scripts:

Code: Select all

Step 6 of 13: Checking Standard Template table columns... 
Check if 'template_type' columns exists.
'template_type' column not found, create it.
ALTER TABLE standard_template ADD template_type VARCHAR (100) NULL
DBD::Pg::db do failed: ERROR:  relation "standard_template" does not exist at /opt/otrs/Kernel/System/DB.pm line 499.
ERROR: OTRS-DBUpdate-to-3.3-10 Perl: 5.14.2 OS: linux Time: Mon Nov 25 12:52:56 2013

 Message: ERROR:  relation "standard_template" does not exist, SQL: 'ALTER TABLE standard_template ADD template_type VARCHAR (100) NULL'

 Traceback (2200): 
   Module: main::_AddTemplateTypeColumn (unknown version) Line: 484
   Module: scripts/DBUpdate-to-3.3.pl (unknown version) Line: 123

ERROR: OTRS-DBUpdate-to-3.3-10 Perl: 5.14.2 OS: linux Time: Mon Nov 25 12:52:56 2013

 Message: Error during execution of 'ALTER TABLE standard_template ADD template_type VARCHAR (100) NULL'!

 Traceback (2200): 
   Module: main::_AddTemplateTypeColumn (unknown version) Line: 486
   Module: scripts/DBUpdate-to-3.3.pl (unknown version) Line: 123

Died at scripts/DBUpdate-to-3.3.pl line 123.
DBCheck lief problemlos durch.
Ich versuche von der 3.2.11 upzugraden und die Datenbank die eingesetzt wird ist PostgreSQL auf einem extra Server.

Bin für jeden Tip dankbar!
Mathias
Locked