-
Notifications
You must be signed in to change notification settings - Fork 1
[BUG] Appsettings override when application update #7
Copy link
Copy link
Open
Labels
up for grabsGood for newcomersGood for newcomers
Description
🐛 Bug Report
When application update, current appsettings.yaml file from current install directory overrides by new file from the installer.
This behaviour leads to overwrite all settings that was set previously.
Expected behavior
When application update, we should add missing configuration keys, but not overwrite already placed config keys.
Or make other migration behaviour that will be able to migrate config files more flexible while update.
Reproduction steps
- Install previous release
- Change
appsettings.yamlfile - Update application to latest release using installer
appsettings.yamlfile became overwritten
Version: 1.0.2
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
up for grabsGood for newcomersGood for newcomers