6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
9/14/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#9835] db schema update for h3->h4 conversion
*
Your Email Address
*
Spam protection
Enter the letters below:
.___.. ..__ . .. . _/ | |[__)| ||__| ./__.|__|| |/\|| |
Comment
> I did exactly what you described in your post - manually dropped > indexes, then upgrade script was able to create new ones. Thanks that > you confirm my theory. > >> I see this problem. >> >> The reason it happens on my system, is that the primary key constraints have >> different names than those that the upgrade script is expecting. It >> attempts to >> drop the primary key using an incorrect name which fails, then adds it back >> again. The add of course fails with the reported message. >> >> The postgres version is 8.4.2 on centos5, although the database was >> originally >> created on a much earlier version. >> >> Running the following commands before the upgrade, allows the upgrade to >> run on my installation. >> >> alter table imp_sentmail drop constraint imp_primary_idx; >> alter table turba_shares drop constraint turba_shares_pkey_idx; >> alter table kronolith_shares drop constraint kronolith_shares_pkey_idx; >> alter table ingo_shares drop constraint ingo_shares_primary_idx; >> alter table ingo_rules drop constraint ingo_rules_primary_idx; >> alter table mnemo_shares drop constraint mnemo_shares_pkey_idx; >> alter table nag_shares drop constraint nag_shares_pkey_idx; >> alter table horde_groups drop constraint group_primary_idx; >> alter table horde_histories drop constraint history_primary_idx; >> alter table horde_perms drop constraint perms_primary_idx; >> alter table horde_vfs drop constraint vfs_primary_idx; >> >> There is then a problem with rampage_types which is resolved by running the >> failed upgrade again. >> >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers