Bug #1108 (closed)
DB Upgrade fails on Postgres 8.1
Reported by: | jamoore | Owned by: | jamoore |
---|---|---|---|
Priority: | blocker | Cc: | palmeida@…, admin-ome@…, mvalle@… |
Sprint: | n.a. | ||
Total Remaining Time: | n.a. |
Description
Reported by several 8.1 users:
I get the same error when upgrading, using PostgreSQL 8.1.11 :
CREATE VIEW
ERROR: syntax error at or near "," at character 975
LINE 23: FOR dup1, dup2 IN EXECUTE sql LOOP
ERROR: current transaction is aborted, commands ignored until end of
transaction block
Change History (2)
comment:1 Changed 16 years ago by jmoore
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 16 years ago by jmoore
- Milestone changed from OMERO-Beta4 to OMERO-Beta3.2
We'll push this out prior to milestone:OMERO-Beta4.
r2934 (trunk) and r2935 (Beta3.1) have a fix for this. The file can be downloaded directly via:
https://trac.openmicroscopy.org.uk/omero/browser/trunk/sql/psql/OMERO3A__11/OMERO3A__5.sql?format=txt
and executed as per OmeroUpgrade:
from wherever you downloaded it to.