From fc7990c62d85fdebef4a438a1fbc9d69a3710d55 Mon Sep 17 00:00:00 2001 From: cassiopc Date: Wed, 22 Aug 2012 16:39:03 +0200 Subject: small bug fixes, inclusion of file size limit configurable --- boca-1.5.0/doc/INSTALL.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'boca-1.5.0/doc/INSTALL.txt') diff --git a/boca-1.5.0/doc/INSTALL.txt b/boca-1.5.0/doc/INSTALL.txt index a9d3bc3..6319c82 100644 --- a/boca-1.5.0/doc/INSTALL.txt +++ b/boca-1.5.0/doc/INSTALL.txt @@ -121,6 +121,23 @@ setting up the correct values. Ex: 5) It's all done. Now you have to manage the contest with a browser and boca. Proceed to the ADMIN.TXT file. + +---------- +==> DETAIL ABOUT MOVING FROM POSTGRES 8.x TO 9.1 +LARGE OBJECTS GET WRONG OWNERSHIP. TO FIX, RUN WITHIN psql: +# su - postgres +# psql -d bocadb + +do $$ +declare r record; +begin +for r in select loid from pg_catalog.pg_largeobject loop +execute 'ALTER LARGE OBJECT ' || r.loid || ' OWNER TO bocauser'; +end loop; +end$$; +\q + + Security Issues --------------- It is strongly recommended that BOCA be installed on a computer -- cgit v1.2.3