Skip to Content.
Sympa Menu

comanage-users - RE: [comanage-users] Database schema upgrade failed (1.0.6->2.0.0)

Subject: COmanage Users List

List archive

RE: [comanage-users] Database schema upgrade failed (1.0.6->2.0.0)


Chronological Thread 
  • From: "Matthew X. Economou" <>
  • To: "Scott Koranda" <>, <>
  • Subject: RE: [comanage-users] Database schema upgrade failed (1.0.6->2.0.0)
  • Date: Fri, 26 May 2017 11:45:39 -0400
  • Ironport-phdr: 9a23:SlYAdxcw/x9CvlXRKwGqNPc/lGMj4u6mDksu8pMizoh2WeGdxcS8YB7h7PlgxGXEQZ/co6odzbGH7Oa7BydRu96oizMrSNR0TRgLiMEbzUQLIfWuLgnFFsPsdDEwB89YVVVorDmROElRH9viNRWJ+iXhpTEdFQ/iOgVrO+/7BpDdj9it1+C15pbffxhEiCCzbL52Lhi6twvcu8gZjYZmNKo61wfErGZPd+lK321jOEidnwz75se+/Z5j9zpftvc8/MNeUqv0Yro1Q6VAADspL2466svrtQLeTQSU/XsTTn8WkhtTDAfb6hzxQ4r8vTH7tup53ymaINH2QLUpUjms86tnVBnlgzocOjUn7G/YlNB/jKNDoBKguRN/xZLUYJqIP/Z6Z6/RYM8WSXZEUstXSidPAJ6zb5EXAuUOIelWsobzqV0XoxWwBgejBv/vyjFIiHHoxqA6z/0hHALa0AA8A94CrnLZp8j1OqcIVuC1ybHFwTvEYfxMxTf99IjIfQ4voPqRXL18a9fax0YzGAPCiFWQronlPzSI1ugDrmOW6OVhWvypi24gswFxoj+vxsE3h4nInIIV1lbE9SJ2wIovIt24UkF7bMeiHZBNuS+aMI52TdkjQ2FuoCs6xbwGuYK7fCgX05sr3QLQa/uCc4WO/xntV/6RLC9miH9qYr6zmgi+/Ea6xuHhWMS4yldHojdDn9LRrH4CzQbT5dKCSvZl/keuxzKP1wfL5+FBLkE4iLDXK587wr4skJoTtkvDEjXxmEXsg6+abkQk+u625OT7erjquJCRO5Vphg3gPKkigNGzDOoiPgUPQmSX4eG826fi/U39TrVKlPo2kqzBvZHVO8sboKm5AxdV0oYk7RayFDam0M4EnXkBK1JFdwiLj4/zO1HBOPz4F+uwg0ywkDd3wPDLJqHuApLILnfZlrfuZ7l95FBFxAou1tBQ+YhUCqoaLfL3W0/xr8DYDgQnPwCuwubnDsl92Z0EWWKJHKCZLL3evUWW6e0yPunfLLMS7XzGIP85+7bNimUwn1MUN+H9xpgQcnm+Ev1OLECQYH6qidAERyNC6gE5SeXsgVKPFCNIamypd6M6+jwhDo+6V8HOSp3705Kb2yLuVLhfenxGB0/EITGgWo6DXfAJbz/YaptxnzoDTbimTacgzw2oswC8zKBoeLmHshYEvI7ugYAmr9bYkgs/oHktV5yQ

> If you are confident that you are properly clearing the caches (see
the
> note in the wiki about "Sometimes the cache clearing failed...") and
> still see this issue please let us know.

I was going further than the clearcache script, deleting everything
under .../local/tmp:

find /var/cache/registry -type f -print -delete

I changed that to just /var/cache/registry/cache since I don't want to
delete the log files:

find /var/cache/registry/cache -type f -print -delete

Either way, I get the same error. Here's a transcript of both the find
command and the upgradeVersion command:

https://gist.github.com/xenophonf/21d4c126053526a554cb11513ec46992

I re-ran the find -delete command after running upgradeVersion, and it
deleted the following files, which fixes the internal error:

https://gist.github.com/xenophonf/7ec26d27aaad1418f419319fed206529

I'm going to add that second clearcache pass to my deployment script.

Best wishes,
Matthew

--
"The lyf so short, the craft so longe to lerne."




Archive powered by MHonArc 2.6.19.

Top of Page