Back 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 stopcommand.Copy and transfer the
/opt/vsaasfolder 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 stopcommand.Transfer the
/opt/vsaasfolder 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 nameby replacing the value of thehostnameparameter with a relevant one.Start Mediaserver with the
service vsaas startcommand.