ColdFusion 2021 cfsetup import/export issues
I'm having problems with the cfsetup.bat tool included with the zip installer of CF 2021. On a clean install, updated to Update 1 and installed the following packages: caching, debugger, mail, scheduler, sqlserver, zip, I encounter some problems exporting and reimporting settings using cfsetup.bat.
If I export METRIC using the command:
cfsetup.bat export METRIC c:\METRIC.json c:\ColdFusion\cfusion
And then immediately try to import it again with:
cfsetup.bat import METRIC c:\METRIC.json c:\ColdFusion\cfusion
It fails with the following error(s):
ERR: Invalid setting key (cfstatHost) for category: (METRIC).
ERR: Import of cfstatHost in METRIC is unsuccessful.
ERR: Import of METRIC is unsuccessful.
ExitStatus: FAIL
Why would this be the case? The default for this setting was unchanged from "127.0.0.1" and I can clearly see the setting in the UI so I know this must be a setting somewhere...
Additionally I have the same problems with the RUNTIME settings. Exporting those and then importing them again produces similar errors but for the following keys:
msic_settings/maxUnzip
template_settings/redisCacheStorageIsSSL
Any help would be appreaicated. Thanks.
