Upgrade von OTRS 3.2.10 zu 3.3.0-beta1

Hilfe zu Znuny Problemen aller Art
Locked
eSolve
Znuny newbie
Posts: 29
Joined: 21 Jun 2013, 09:11
Znuny Version: 3.2.8
Real Name: Oliver Eisenschink
Company: eSolve AG

Upgrade von OTRS 3.2.10 zu 3.3.0-beta1

Post by eSolve »

Hi Zusammen,

bekomme beim Upgrade folgenden Fehler bzw. Fehlerausgabe beim Aurruf des DB Schema Upgrades:

root@servername:/opt/otrs# cat scripts/DBUpdate-to-3.3.mysql.sql | mysql -p -f -u root otrs
Enter password:
INFO: Foreign key constraint FK_standard_response_valid_id_id does not exist, skipping.
INFO: Foreign key constraint FK_standard_response_valid_id_id does not exist, skipping.
INFO: Foreign key constraint FK_standard_response_create_by_id does not exist, skipping.
INFO: Foreign key constraint FK_standard_response_create_by_id does not exist, skipping.
INFO: Foreign key constraint FK_standard_response_change_by_id does not exist, skipping.
INFO: Foreign key constraint FK_standard_response_change_by_id does not exist, skipping.
INFO: Foreign key constraint FK_queue_standard_response_standard_response_id_id does not exist, skipping.
INFO: Foreign key constraint FK_queue_standard_response_standard_response_id_id does not exist, skipping.
INFO: Foreign key constraint FK_queue_standard_response_queue_id_id does not exist, skipping.
INFO: Foreign key constraint FK_queue_standard_response_queue_id_id does not exist, skipping.
INFO: Foreign key constraint FK_queue_standard_response_create_by_id does not exist, skipping.
INFO: Foreign key constraint FK_queue_standard_response_create_by_id does not exist, skipping.
INFO: Foreign key constraint FK_queue_standard_response_change_by_id does not exist, skipping.
INFO: Foreign key constraint FK_queue_standard_response_change_by_id does not exist, skipping.
INFO: Foreign key constraint FK_standard_response_attachment_standard_response_id_id does not exist, skipping.
INFO: Foreign key constraint FK_standard_response_attachment_standard_response_id_id does not exist, skipping.
INFO: Foreign key constraint FK_standard_response_attachment_standard_attachment_id_id does not exist, skipping.
INFO: Foreign key constraint FK_standard_response_attachment_standard_attachment_id_id does not exist, skipping.
INFO: Foreign key constraint FK_standard_response_attachment_create_by_id does not exist, skipping.
INFO: Foreign key constraint FK_standard_response_attachment_create_by_id does not exist, skipping.
INFO: Foreign key constraint FK_standard_response_attachment_change_by_id does not exist, skipping.
INFO: Foreign key constraint FK_standard_response_attachment_change_by_id does not exist, skipping.
ERROR 1091 (42000) at line 109: Can't DROP 'standard_response_name'; check that column/key exists

Kann damit jemand was anfangen?
dali
Znuny newbie
Posts: 31
Joined: 29 May 2013, 10:16
Znuny Version: 3.2.6

Re: Upgrade von OTRS 3.2.10 zu 3.3.0-beta1

Post by dali »

Hi,

bin mir nicht sicher ob das ein Bug ist.

Code: Select all

check that column/key exists
Hast du das mal gemacht?
OTRS 3.2.9
SUSE 12.2
MySQL
eSolve
Znuny newbie
Posts: 29
Joined: 21 Jun 2013, 09:11
Znuny Version: 3.2.8
Real Name: Oliver Eisenschink
Company: eSolve AG

Re: Upgrade von OTRS 3.2.10 zu 3.3.0-beta1

Post by eSolve »

ich habe de upgrade soweit gemacht. bzw. bin ich mir nicht sicher ob das Schema Upgrade nach der obigen Fehlermeldung abgeschlossen ist oder ob dann noch was fehlt.

check that column/key exists --> hier habe ich erstmal noch nichts gemacht bzw. hier scheiters an meinen geringen mysql Kenntnissen ;)
eSolve
Znuny newbie
Posts: 29
Joined: 21 Jun 2013, 09:11
Znuny Version: 3.2.8
Real Name: Oliver Eisenschink
Company: eSolve AG

Re: Upgrade von OTRS 3.2.10 zu 3.3.0-beta1

Post by eSolve »

ich sehe grade das es keine Tablellen gibt wie z. B. standard_respsone_*

Eventuell passt das ja dann auch da diese hier gelöscht werden sofern ich das richtig verstehe (DROP ...).

Ansonsten bitte aufklären :)
eSolve
Znuny newbie
Posts: 29
Joined: 21 Jun 2013, 09:11
Znuny Version: 3.2.8
Real Name: Oliver Eisenschink
Company: eSolve AG

Re: Upgrade von OTRS 3.2.10 zu 3.3.0-beta1

Post by eSolve »

hier ein Überblick über die Datenbank:
test6.jpg
You do not have the required permissions to view the files attached to this post.
dali
Znuny newbie
Posts: 31
Joined: 29 May 2013, 10:16
Znuny Version: 3.2.6

Re: Upgrade von OTRS 3.2.10 zu 3.3.0-beta1

Post by dali »

eSolve wrote:ich sehe grade das es keine Tablellen gibt wie z. B. standard_respsone_*
check that column/key exists
So wie ich das sehe ist es eine Spalte und keine Tabelle....

Ist das Script sonst ohne Fehler durchgelaufen?

EDIT: Was red ich da... DROP droppt Tabellen und keine Spalten, das würde man mit ALTER machen, right?
OTRS 3.2.9
SUSE 12.2
MySQL
eSolve
Znuny newbie
Posts: 29
Joined: 21 Jun 2013, 09:11
Znuny Version: 3.2.8
Real Name: Oliver Eisenschink
Company: eSolve AG

Re: Upgrade von OTRS 3.2.10 zu 3.3.0-beta1

Post by eSolve »

das war die letzte Meldung im Skript:

ERROR 1091 (42000) at line 109: Can't DROP 'standard_response_name'; check that column/key exists

danach kam nix mehr ;) ob danach noch was kommen müsste kann ich nicht sagen.
Locked