Skip to main content
Participant
April 4, 2008
Answered

Transfer Settings?

  • April 4, 2008
  • 2 replies
  • 512 views
Does CF8 provide an easy way to transfer server settings (including DSN and paths) from one server to another? We have 4 development servers that we work on, and woudl prefer not to have to walk to each one and add each setting manually. I was hoping if we had the admin access to each, we coudl sync them.

Suggestions?
    This topic has been closed for replies.
    Correct answer Amiable_Penguin15D5
    CF Admin > Packaging & Deployment > ColdFusion Archives (.car)

    Create a new archive file. It has to have a .car extension. Follow the wizard to select settings to backup. Once you're done, on the line that shows your new archive, click the middle icon to Build the CAR file.

    Once the file is created, you can load the settings into another CF server from the same page. Under " Deploy an Existing Archive", browse to the .car file and then click the "Deploy" button.

    HTH

    2 replies

    GrungyApeAuthor
    Participant
    April 5, 2008
    Perfect, thank you. I'm not sure how I missed this!
    Amiable_Penguin15D5Correct answer
    Participating Frequently
    April 4, 2008
    CF Admin > Packaging & Deployment > ColdFusion Archives (.car)

    Create a new archive file. It has to have a .car extension. Follow the wizard to select settings to backup. Once you're done, on the line that shows your new archive, click the middle icon to Build the CAR file.

    Once the file is created, you can load the settings into another CF server from the same page. Under " Deploy an Existing Archive", browse to the .car file and then click the "Deploy" button.

    HTH