Go back

How to export TrueConf Server data from Linux to Windows

November 2, 2023
Anthony Baadzhy

Anthony Baadzhy

How to export TrueConf Server data from Linux to Windows 1

The approach to storing TrueConf Server settings depenads on the OS. In Windows, a part of the information is stored in the registry which is not included in Linux. Besides, there are some platform-specific parameters. This is why it is necessary to use a separate utility when importing/exporting the data required by TrueConf Server.

Important! Please take into account that chat history can be saved only if the public server name remains unchanged because the sender of messages is determined by the full TrueConf ID.

Step 1. TrueConf Server update

To migrate successfully, you need to make sure that the new server installed on Windows and the current server are of the same version. On our website, only the latest version of the installation file is available for download. We do not provide earlier versions of the server due to security reasons. So, we suggest updating the current server to the latest version. Read this article to learn how it can be done.

Step 2. Server data export

Use the sudo program to run the commands in administrator mode, Please make sure that the current user is added to the sudo group (check the corresponding instructions for your OS on the Internet). You need to take into account that the sudo may not be installed on your OS by default. To check, if this command is available, run sudo -V.

To migrate TrueConf Server, you will need the registration key of your TrueConf Server instance and the backup copies listed below.

Please note that the migration of TrueConf Server from one machine to another will be impossible without these preliminary actions.

Registration key

The registration key cannot be found directly in the control panel due to security reasons. This key was sent to you in the email confirming the registration of your TrueConf Server instance. To find this email, search by content and specify Server ID which can be found in the Summary → License info section.

Main data

Database

The database stores all TrueConf Server settings, including chat history and reports.

How to check the current port number

To export the database, you will need to specify the port needed for connecting to the database. The 5444 port is used by default.

Since the port could be changed at some point in the past (e.g., the port could be set to 5433 after updating TrueConf Server from versions earlier than 5.2.9), run this command in the terminal to check the current port number:

Export

Then, complete the following steps to export the database:

  1. Open the terminal (if it was previously closed).
  2. Sign in as the postgres user:
  3. Go to the database directory:
  4. Run the following command and specify the current port:

    Data export may take much time if a large number of chats is stored on the server.
  5. Sign out of the postgres user account by running this command:
  6. Move the file to the home directory or to a portable drive:

Later, we will refer to this folder as an example. To access it, run this command after copying all the data:

Registry

On Windows, the information about groups, aliases, conferences, streams, server settings (parameters for LDAP, SIP/H.323, WebRTC, federation and so forth) are stored in the registry.

To export these settings run this command in the terminal:

To ensure correct transfer of registry from the backup file, you will need to delete the lines that are incompatible with Windows. To do it, run these commands in the terminal:

If the new server has a different IP address, execute the following command in the terminal:

where:
x\.x\.x\.x is the previous IP address with dots (.) escaped, for example, 192\.168\.0\.1.
y.y.y.y is the new IP address where dots are not escaped, for example: 192.168.1.1.

HTTPS settings

If you have configured HTTPS, the key and certificate files will be stored in the directory:

Save the backup copy of this directory:

Additional data

Conference and call recordings

If conferences or calls are automatically recorded on the server side, the files will be saved in the Recordings folder by default (this folder can be found in the TrueConf Server working directory). To find the location of video files, check the Path field in the Recordings section of the TrueConf Server control panel.

How to export TrueConf Server data from Linux to Windows 2

If you need to move them to a new server, just copy necessary recordings.

Chat files

All chat files shared by the users of your server are saved in the files folder in the TrueConf Server working directory by default. To find their exact location, check the Path field in the File Storage section of the TrueConf Server control panel.

How to export TrueConf Server data from Linux to Windows 3

If it is necessary to move them to the new server, save the backup of this directory. For example, to copy the chat files to the home directory of the current OS user, execute this command:

Log files

Log files may be needed when submitting a ticket to technical support (e.g., to analyze the issues you had when using the previous instance of TrueConf Server).
The log files are located in the TrueConf installation folder at the path /opt/trueconf/server/var/log. To export them, create a backup copy of all directories and files with the cp command that we have already mentioned:

User avatars

Avatars of the users registered on your TrueConf Server instance are stored in the avatars folder in the TrueConf Server working directory. Copy this directory to a convenient location on your server.

By default, it is located at the path /opt/trueconf/server/var/lib; however, you can check the location in the Control panel → Settings section (Working path block).

How to export TrueConf Server data from Linux to Windows 4

Copy the directory with this command:

Step 3. TrueConf Server installation

Check this article to learn how TrueConf Server can be installed from a file and repository.

Do not register TrueConf Server after installation.

Step 4. Importing date on Windows

Database

How to check the current port number

To ensure successful data import, you will need to specify the port used for connecting to the database. The 5444 port is used by default.

Since the port could be changed at some point in the past (e.g., the port could be set to 5432 after updating TrueConf Server from versions earlier than 5.2.9), run this command in the terminal to check the current port number:

Import

Disable TrueConf services and restart the database service to close all active connections. For this purpose, run these commands as the administrator:

Next, run the following command to import data:

The data import may take much time, if a large number of chats is stored on the server.

Registry

To import the registry, run this command:

When all the data is imported, restart the following TrueConf Server services by running these commands consecutively:

HTTPS settings

  1. Copy the exported folder with the SSL key and certificate to this directory
    [installation_path]\httpconf\ssl, where [installation_path] – the server installation path.
  2. Go to the TrueConf Server control panel.
  3. In the Web → HTTPS section, apply the same key and certificate settings that were used on the previous instance of TrueConf Server.

Additional data

Copy other data saved in Step 2 to the corresponding directories of the new server:

  • Calls and conference recordings — to the Recordings folder of the working directory (selected by default)
  • Chat files — to the files folder in the working directory (selected by default)
  • Logs — to the working directory
  • User avatars — to the avatars directory in the working folder.

When all the data are imported, restart the following TrueConf services by running a number of terminal commands consecutively as the administrator:

Step 5. Testing data migration

Go to the control panel and check if all the data (avatars, reports, chat messages, users, conferences and other types of information) were correctly imported. If some errors occurred , for example, you mistyped a command and some of the data was not exported, uninstall the server completely and repeat steps 2 and 3.

If all the data was successfully imported, please contact the technical support to reset the hardware key (HW key) to which your license is bound. TrueConf technical support will reset the hardware key for free. You will need to submit a ticket and specify the ID of your server. When the technical support resets the hardware key, please register the server again.

Important! Do not change the public server name when registering the server; this name should remain unchanged for the correct display of chat messages. If you change it, chat messages will not be displayed in client applications.

Happy video conferencing!


Still have questions? Please contact our support team directly via online chat.

Sign up for newsletter