PT Import Content Migration Confing
From ADF Docs
Overview
This configuration is used to migrate an existing CommonSpot site. The following sets will setup a ColdFusion datasource for the existing CommonSpot site database on the new CommonSpot site server.
App Configuration
Update the App Configuration for the "migration" field to set the value to "true".
ColdFusion Datasource
Follow the steps to step a ColdFusion datasource to the existing CommonSpot site database.
- Identify the existing CommonSpot site database name, server, and database account information.
- In the ColdFusion Administrator on the new CommonSpot site server, create a new datasource called "commonspot-import-content-data" with the database info to the existing CommonSpot site database. Reference: ColdFusion 8 Data Source Management
- Update the App Configuration "migration_DSN" field with the ColdFusion datasource name created in the last step ("commonspot-import-content-data").