<?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 from 5.7.1 to 5.7.2 in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/upgrade-from-5-7-1-to-5-7-2/m-p/319649#M6650</link>
    <description>&lt;P&gt;okay, this is sort of ghetto, but it makes me want to vouge&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;shut down nuxeo 5.7.1&lt;/LI&gt;
&lt;LI&gt;copy the &lt;CODE&gt;nuxeo-cap-5.7.1-tomcat/nxserver/data/&lt;/CODE&gt; directory some someplace (say &lt;CODE&gt;~/nuxeo_home/nxserver/data&lt;/CODE&gt;)&lt;/LI&gt;
&lt;LI&gt;remove or rename the file &lt;CODE&gt;~/nuxeo_home/nxserver/data/instance.clid&lt;/CODE&gt; (if &lt;CODE&gt;~/nuxeo_home/nxserver/data/&lt;/CODE&gt; is your data directory from 5.7.1)&lt;/LI&gt;
&lt;LI&gt;unzip 5.7.2 and start it up&lt;/LI&gt;
&lt;LI&gt;run through the wizard; use the path from step 2 as the location of the data directory; use the same postgres database as 5.7.1, and make sure to select the DAM module for install&lt;/LI&gt;
&lt;LI&gt;stop the 5.7.2 server&lt;/LI&gt;
&lt;LI&gt;if you are using shibboleth, manually place in your &lt;A href="https://maven-us.nuxeo.org/nexus/service/local/repositories/public-releases/content/org/nuxeo/ecm/platform/nuxeo-platform-login-shibboleth/5.7.2/nuxeo-platform-login-shibboleth-5.7.2.jar"&gt;shibboleth jar from maven&lt;/A&gt; into nxserver/bundle and shibboleth-login-config.xml into nxserver/config&lt;/LI&gt;
&lt;LI&gt;here is the vodou &lt;CODE&gt;./nuxeo-cap-5.7.2-tomcat/bin/nuxeoctl mp-install nuxeo-dam-5.7.2&lt;/CODE&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;BLOCKQUOTE&gt;
&lt;PRE&gt;
&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Detected Tomcat server.
Nuxeo home:          /apps/nuxeo/nuxeo-cap-5.7.2-tomcat
Nuxeo configuration: /apps/nuxeo/nuxeo-cap-5.7.2-tomcat/bin/nuxeo.conf
Include template: /apps/nuxeo/nuxeo-cap-5.7.2-tomcat/templates/common-base
Include template: /apps/nuxeo/nuxeo-cap-5.7.2-tomcat/templates/common
Include template: /apps/nuxeo/nuxeo-cap-5.7.2-tomcat/templates/postgresql
Missing mapping for nuxeo-cmf with target platform cap-5.7.2
Missing mapping for nuxeo-cmf with target platform cap-5.7.2
Missing mapping for nuxeo-cmf with target platform cap-5.7.2
Missing mapping for nuxeo-cmf with target platform cap-5.7.2
Dependency resolution:
Installation order: nuxeo-dm-5.7.2/nuxeo-dam-5.7.2
Packages to upgrade: nuxeo-dm:5.7.1, nuxeo-dam:5.7.1
Do you want to continue (yes/no)? [yes] yes
Missing mapping for nuxeo-cmf with target platform cap-5.7.2
Missing mapping for nuxeo-cmf with target platform cap-5.7.2
Missing mapping for nuxeo-cmf with target platform cap-5.7.2
Missing mapping for nuxeo-cmf with target platform cap-5.7.2
Uninstalling nuxeo-dm-5.7.1
Uninstalling nuxeo-dam-5.7.1
Detected Tomcat server.
Installing nuxeo-dm-5.7.2
Installing nuxeo-dam-5.7.2
Detected Tomcat server.
&lt;/P&gt;
&lt;P&gt;Then you should be able to run &lt;CODE&gt;./bin/nuxeoctl start&lt;/CODE&gt; and all your content and shibboleth stuff from 5.7.1 will show up in 5.7.2&lt;/P&gt;</description>
    <pubDate>Fri, 09 Aug 2013 01:22:48 GMT</pubDate>
    <dc:creator>Brian_T</dc:creator>
    <dc:date>2013-08-09T01:22:48Z</dc:date>
    <item>
      <title>upgrade from 5.7.1 to 5.7.2</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/upgrade-from-5-7-1-to-5-7-2/m-p/319648#M6649</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;A href="http://nuxeo.github.io/releasenotes/5.7.2/upgrade_notes.html"&gt;http://nuxeo.github.io/releasenotes/5.7.2/upgrade_notes.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;links to&lt;/P&gt;
&lt;P&gt;&lt;A href="http://doc.nuxeo.com/display/ADMINDOC/Upgrade+from+5.6+to+5.7"&gt;http://doc.nuxeo.com/display/ADMINDOC/Upgrade+from+5.6+to+5.7&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;which is for 5.6 to 5.7 and has a warning "This page is a work in progress." -- I want directions to upgrade 5.7.1. to 5.7.2&lt;/P&gt;
&lt;P&gt;so far I've just done "blow it away and re-install" but I want to upgrade this time.  Do I just have to dig through the 5.7.1 directories and find all the files I've manually added or changed?  Is there a way to set up a &lt;CODE&gt;NUXEO_HOME&lt;/CODE&gt; and &lt;CODE&gt;NUXEO_BASE&lt;/CODE&gt; like with tomcat or solr?&lt;/P&gt;
&lt;P&gt;Is the postgresQL schema the same between 5.7.1 and 5.7.2?&lt;/P&gt;
&lt;P&gt;In Studio, I can find "Nuxeo Platform 5.7.1" and "Nuxeo Platform 5.7.2 [DEV]" -- I'm assuming the I should use the 5.7.2 even though it still says [DEV].&lt;/P&gt;
&lt;HR /&gt;
&lt;P&gt;EDIT:&lt;/P&gt;
&lt;P&gt;I kept getting this error:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;PRE&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Moving /apps/nuxeo/nuxeo-cap-5.7.2-tomcat/nxserver/data/instance.clid to /nuxeo/nuxeo_home/nxserver/data.
Could not run configuration: Move failed.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;
so I removed `/nuxeo/nuxeo_home/nxserver/data/instance.clid` and I could start things up. 

Then I copied over my shibboleth stuff; but now I'm stuck trying to get the new DAM

`./nuxeo/bin/nuxeoctl mp-install nuxeo-dam`

&amp;gt;```
org.nuxeo.connect.update.PackageException: Package nuxeo-dam-5.7.1 is not available on platform version cap-5.7.2 (relax is not allowed)
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;CODE&gt;./nuxeo/bin/nuxeoctl mp-add nuxeo-dam&lt;/CODE&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;PRE&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Downloading [nuxeo-dam-5.7.2]...
Adding nuxeo-dam-5.7.2
org.nuxeo.connect.update.PackageException: Invalid package - no package.xml file found in package nuxeo-dam-5.7.2--738033160&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;
------

EDIT DAY 2:

getting a new error message today:

`./nuxeo/bin/nuxeoctl mp-add nuxeo-dam`
&amp;gt; ```
 * download (nuxeo-dam-5.7.2)
	Download failed for nuxeo-dam-5.7.2. Package not found (404).
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Somehow pointing at the old data directory seems to make nuxeo confused about what version it is and what parts are installed.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2013 17:04:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/upgrade-from-5-7-1-to-5-7-2/m-p/319648#M6649</guid>
      <dc:creator>Brian_T</dc:creator>
      <dc:date>2013-08-07T17:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: upgrade from 5.7.1 to 5.7.2</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/upgrade-from-5-7-1-to-5-7-2/m-p/319649#M6650</link>
      <description>&lt;P&gt;okay, this is sort of ghetto, but it makes me want to vouge&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;shut down nuxeo 5.7.1&lt;/LI&gt;
&lt;LI&gt;copy the &lt;CODE&gt;nuxeo-cap-5.7.1-tomcat/nxserver/data/&lt;/CODE&gt; directory some someplace (say &lt;CODE&gt;~/nuxeo_home/nxserver/data&lt;/CODE&gt;)&lt;/LI&gt;
&lt;LI&gt;remove or rename the file &lt;CODE&gt;~/nuxeo_home/nxserver/data/instance.clid&lt;/CODE&gt; (if &lt;CODE&gt;~/nuxeo_home/nxserver/data/&lt;/CODE&gt; is your data directory from 5.7.1)&lt;/LI&gt;
&lt;LI&gt;unzip 5.7.2 and start it up&lt;/LI&gt;
&lt;LI&gt;run through the wizard; use the path from step 2 as the location of the data directory; use the same postgres database as 5.7.1, and make sure to select the DAM module for install&lt;/LI&gt;
&lt;LI&gt;stop the 5.7.2 server&lt;/LI&gt;
&lt;LI&gt;if you are using shibboleth, manually place in your &lt;A href="https://maven-us.nuxeo.org/nexus/service/local/repositories/public-releases/content/org/nuxeo/ecm/platform/nuxeo-platform-login-shibboleth/5.7.2/nuxeo-platform-login-shibboleth-5.7.2.jar"&gt;shibboleth jar from maven&lt;/A&gt; into nxserver/bundle and shibboleth-login-config.xml into nxserver/config&lt;/LI&gt;
&lt;LI&gt;here is the vodou &lt;CODE&gt;./nuxeo-cap-5.7.2-tomcat/bin/nuxeoctl mp-install nuxeo-dam-5.7.2&lt;/CODE&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;BLOCKQUOTE&gt;
&lt;PRE&gt;
&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Detected Tomcat server.
Nuxeo home:          /apps/nuxeo/nuxeo-cap-5.7.2-tomcat
Nuxeo configuration: /apps/nuxeo/nuxeo-cap-5.7.2-tomcat/bin/nuxeo.conf
Include template: /apps/nuxeo/nuxeo-cap-5.7.2-tomcat/templates/common-base
Include template: /apps/nuxeo/nuxeo-cap-5.7.2-tomcat/templates/common
Include template: /apps/nuxeo/nuxeo-cap-5.7.2-tomcat/templates/postgresql
Missing mapping for nuxeo-cmf with target platform cap-5.7.2
Missing mapping for nuxeo-cmf with target platform cap-5.7.2
Missing mapping for nuxeo-cmf with target platform cap-5.7.2
Missing mapping for nuxeo-cmf with target platform cap-5.7.2
Dependency resolution:
Installation order: nuxeo-dm-5.7.2/nuxeo-dam-5.7.2
Packages to upgrade: nuxeo-dm:5.7.1, nuxeo-dam:5.7.1
Do you want to continue (yes/no)? [yes] yes
Missing mapping for nuxeo-cmf with target platform cap-5.7.2
Missing mapping for nuxeo-cmf with target platform cap-5.7.2
Missing mapping for nuxeo-cmf with target platform cap-5.7.2
Missing mapping for nuxeo-cmf with target platform cap-5.7.2
Uninstalling nuxeo-dm-5.7.1
Uninstalling nuxeo-dam-5.7.1
Detected Tomcat server.
Installing nuxeo-dm-5.7.2
Installing nuxeo-dam-5.7.2
Detected Tomcat server.
&lt;/P&gt;
&lt;P&gt;Then you should be able to run &lt;CODE&gt;./bin/nuxeoctl start&lt;/CODE&gt; and all your content and shibboleth stuff from 5.7.1 will show up in 5.7.2&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2013 01:22:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/upgrade-from-5-7-1-to-5-7-2/m-p/319649#M6650</guid>
      <dc:creator>Brian_T</dc:creator>
      <dc:date>2013-08-09T01:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: upgrade from 5.7.1 to 5.7.2</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/upgrade-from-5-7-1-to-5-7-2/m-p/319650#M6651</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;You went to the right upgrade instructions page (&lt;A href="http://doc.nuxeo.com/x/e4O7"&gt;ADMINDOC/Upgrade+from+5.6+to+5.7&lt;/A&gt;). It's a "work in progress" because the page will continue to evolve until the release of the latest 5.7.x Fast Track.&lt;BR /&gt; /&amp;gt;
For each version, you have a link to the brut JIRA listing of upgrade notes, per issue. In addition, the most important changes are also detailed in that page.&lt;/P&gt;
&lt;P&gt;The generic upgrade procedure is explained in the mother page (&lt;A href="http://doc.nuxeo.com/x/sgQz"&gt;ADMINDOC/How+to+upgrade+Nuxeo&lt;/A&gt;), briefly:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;backup,&lt;/LI&gt;
&lt;LI&gt;stop the old Nuxeo,&lt;/LI&gt;
&lt;LI&gt;deploy the new distribution,&lt;/LI&gt;
&lt;LI&gt;update environment variables (&lt;CODE&gt;NUXEO_HOME&lt;/CODE&gt; and &lt;CODE&gt;NUXEO_CONF&lt;/CODE&gt;) to make it use your custom configuration, database and data directory,&lt;/LI&gt;
&lt;LI&gt;run "&lt;CODE&gt;nuxeoctl mp-reset&lt;/CODE&gt;"&lt;/LI&gt;
&lt;LI&gt;start the new Nuxeo.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Why do you ask about the PostgreSQL schema? Do you have a specific usage which requires some manual action on the database? If not, this is automatically managed by Nuxeo and exception cases are explained in the upgrade notes.&lt;/P&gt;
&lt;P&gt;There was an issue with the publication of nuxeo-dam. It is now fixed; thanks for the report!&lt;BR /&gt; /&amp;gt;
Note running the wizard or "&lt;CODE&gt;nuxeoctl mp-init&lt;/CODE&gt;" initializes the local cache with a few Marketplace packages (nuxeo-dm, nuxeo-dam and nuxeo-social-collaboration).&lt;/P&gt;
&lt;P&gt;About Shibboleth, you should use a configuration template instead of manually copying files into the server structure. Also, don't hesitate to ask for a Marketplace packages release when it is not available for a supported Nuxeo version.&lt;/P&gt;
&lt;P&gt;About Studio, you're right. It will always point at the latest Fast Track. The "[DEV]" keyword is confusing and may be changed soon.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2013 12:40:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/upgrade-from-5-7-1-to-5-7-2/m-p/319650#M6651</guid>
      <dc:creator>Julien_Carsique</dc:creator>
      <dc:date>2013-08-12T12:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: upgrade from 5.7.1 to 5.7.2</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/upgrade-from-5-7-1-to-5-7-2/m-p/319651#M6652</link>
      <description>&lt;P&gt;"Why do you ask about the PostgreSQL schema?" it was my first upgrade, I don't know if the schema changes for minor versions.  -- I could not make heads nor tails of the JIRA's -- what is a configuration template?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2013 20:40:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/upgrade-from-5-7-1-to-5-7-2/m-p/319651#M6652</guid>
      <dc:creator>Brian_T</dc:creator>
      <dc:date>2013-08-12T20:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: upgrade from 5.7.1 to 5.7.2</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/upgrade-from-5-7-1-to-5-7-2/m-p/319652#M6653</link>
      <description>&lt;P&gt;The schema changes very often but you usually don't have to care about it.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2013 12:34:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/upgrade-from-5-7-1-to-5-7-2/m-p/319652#M6653</guid>
      <dc:creator>Julien_Carsique</dc:creator>
      <dc:date>2013-08-13T12:34:24Z</dc:date>
    </item>
  </channel>
</rss>

