[updategraph] set DB version after minigraph reload (#2917)
Signed-off-by: Ying Xie <ying.xie@microsoft.com>
This commit is contained in:
parent
712d4b90fe
commit
5975a9c25b
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user