Closed fadeev closed 1 year ago
I'm actually getting a slightly different error:
Error while loading chain's plugins: config is not valid: validator 'name' is required
The loading of CLI plugins happens before anything. The config file is be read during this process which happens before config file migration.
Some changes are needed because now we have to run config migration before the plugins are loaded. I'm going to work on that.
I guess the error now is slightly different because some plugin changes have been merged.
Remove
version
fromconfig.yml
:The problem is that this erases
config.yml
.Ideally, if the upgrade process fails for any reason, it should revert back to the original state and print a link to a manual upgrade process.