After upgrading LeanCLI from version 1.0.97 to version 1.0.132 I am now hitting an error while trying to run a backtest

lean backtest dr_idr                                                                                                                        

Error: This is an old Lean CLI root folder.
From now on, a Lean CLI root folder must be created for each organization for improved usability.
For each organization you'd like to use with the CLI, please create a new folder and run `lean init`.

Even if I try to init I still get the error: 

lean init                                                                                                                                         
Error: This is an old Lean CLI root folder.
From now on, a Lean CLI root folder must be created for each organization for improved usability.
For each organization you'd like to use with the CLI, please create a new folder and run `lean init`.

 

I can see someone else reported the issue here: 

https://github.com/QuantConnect/lean-cli/issues/239

Anyone have any ideas what I can do to resolve this? 

Do I need to init a new directory or can I tweak the existing settings? 

 

 

Author