PT Import Content Migration Confing

From ADF Docs
Revision as of 15:01, 27 May 2011 by Mcarroll (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.

  1. Identify the existing CommonSpot site database name, server, and database account information.
  2. 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
  3. Update the App Configuration "migration_DSN" field with the ColdFusion datasource name created in the last step ("commonspot-import-content-data").