From 3dfc1f56a0869c9c4416e34bb632df41c7a838aa Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Wed, 27 Mar 2019 18:15:16 +0100 Subject: [PATCH] upgrade docs --- doc/startup.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/startup.md b/doc/startup.md index 19d3ad89..3354086b 100644 --- a/doc/startup.md +++ b/doc/startup.md @@ -1,4 +1,4 @@ -# Startup of the Clixon backend +# Startup and upgrading * [Background](#background) * [Modes](#modes) @@ -108,9 +108,9 @@ Example of a (simplified) datastore with Yang module-state: ## Upgrade callback This section describes how a user can write upgrade callbacks for data -modeled by outdated Yang models. The scenario is that a Clixon system -is started with a set of current yang models, but loads a datastore -with old or even obsolete data. +modeled by outdated Yang models. The scenario is a Clixon system with +a set of current yang models that loads a datastore with old or even +obsolete data. Note that this feature is only available if [module-state](module-state) in the datastore is enabled.