Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

steps to upgrade nuxeo 5.9.5 to 7.x:
 
1) download the nuxeo-cap-7.X-tomcat.zip from the site http://nuxeo.github.io/downloads.html
2) unzip the archive
3) install JDK 8 using this commands:

...

Code Block
cp /home/nuxeo/nuxeo-cap-5.9.5-tomcat/lib/log4j.xml /home/nuxeo/nuxeo-cap-7.X-tomcat/lib/log4j.xml
cp /home/nuxeo/nuxeo-cap-5.9.5-tomcat/bin/nuxeo.conf /home/nuxeo/nuxeo-cap-7.X-tomcat/bin/nuxeo.conf

6) be sure to increase the file name length limit with setting nuxeo.path.segment.maxsize in nuxeo.conf to 256 (at least).
7) check the parameter nuxeo.data.dir in nuxeo.conf. If it was NOT overrided than you need to copy data folder to the new nuxeo or set this param with the path to existing data folder.
78) stop old nuxeo server
89) start new nuxeo server