Skip to content

Commit 163e766

Browse files
[techsupport] include APPL_STATE_DB dump (#2607)
- 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 <[email protected]>
1 parent 8703773 commit 163e766

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/generate_dump

+1
Original file line numberDiff line numberDiff line change
@@ -752,6 +752,7 @@ save_redis_info() {
752752
save_redis "CONFIG_DB" "CONFIG_DB" remove_secret_from_config_db_dump
753753
save_redis "FLEX_COUNTER_DB"
754754
save_redis "STATE_DB"
755+
save_redis "APPL_STATE_DB"
755756
}
756757

757758
###############################################################################

0 commit comments

Comments
 (0)