6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
10/17/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#5949] upgrade from 2.1 to 2.2 is broken for postgres
*
Your Email Address
*
Spam protection
Enter the letters below:
.___..__ .__ .__ .__ _/ [__)[__)[ __[__) ./__.| | \[_./|
Comment
> Postgres doesn't have CHANGE for ALTER TABLE. This fails: > > > > 'ALTER TABLE ' . $db_table . ' CHANGE object_name object_lastname > VARCHAR(255)', > > > > It should be: > > > > 'ALTER TABLE ' . $db_table . ' ALTER object_name TYPE VARCHAR(255)', > > 'ALTER TABLE ' . $db_table . ' RENAME object_name TO object_lastname', > > > > Also, > > > > require_once HORDE_BASE . '/lib/core.php'; > > > > I'm guessing needs to be moved up before > > > > require_once 'Horde/CLI.php'; > > > > And, lastly, it depends on MDB2 which isn't tested for in any of the > test.php scripts or mentioned in any of the included docs that grep > could find.
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