Reserving and Restoring Mediaserver
Reserving and restoring are used in case of possible failures of the mediaserver or when migrating data from one server to another. Backup should be done before possible failures.
For backup:
Stop the server with the command
service media-server stop
Copy and move the
/opt/<xxxx>
folder to an external driveStart the mediaserver with the command
service media-server start
For restoration:
Install or update the mediaserver (see «Operating of Mediaserver» for more details)
Stop the server with the command
service media-server stop
Move the
/opt/<xxxx>
folder from the external drive to the serverEdit the
media-server.ini
configuration file. To do this:Find the link to the description of the configuration file:
Edit the
host name
. To do this, replace the value of the parameter withnode-host
Start the mediaserver with the command
service media-server start