Open stepanblyschak opened 5 years ago
can you do a config save and check? I think it requires the config to be explicitly saved by user.
@prsunny: config save
dumps ConfigDB to /etc/sonic/config_db.json. From the description above, it appears as though the file is present before the upgrade. It looks like it's getting trashed during DB migration. Assigning to @yxieca to take a look.
@prsunny I think this is the flaw we discussed the other day. From the log, I think the old config_db.json was used without calling db_migrator.py. I thought you were adding these calls in updategraph.sh for a change you are making recently?
Description
Steps to reproduce the issue:
Describe the results you received: Config DB has only version information.
Describe the results you expected: Config DB is migrated from previous image
Additional information you deem important (e.g. issue happens only occasionally):
Version: HEAD.79-75104bb3