How to backup Lucee (DSN & Scheduled Tasks) on Windows?

Hi every one,
I am using Lucee 6.2.1.122 on Windows.
How can I make a backup of Lucee so that I can quickly restore the following settings if needed?

  1. Data Source Names (DSNs)
  2. Scheduled Tasks

What is the best way to back these up and restore them later?

Copy and back up the .CFConfig.json file located at C:\lucee6.2.2.8-SNAPSHOT\lucee-server\context\.CFConfig.json. Then, import or place it into the .CFConfig.json location of your new, fresh Lucee server installation to restore your configuration.

1 Like

Thanks a lot. I checked it and it works.