Difference between revisions of "PT Calendar Version 3 Upgrade"

From ADF Docs
Jump to: navigation, search
(Created page with 'Back to PT Calendar <!-- == Overview == Also, due to architecture changes contained in the v3.0 versions of the Calendar app there is NOT an upgrade path from pr…')
 
Line 1: Line 1:
 
Back to [[PT_Calendar|PT Calendar]]
 
Back to [[PT_Calendar|PT Calendar]]
  
<!--
 
 
== Overview ==
 
== Overview ==
Also, due to architecture changes contained in the v3.0 versions of the Calendar app there is NOT an upgrade path from previous versions prior to v2.0. Please install PT Calendar v2.1 as a fresh install using the [[PT_Calendar_Version_2.0_Install|v2.0 Install Guide]].
+
Due to major architecture changes with the code base and custom element data structure contained in the v3.0 version of the PT Calendar app there is '''NOT''' an upgrade path from previous versions. Please install PT Calendar v3.0 as a fresh install using the [[PT_Calendar_Version_3.0_Install|v3.0 Install Guide]].
  
The following guide is upgrading from v2.0 to v2.1.   
+
PT Calendar v3.0 (pt_calendar) and PT Calendar v2.x  (pt_calendar2) can be installed side by side as two separate apps in the ADF and running in the same site.   
  
== Application Code ==
+
=== Data Migration ===
# Renamed directory "/ADF/apps/pt_calendar2" to "/ADF/apps/pt_calendar2_old_v2".
+
Due significant changes in the custom element data structure, moving event and other app data from the older v2.x to the new v3.0 it is NOT a one-to-one export/import opperation.
# Renamed file "/ADF/apps/pt_calendar2_old_v2/appBeanConfig.cfm" to "/ADF/apps/pt_calendar2_old_v2/appBeanConfig.cfm.old".
+
Moving the data is possible with custom coding and using the CommonSpot CCAPI but there are some challenges involved in the process.  
# Download the PT Calendar v2.1 and exported into the "/ADF/apps/pt_calendar2/" directory.
 
  
[[Reset ADF|Reset the ADF]] for the server and site.
+
If you need help with moving v2.x data into a v3.0 Calendar App install please contact your PaperThin Account Rep to find out how our Services Team can assist.  
 
 
== Site Customizations ==
 
During the application implementation customizations may have been created.  Check under the "/_cs_apps/pt_calendar2/" directory under you site to see if any customizations exists. 
 
If you do have site customizations, you'll need to update these accordingly.
 
-->
 
  
 
[[Category:Calendar]]
 
[[Category:Calendar]]

Revision as of 19:40, 28 February 2013

Back to PT Calendar

Overview

Due to major architecture changes with the code base and custom element data structure contained in the v3.0 version of the PT Calendar app there is NOT an upgrade path from previous versions. Please install PT Calendar v3.0 as a fresh install using the v3.0 Install Guide.

PT Calendar v3.0 (pt_calendar) and PT Calendar v2.x (pt_calendar2) can be installed side by side as two separate apps in the ADF and running in the same site.

Data Migration

Due significant changes in the custom element data structure, moving event and other app data from the older v2.x to the new v3.0 it is NOT a one-to-one export/import opperation. Moving the data is possible with custom coding and using the CommonSpot CCAPI but there are some challenges involved in the process.

If you need help with moving v2.x data into a v3.0 Calendar App install please contact your PaperThin Account Rep to find out how our Services Team can assist.