When updating an alias or report using openaps alias add, openaps report add, or openaps import, sometimes the configuration will show updated (it will echo back the new config), but then when you run openaps (alias|report) show immediately afterward, the config has reverted to its previous state. (Usually I don't notice this until some time later, when the config I'm relying on to be updated doesn't seem to be working, for no good reason.)
I suspect this is because another openaps operation is ongoing at the time the (add|import) was executed, and when that operation completes, it writes its cached copy of the config, overwriting the updated config.
When updating an alias or report using
openaps alias add,openaps report add, oropenaps import, sometimes the configuration will show updated (it will echo back the new config), but then when you runopenaps (alias|report) showimmediately afterward, the config has reverted to its previous state. (Usually I don't notice this until some time later, when the config I'm relying on to be updated doesn't seem to be working, for no good reason.)I suspect this is because another openaps operation is ongoing at the time the (
add|import) was executed, and when that operation completes, it writes its cached copy of the config, overwriting the updated config.