Sputnik Control Center Database Optimization
How to optimize Sputnik Control Center 3.x. (Self-hosted Sputnik Control Center is legacy software, and is no longer supported without purchase of a professional support incident from the Sputnik online store.)
Why optimize Sputnik Control Center?
If your Sputnik Control Center is becoming sluggish, it may be due to a lot of unnecessary database records for attempted client logins. You can purge these spurious "client unauths" and optimize your database by running the following commands. Note: your site will be <b>down temporarily</b> while the optimization is running.
First, make sure you have the latest version of Sputnik Control Center.
# ./scc_install --yum update Sputnik*
Then, run the vacuuming scripts.
# /usr/share/kosmos/libexec/scc_dbmaint --vacuum --full jabberd2
# /usr/share/kosmos/libexec/scc_dbmaint --vacuum --full <YOUR-VSITE-NAME>