jive sbs / upgrade / postgres problem
Posted: April 9th, 2011 | Author: micha | Filed under: centos, database, it, linux | Tags: database, debug, linux | No Comments »after the upgrade to jive sbs 4.5.5.2 the conversion node doesn`t work anymore. solution was to alter a table on the database machine:
alter table jiveDVRevision alter column metadata type varchar(5000);
old > (3500)
Leave a Reply