Ticket #3720 (new defect)
Upgrade script db18.py can fail.
| Reported by: | cboos | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.10.6 |
| Component: | general | Version: | 0.10b1 |
| Severity: | normal | Keywords: | upgrade |
| Cc: |
Description (last modified by cboos) (diff)
In the new session table, we introduce a compound primary key on (sid,authenticated).
However, during the upgrade, depending on the content of the old session table, we might insert duplicate records according to this key. This in turn aborts the upgrade.
On 9/13/06, nomorsad <nomorsad@gmail.com> wrote:
... In fact, the db17 is working well, but db18 fails !! ... Command failed: columns sid, authenticated, name are not unique
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


