Software Upgrade/Downgrade, System Reset; Mobileconnect Manager Upgrade; Mobileconnect Manager Database - Sennheiser MobileConnect MCS v1 User Manual

Table of Contents

Advertisement

Software upgrade/downgrade,
System reset

MobileConnect Manager upgrade

The MobileConnect Manager can be upgraded by downloading the latest installation package from
https://accounts.sennheiser-connect.com. See section
We recommend that you perform a backup of the database before updating. See section
database.

MobileConnect Manager database

The MobileConnect system uses a SQL Server 2019 database running in a Docker container. We recommend that
you do a backup of your MobileConnect database regularly. Here is an example of how to do that.
1. Backup
# Example PATH_FOR_BACKUP=~/backup
export PATH_FOR_BACKUP=~/backup
docker stop mcm_database
mkdir -p $PATH_FOR_BACKUP
docker run --rm --volumes-from mcm_database -v
$PATH_FOR_BACKUP:/backup --name mcm_database_backup ubuntu bash -c
"cd /var/opt/mssql && tar cf /backup/mcm_database.tar ."
docker rm -f mcm_database_backup
docker start mcm_database
# Check the database volume name (needed for restoring), with
docker volume ls | grep sqldata
Version 1.0
Step 3. Install the MobileConnect
MobileConnect User Guide
Manager.
MobileConnect Manager
12

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mobileconnect mcs v2

Table of Contents