[rt-users] FW: Issue upgrading to 4.2.x

Adam Hutchins AHutchins at toknc.com
Wed Nov 20 16:23:43 EST 2013


That worked! Thank you very much for your help!

Adam Hutchins, Systems Administrator
Town of Kernersville, NC, USA
o-336.992.5456 m-336.529.7164


-----Original Message-----
From: Alex Vandiver [mailto:alexmv at bestpractical.com]
Sent: Wednesday, November 20, 2013 3:05 PM
To: rt-users at lists.bestpractical.com
Subject: Re: [rt-users] FW: Issue upgrading to 4.2.x

On Wed, 2013-11-20 at 14:46 -0500, Adam Hutchins wrote:
> On Wed, 2013-11-20 at 14:34 -0500, Adam Hutchins wrote:
> > > Did you attempt the 4.0 -> 4.2 upgrade at some earlier point?
> > Not that I'm aware of.
>
> That's extremely odd.  Can you show the output of:
>  mysqldump -u root rt4 -p --no-data

This dump confirms that you either ran 'make initdb', or did a test upgrade, and did not drop the database before re-importing your backup.
This results in some 4.2 tables still existing, with 4.0 schemas and data in the remainder of the database.

Running:

  mysql -u root -p rt4 -e 'drop table ObjectScrips'

...should suffice to remove the extraneous table, and allow 'make upgrade-database' to complete.

 - Alex


This email message, and any attachment(s) hereto, as well as any email message(s) that may be sent in response to it, may be considered Public Record, and as such are subject to requests for review.  If you are not the intended recipient, please destroy this message and inform the sender immediately.  The information contained in this email may be confidential and, in any event, is intended only for the use of the entity or individual to whom it is addressed.  Thank you.


More information about the rt-users mailing list