<?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: Upgrade Community 3.4.c to 3.4.d in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/upgrade-community-3-4-c-to-3-4-d/m-p/264378#M217508</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I used the quick install procedure on Ubuntu 10.04 server using the bundled mysql database that comes with the installer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Feb 2011 12:30:22 GMT</pubDate>
    <dc:creator>gdowrey</dc:creator>
    <dc:date>2011-02-24T12:30:22Z</dc:date>
    <item>
      <title>Upgrade Community 3.4.c to 3.4.d</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/upgrade-community-3-4-c-to-3-4-d/m-p/264376#M217506</link>
      <description>I have an existing vm with 3.4.c with an iscsi target as the repository.&amp;nbsp; I've built a new vm with 3.4.d.&amp;nbsp; Can I just point the new vm at the existing repository on the iscsi target after shutting down the vm with the previous version?</description>
      <pubDate>Wed, 23 Feb 2011 13:22:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/upgrade-community-3-4-c-to-3-4-d/m-p/264376#M217506</guid>
      <dc:creator>gdowrey</dc:creator>
      <dc:date>2011-02-23T13:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade Community 3.4.c to 3.4.d</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/upgrade-community-3-4-c-to-3-4-d/m-p/264377#M217507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So, normal upgrade procedure is install new version, start it, shut it down, delete alf_data and put previous version alf_data there, start Alfresco, and it recognizes as an older rev and does the upgrade.&amp;nbsp; So, I _think_ you could do what you describe, as long as 1) the alf_data ISCSI target is mounted in the same place/structure as the new-version install, and 2) you don't mentioned how you have the mysql db setup… see upgrade procedure for that, but take care of that, think the VM approach should work.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 02:41:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/upgrade-community-3-4-c-to-3-4-d/m-p/264377#M217507</guid>
      <dc:creator>gnyce</dc:creator>
      <dc:date>2011-02-24T02:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade Community 3.4.c to 3.4.d</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/upgrade-community-3-4-c-to-3-4-d/m-p/264378#M217508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I used the quick install procedure on Ubuntu 10.04 server using the bundled mysql database that comes with the installer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 12:30:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/upgrade-community-3-4-c-to-3-4-d/m-p/264378#M217508</guid>
      <dc:creator>gdowrey</dc:creator>
      <dc:date>2011-02-24T12:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade Community 3.4.c to 3.4.d</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/upgrade-community-3-4-c-to-3-4-d/m-p/264379#M217509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Likely you will need to start the bundled mysql (separately perhaps) and dump the Alfresco mysql db, save it elsewhere… then after the new install, shutdown Alfresco, start mysql separately again, delete the Alfresco db, create a new one and&amp;nbsp; restore the backed-up DB.&amp;nbsp; But test firstly.&amp;nbsp; Something like this…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- mysqldump -uUSER -pPASSWORD alfresco &amp;gt; /tmp/alfresco-dump.db&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- install new, start, then shutdown alfresco and start bundled mysql separately&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- mysql -u USER -p&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- show databases; drop database alfresco; create database alfresco; edit&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- msyql -uUSER -pPASSWORD alfresco &amp;lt; /tmp/alfresco-dump.db&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- start alfresco/tomcat and watch the ~/tomcat/log/catalina.out to see it upgrades it ok.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Test this first - I could easily have some of this not-quite-right (just back from holiday)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Feb 2011 15:15:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/upgrade-community-3-4-c-to-3-4-d/m-p/264379#M217509</guid>
      <dc:creator>gnyce</dc:creator>
      <dc:date>2011-02-26T15:15:45Z</dc:date>
    </item>
  </channel>
</rss>

