Skip to content

Commit

Permalink
[techsupport] include APPL_STATE_DB dump (#2607)
Browse files Browse the repository at this point in the history
- What I did
I added APPL_STATE_DB to techsupport dump

- How I did it
Added a call to save APPL_STATE_DB

- How to verify it
Run techsupport and verify dump/APPL_STATE_DB.json

Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
  • Loading branch information
stepanblyschak authored Jan 19, 2023
1 parent 8703773 commit 163e766
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/generate_dump
Original file line number Diff line number Diff line change
Expand Up @@ -752,6 +752,7 @@ save_redis_info() {
save_redis "CONFIG_DB" "CONFIG_DB" remove_secret_from_config_db_dump
save_redis "FLEX_COUNTER_DB"
save_redis "STATE_DB"
save_redis "APPL_STATE_DB"
}

###############################################################################
Expand Down

0 comments on commit 163e766

Please sign in to comment.