nim-anywhere
nim-anywhere copied to clipboard
config.yaml created prior to latest upgrade is retained with the previous property names
You can end up with an old incomplete config.yaml
across releases. This is a common problem. Don't know if it should be fixed or just documented.
Steps
- Run the project sometime in the past
- A config.yaml will have been created
- stop the environment
- Get latest
- Run the project
- Notice that the old config.yaml created by copy was not replaced makes sense
Is this in release notes or something?
Workaround
- Delete the
config.yaml
if you haven't made any changes to it (I did this in VS Code remote ) - Delete
config.yaml
again to make it really die (I did this in VS Code remote) - Stop the project
- Restart the project
Possible initial remedy
Add a comment at the top of the sample file saying
This was copied from config_sample.yaml and may need to be updated after upgrading the nim-anywhere project
Supporting docs
This is why I was confused about when I only saw one section in a in the config.yaml in the GUI in a previous problem report