Reinstall Core Components

In some cases you may want to reinstall core MediaCP components. You can do this by deleting the related version file and running the upgrade script. Removing version files can be done with the rm command, it is important that you are very careful when using this command as you can easily delete entire directories resulting in data loss.

You can find all of the version files in the /usr/local/mediacp/versions/ directory. Deleting the version file for the compontent will result in the upgrade script reinstalling the component. 

root@localhost:~# ls /usr/local/mediacp/versions/
ffmpeg ices mysql php_customini WowzaStreamingEngine flussonic ices20 nginx proftpd geoip ioncube nginx-rtmp redis icecast liquidsoap nginx_status release_branch icecastkh mediacp php scfiles

Here are some example steps for reinstalling icecast, you can :

  1. Connect to your server as root via SSH
  2. Remove the Icecast version file
    rm -f /usr/local/mediacp/versions/icecast;
  3. Run the upgrade script to reinstall Icecast
    /root/init upgrade;
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Upgrade MySQL database from 5.6 to 8.0

There is a significant performance advantage by upgrading the MySQL service running on the...

OpenVZ virtualization

During the installation or upgrade of MediaCP you might receive the following notice: ERROR:...

Change MediaCP Domain Name

It is possible to change the domain name of the MediaCP by following the procedures below. 1....

Capture log files for troubleshooting

MediaCP log files for core application services are stored at /usr/local/mediacp/log/ and are...

There is not enough space on this disk to backup the MediaCP and contents

While performing a backup (either automatic or manual) you may encounter the error message below:...