Opened 12 years ago
Closed 4 years ago
#47 closed defect (wontfix)
Upgrade script not compatible with PostgreSQL 7.4
Reported by: | Dominic Hargreaves | Owned by: | Dominic Hargreaves |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | wiki-toolkit | Version: | svn |
Keywords: | Cc: |
Description
During a schema upgrade running on PostgreSQL 7.4 the following error was encountered.
DBD::Pg::db do failed: ERROR: adding columns with defaults is not implemented HINT: Add the column, then use ALTER TABLE SET DEFAULT. at /usr/share/perl5/Wiki/Toolkit/Setup/Pg.pm line 369. DBD::Pg::db do failed: ERROR: adding columns with defaults is not implemented HINT: Add the column, then use ALTER TABLE SET DEFAULT. at /usr/share/perl5/Wiki/Toolkit/Setup/Pg.pm line 369. pendency problems - leaving unconfigured
Not sure how easy it would be to fix this. Is anyone else still running Postgres 7.4 I wonder.
Note: See
TracTickets for help on using
tickets.
PostgreSQL is now sufficiently old that I think we can reasonably ignore this.