[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: First upgrade attempt from 1.2.21 -> 1.3.0RC4 == Fail
- Subject: Re: First upgrade attempt from 1.2.21 -> 1.3.0RC4 == Fail
- From: Chris Travers <..hidden..>
- Date: Thu, 6 Oct 2011 16:27:18 -0700
Hmmmm..... Ok, so we have found another failure case.
Adding the following to the 1.2-pre-upgrade-check:
SELECT * FROM employee WHERE employeenumber IN
(SELECT employeenumber FROM employee GROUP BY employeenumber
HAVING count(*) > 1);
And to the automated checks in setup.pl......
If you correct those issues, the setup should go more smoothly.
Best Wishes,
Chris Travers