Baсk up and restоre Mediaserver
Backing up your Mediaserver configuration is a vital safeguard against data loss and ensures a smooth recovery in case of server failure or migration from one server to another. The practice of backing up and restoring the Mediaserver configuration is essential for maintaining data integrity and system stability. A backup should be performed before implementing any updates, configuration modifications, or other procedures that could influence Mediaserver operation.
To create a backup, follow the steps:
Stop the server by running the
service vsaas stop
command.Copy and transfer the
/opt/vsaas
folder to an external source.Start the Mediaserver with
service vsaas start
.
To restore the Mediaserver, follow the steps:
Install or update the Mediaserver.
Stop the server with the
service vsaas stop
command.Transfer the
/opt/vsaas
folder from an external source to the server.Edit the configuration file
server.json
. To do this, find the link to the configuration file description. In the configuration file, edit thehost name
by replacing the value of thehostname
parameter with a relevant one.Start Mediaserver with the
service vsaas start
command.