...
- If you are working on a server compare the resulting
repository.xml
with therepository.xml
on the server (in the/work/jcr folder
) and merge the changes into therepository.xml
on the server. Then open the/work/jcr/repository/workspaces/wm9/workspace.xml
file on the server and replace the content of the<Workspace name="x">
tag with the one you find in the<Workspace name="x">
tag of therepository.xml
file.- You can skip the next two steps.
- Open a Command prompt and navigate to the root folder of the newer version of XperienCentral.
- Execute this command to build the JCR:
mvn -s settings.xml -P configure-jcr-repository
- Open the file
<XperienCentral root>\upgrade.txt
in the new directory. - Make all configuration changes that are listed for upgrading from your specific previous version of XperienCentral to the newer version.
- Open a Command prompt and navigate to the root folder of the newer version of XperienCentral.
Execute the following command to build the new version of XperienCentral.
mvn -s settings.xml -P build-project clean package
- Copy the file
Webmanager-webapps/Webmanager-backend-webapp/target/XperienCentral-backend-webapp-1.0-SNAPSHOT/WEB-INF/siteworks/configuration.xml
from the old installation to the same directory in the new installation.
Copy the following directories containing all Media Repository, Who-is-Who, Product Catalog uploads as well as Flash files from the old installation of XperienCentral to the same location in the new project directory:Webmanager-webapps/Webmanager-static-webapp/target/Webmanager-static-webapp-1.0-SNAPSHOT/cfg/*
Webmanager-webapps/Webmanager-static-webapp/target/Webmanager-static-webapp-1.0-SNAPSHOT/upload_mm/*
Webmanager-webapps/Webmanager-static-webapp/target/Webmanager-static-webapp-1.0-SNAPSHOT/upload/*
- If the Who is Who or Product Catalog uploads are not stored in subdirectories of the
webmanager-webapps/webmanager-static-webapp/target/Webmanager-static-webapp-1.0-SNAPSHOT/upload
directory, copy the directories where they are stored to the same location in the new installation.
...
- Start the Tomcat server (Apache-tomcat\bin\startup.bat). XperienCentral will perform the following tasks during the initial startup of the upgraded version:
Upgrade services — a series of upgrade tasks are run.
Rebuild the JCR index — A In versions R27 and lower of XperienCentral, a new JCR index will be generated. For large websites, this may take some time. Start the XperienCentral Setup Tool and log in.
Configure the
contentindex_queue_reindex_schedule
setting so the in the "application_settings" section on the General Tab in the Setup Tool to ensure that a reindex will be executed.Note The All accounts from the old version of XperienCentral are carried over to the upgraded version.
...