Re: [otrs] DBUpdate-to-3.2 errors during upgrade from 3.1.12 -> 3.2.2

2013-03-18 Thread Ralf Hildebrandt
* Michiel Beijen : > the ticket_answered column does exist in OTRS 3.1 databases (otherwise the > ticket API would not work); so if it's not there when you run the DBUpdate > SQL this is probably because this is the second time you ran it? Only ran it once, BTW. I cut&pasted from the screen outp

Re: [otrs] DBUpdate-to-3.2 errors during upgrade from 3.1.12 -> 3.2.2

2013-03-18 Thread Ralf Hildebrandt
* Michiel Beijen : > > otrs:/opt/otrs# cat scripts/DBUpdate-to-3.2.mysql.sql | mysql -p -f -u root > > otrs > > Enter password: > > ERROR 1091 (42000) at line 20: Can't DROP 'ticket_answered'; check that > > column/key exists > > > > the ticket_answered column does exist in OTRS 3.1 databases (

Re: [otrs] DBUpdate-to-3.2 errors during upgrade from 3.1.12 -> 3.2.2

2013-03-18 Thread Michiel Beijen
Hi Ralf, On Mon, Mar 18, 2013 at 2:25 PM, Ralf Hildebrandt < ralf.hildebra...@charite.de> wrote: > otrs:/opt/otrs# cat scripts/DBUpdate-to-3.2.mysql.sql | mysql -p -f -u > root otrs > Enter password: > ERROR 1091 (42000) at line 20: Can't DROP 'ticket_answered'; check that > column/key exists >