Skip to main content
Participant
September 20, 2008
Question

Coldfusion MX7 Backup

  • September 20, 2008
  • 2 replies
  • 398 views
How can I backup coldfusion mx7 configuration and data sources?
    This topic has been closed for replies.

    2 replies

    Inspiring
    September 24, 2008
    sunil106 wrote:
    > How can I backup coldfusion mx7 configuration and data sources?

    The datasources depends on the type, most databases have dedicated tools
    for backups. For CF configuration I do a nightly filesystem backup of
    all files with the following extensions:
    *.xml
    *.properties
    *.config

    Jochem


    --
    Jochem van Dieten
    Adobe Community Expert for ColdFusion
    September 22, 2008
    Are you running CF7 Enterprise or standard?