Forum OpenACS Q&A: Re: Naviserver upgrade issue on RHEL 7.9

Collapse
Posted by Michael Steigman on
Thanks for the continued hand-holding! :) Upgrade of core alone followed by a restart got us further. Core upgraded cleanly.

Upon restart, we upgrade Xotcl-core and Xowiki together. Those two pulled in a few other packages as well. On the upgrade, we hit this error:

Notice: ### db_with_handle returned error <Database operation "0or1row" failed (exception ERROR, "ERROR: invalid input syntax for type integer: "top_portlet"
: LINE 4: where parameter_id = 'top_portlet';
: ERROR: invalid input syntax for type integer: "top_portlet"
: LINE 4: where parameter_id = 'top_portlet';

Looking at Tcl upgrade logic for Xowiki, there are a few instances of "copy/delete_parameter top_portlet" in the upgrade path. I checked the source of the utility proc but I don't have the context to make a guess as to what could have caused this specific issue. Any ideas?

Also, is there any specific ordering of Xotcl-core and Xowiki that's helpful during an upgrade?

Thanks again!