Skip to main content

Upgrade PoolParty 5.5+5.6 to 5.7 (Windows)

Abstract

Upgrade PoolParty 5.5+5.6 to 5.7 (Windows)

Introduction

To upgrade your PoolParty installation from version 5.5 or 5.6 to 5.7, follow the steps described below.

Note

Note that with release 5.3 a 64bit build of the Sun/Oracle Java 7 or Java 8 Runtime Environment is required for running a PoolParty server.

These instructions assume you are deploy on a PoolParty default installation under:

  • Application: C:/Programs/Apache Software Foundation/Tomcat 7.0/

  • Data: C:\Users\Public\PoolParty\ or C:\Users\poolparty\PoolParty\ .

Upgrade Procedure

STEP 1:

Undeploy all webapps that are provided in the upgrade package via the Tomcat Web Application Manager.

STEP 2:

Stop the solr and the PoolParty server.

STEP 3:

Copy all new webapps provided to the webapps folder:

  • C:/Programs/Apache Software Foundation/Tomcat 7.0/webapps

STEP 4:

Add the the following parameter to the poolparty.properties file:The poolparty.properties File

datetimewithzone.format.pattern=dd.MM.yyyy - HH:mm 'UTC'z

The file can be found in the following folder:

  • C:\Users\Public\PoolParty\config or

  • C:\Users\poolparty\PoolParty\config

STEP 5:

Delete the conceptdata solr core:

To delete the core delete the following folder:

  • C:\Users\Public\PoolParty\data\solr\conceptdata

STEP 6:

Add the attached file to the js folder of the PoolParty Linked Data Frontend.

The file has to be added to the following folder:

  • C:\Users\Public\PoolParty\data\frontendRoot\default\js or

  • C:\Users\poolparty\PoolParty\data\frontendRoot\

STEP 7:

Start the solr and the PoolParty server.

Post Upgrade Tasks

Run Migration Scripts

After you login into PoolParty for the first time after the upgrade, you have to run the PoolParty migration script:

  • http://<your-serverurl>/PoolParty/!/migrate/upgrade

The script lists all updates that will be done. The migration is triggered clicking Start Migration. A progress bar and an info box show the progress and status of the migration. When the process has been finished an overview of the migration steps per project is provided.

Recalculate Extraction Models

Changes to to the configuration of the PoolParty extraction model have been done. You have to recalculate all extraction models after the upgrade.

Note

You need to have the Superadministrator role assigned to be able to run those scripts.