Ticket #281 (closed defect: fixed)
Upgrade script fails on maia_mail_recipients table with "already exists" error
| Reported by: | rjl | Owned by: | rjl |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.0.1 |
| Component: | PHP scripts | Version: | 1.0.0 |
| Severity: | normal | Keywords: | upgrade 4.php token token_system_idx |
| Cc: |
Description
A number of people have reported receiving the following error during the upgrade process (from RC5 to 1.0.0):
DB Error: already exists = [ALTER TABLE maia_mail_recipients ADD CONSTRAINT UNIQUE token_system_idx ( token )]
It appears that the algorithm being used to generate the initial set of tokens during the upgrade process is producing some duplicates, rather than the unique values it's supposed to generate.
Change History
Note: See
TracTickets for help on using
tickets.

