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?
Upgrade von OTRS 3.2.10 zu 3.3.0-beta1
Re: Upgrade von OTRS 3.2.10 zu 3.3.0-beta1
Hi,
bin mir nicht sicher ob das ein Bug ist.
Hast du das mal gemacht?
bin mir nicht sicher ob das ein Bug ist.
Code: Select all
check that column/key exists
OTRS 3.2.9
SUSE 12.2
MySQL
SUSE 12.2
MySQL
-
- 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
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
check that column/key exists --> hier habe ich erstmal noch nichts gemacht bzw. hier scheiters an meinen geringen mysql Kenntnissen

-
- 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
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
Eventuell passt das ja dann auch da diese hier gelöscht werden sofern ich das richtig verstehe (DROP ...).
Ansonsten bitte aufklären

-
- 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
hier ein Überblick über die Datenbank:
You do not have the required permissions to view the files attached to this post.
Re: Upgrade von OTRS 3.2.10 zu 3.3.0-beta1
eSolve wrote:ich sehe grade das es keine Tablellen gibt wie z. B. standard_respsone_*
So wie ich das sehe ist es eine Spalte und keine Tabelle....check that column/key exists
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
SUSE 12.2
MySQL
-
- 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
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.
ERROR 1091 (42000) at line 109: Can't DROP 'standard_response_name'; check that column/key exists
danach kam nix mehr
