Skip to main content
September 15, 2014
Answered

Copy settings from CF9 to CF11

  • September 15, 2014
  • 1 reply
  • 848 views

We want to move from Coldfusion 9 to Coldfusion 11.

Is there a way to copy all setiings from CF9 to CF11?

I tried it with a Coldfusion Archive, create in CF9 and deploy it in CF11.
The problem was that there were no settings imported, for example the Data Sources were not imported.

Is there another way?

    This topic has been closed for replies.
    Correct answer

    After some searching I found the solution.
    In the car file I found ip addresses of the old server which I had to change to the ip address of the new server.

    After that the import of the car file works fine.

    1 reply

    Inspiring
    September 15, 2014

    ict-centraal,

    Were there any errors reported when deploying the CAR archive. Can you check if any errors have been recorded in the <cf11_root>\cfusion\logs directory. You would normally find migration specific logs in that location that would be prefixed/suffixed with the name of the archive you would have created. If there were any exception, the detailed stack trace would be in 'exceptions.log' file in the same location.

    Correct answer
    September 16, 2014

    After some searching I found the solution.
    In the car file I found ip addresses of the old server which I had to change to the ip address of the new server.

    After that the import of the car file works fine.

    Inspiring
    September 16, 2014

    You mean the IP addresses of the Database servers. right?.

    The archive file would, of course, create xml files containing the details (including the IP add. of the machines hosting the DB) of the DSN, as it was in the old CF set-up.