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…')
 
 
(3 intermediate revisions by the same user not shown)
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''' a direct 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 configured to run in the same site.   
  
== Application Code ==
+
== Download ==
# Renamed directory "/ADF/apps/pt_calendar2" to "/ADF/apps/pt_calendar2_old_v2".
+
Download the Calendar Application from the [http://community.paperthin.com/projects/pt_calendar2/index.cfm Community Site Project] or from the SVN Repository.  
# Renamed file "/ADF/apps/pt_calendar2_old_v2/appBeanConfig.cfm" to "/ADF/apps/pt_calendar2_old_v2/appBeanConfig.cfm.old".
 
# 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.
+
=== 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 operation.
  
== Site Customizations ==
+
Moving the data is possible with custom coding and using the CommonSpot CCAPI but there are some challenges involved with this process.  
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.
+
If you need help with data migration from PT Calendar v2.x into a v3.0 Calendar App install please contact your PaperThin Account Rep to find out how our Services Team can assist in this process.  
-->
 
  
 
[[Category:Calendar]]
 
[[Category:Calendar]]

Latest revision as of 23:27, 17 February 2022

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 a direct 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 configured to run in the same site.

Download

Download the Calendar Application from the Community Site Project or from the SVN Repository.

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 operation.

Moving the data is possible with custom coding and using the CommonSpot CCAPI but there are some challenges involved with this process.

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