<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Database upgrade script for 5.13 doesn't alter schema.version table in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/database-upgrade-script-for-5-13-doesn-t-alter-schema-version/m-p/143694#M100534</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply - will look at your reply in my other post and make sure not to duplicate questions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;A M Bharath&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Sep 2013 13:36:19 GMT</pubDate>
    <dc:creator>ambharath</dc:creator>
    <dc:date>2013-09-20T13:36:19Z</dc:date>
    <item>
      <title>Database upgrade script for 5.13 doesn't alter schema.version table</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/database-upgrade-script-for-5-13-doesn-t-alter-schema-version/m-p/143687#M100527</link>
      <description>When examining the upgrade scripts for the 5.13 release, I noticed the schema.property row in the ACT_GE_PROPERTY table is not upgraded. There is only one update to the schema, an additional history table. Is the omission of the update to the ACT_GE_PROPERTY table intentional?We can't use the automa</description>
      <pubDate>Wed, 10 Jul 2013 13:48:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/database-upgrade-script-for-5-13-doesn-t-alter-schema-version/m-p/143687#M100527</guid>
      <dc:creator>tiesebarrell</dc:creator>
      <dc:date>2013-07-10T13:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Database upgrade script for 5.13 doesn't alter schema.version table</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/database-upgrade-script-for-5-13-doesn-t-alter-schema-version/m-p/143688#M100528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have added the following to the script (Oracle). Can someone confirm this is all that's required? It appears to work correctly with the 5.13 engine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;update ACT_GE_PROPERTY set VALUE_ = '5.13' where NAME_ = 'schema.version';&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;update ACT_GE_PROPERTY set VALUE_ =&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; (select VALUE_ || ' upgrade(5.12 -&amp;gt; 5.13)' FROM ACT_GE_PROPERTY where NAME_ = 'schema.history')&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;where NAME_ = 'schema.history';&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 05:52:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/database-upgrade-script-for-5-13-doesn-t-alter-schema-version/m-p/143688#M100528</guid>
      <dc:creator>tiesebarrell</dc:creator>
      <dc:date>2013-07-12T05:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Database upgrade script for 5.13 doesn't alter schema.version table</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/database-upgrade-script-for-5-13-doesn-t-alter-schema-version/m-p/143689#M100529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hmm that indeed seems to be an error from our part.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The auto upgrade indeed sets the property correctly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The script approach should do the same, but it does not.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You are right, you need to apply that sql manual or else your engine won't reboot.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem is that we ca't fix it retro-actively…. in theory if we add the same for the 5.14 (or 5.13.1) it should just work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 07:50:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/database-upgrade-script-for-5-13-doesn-t-alter-schema-version/m-p/143689#M100529</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2013-07-12T07:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: Database upgrade script for 5.13 doesn't alter schema.version table</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/database-upgrade-script-for-5-13-doesn-t-alter-schema-version/m-p/143690#M100530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Joram,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;OK, thanks for the confirmation. At least it's now documented here for people to find if they need it. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 08:21:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/database-upgrade-script-for-5-13-doesn-t-alter-schema-version/m-p/143690#M100530</guid>
      <dc:creator>tiesebarrell</dc:creator>
      <dc:date>2013-07-12T08:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: Database upgrade script for 5.13 doesn't alter schema.version table</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/database-upgrade-script-for-5-13-doesn-t-alter-schema-version/m-p/143691#M100531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for sharing, Tiese &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://connect.hyland.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jul 2013 09:00:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/database-upgrade-script-for-5-13-doesn-t-alter-schema-version/m-p/143691#M100531</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-07-17T09:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Database upgrade script for 5.13 doesn't alter schema.version table</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/database-upgrade-script-for-5-13-doesn-t-alter-schema-version/m-p/143692#M100532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In activiti-explorer (ver 5.13), inside the activiti-engine-5.13 jar file, I don't see any upgrade (engine) scripts from version 5.11 to 5.12 &amp;amp; 5.12 to 5.13…eg: activiti.h2.upgradestep.511.to.512.engine &amp;amp; activiti.h2.upgradestep.512.to.513.engine are not to be found… is this an expected omission? If so, what is the work-around (other than the one mentioned by tiesebarrell) since I assume that whenever the activiti-explorer .war starts up (I am using Tomcat 7.0.42), it tries to upgrade the schema (when necessary, i.e., in case the schema version is older or lesser than the version of activiti-explorer)… I am using h2 database (ver 1.3.173)…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you please help!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;A M Bharath, new Activiti developer&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2013 07:59:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/database-upgrade-script-for-5-13-doesn-t-alter-schema-version/m-p/143692#M100532</guid>
      <dc:creator>ambharath</dc:creator>
      <dc:date>2013-09-20T07:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: Database upgrade script for 5.13 doesn't alter schema.version table</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/database-upgrade-script-for-5-13-doesn-t-alter-schema-version/m-p/143693#M100533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please don't post the same question multiple times, see my answer in your other post.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2013 12:53:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/database-upgrade-script-for-5-13-doesn-t-alter-schema-version/m-p/143693#M100533</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2013-09-20T12:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Database upgrade script for 5.13 doesn't alter schema.version table</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/database-upgrade-script-for-5-13-doesn-t-alter-schema-version/m-p/143694#M100534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply - will look at your reply in my other post and make sure not to duplicate questions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;A M Bharath&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2013 13:36:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/database-upgrade-script-for-5-13-doesn-t-alter-schema-version/m-p/143694#M100534</guid>
      <dc:creator>ambharath</dc:creator>
      <dc:date>2013-09-20T13:36:19Z</dc:date>
    </item>
  </channel>
</rss>

