Tmux: protocol version mismatch (client 8, server 7)
Issue
After version upgrade, tmux failed with error:
$ tmux
protocol version mismatch (client 8, server 7)
Caused
There is a old tmux session which still running.
Resolution
Killall active tmux session
$ sudo killall -9 tmux