Hi there,
I would like to share my bad experience when upgrading 2.3 server to 2.4 (knowing it's not recommended, but I had no time for clean install).
I have been annoyed by a persistent problem of no recoding after a session.
The symptom was that there was no raw data in /var/bigbluebutton/recording/raw, thus the recording process fails always at sanity check.
I thought it's a directory permission problem, but never found anything wrong. No error from bbb-conf --check either. Every service was working well.
After a lot of sweat and tears and blood, I have found a small error message in syslog. The problem was that the ruby module optimist was missing. "sudo gem install optimist" solved all the problem.
Would it be possible to include it in bbb-install script?