Skip to content

Commit

Permalink
[updategraph] set DB version after minigraph reload (sonic-net#2917)
Browse files Browse the repository at this point in the history
Signed-off-by: Ying Xie <ying.xie@microsoft.com>
  • Loading branch information
yxieca committed May 20, 2019
1 parent 712d4b9 commit 5975a9c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions files/image_config/updategraph/updategraph
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ reload_minigraph()
fi
config qos reload
pfcwd start_default

if [[ -x /usr/bin/db_migrator.py ]]; then
# Set latest version number
/usr/bin/db_migrator.py -o set_version
fi
}

function copy_config_files_and_directories()
Expand Down

0 comments on commit 5975a9c

Please sign in to comment.