We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e5ff74 commit 07d6d27Copy full SHA for 07d6d27
scripts/fast-reboot
@@ -252,6 +252,7 @@ function backup_database()
252
and not string.match(k, 'MIRROR_SESSION_TABLE|') \
253
and not string.match(k, 'FG_ROUTE_TABLE|') \
254
and not string.match(k, 'WARM_RESTART_ENABLE_TABLE|') \
255
+ and not string.match(k, 'TRANSCEIVER_INFO|') \
256
and not string.match(k, 'VXLAN_TUNNEL_TABLE|') \
257
and not string.match(k, 'BUFFER_MAX_PARAM_TABLE|') \
258
and not string.match(k, 'FAST_RESTART_ENABLE_TABLE|') then
0 commit comments