To ensure data integrity and recovery, back up the following 3 directories and 1 file located under the Exploratory Server installation directory:
Follow these steps to create a backup:
Shutdown the Collaboration Server:
Copy the Data:
data
, users
, and
rdata
directories, along with the
docker-compose.yml
file, to a secure storage location.To restore data from a backup:
Shutdown the Exploratory Server:
Replace Files and Directories:
data
, users
, and
rdata
directories and the docker-compose.yml
file in the installation directory with their respective backup
copies.Restart the Server:
To migrate an Exploratory Server installation from one machine to another, follow these steps:
Create a Backup:
Prepare the Destination Server:
exploratory_config.yml
file in the
exploratory
directory to match the new server’s
environment. Refer to the Installation
Guide for details.configure.sh
script located in the
exploratory
directory to set up the new server
environment.Transfer Backup Data:
data
, users
, and
rdata
directories, along with the
docker-compose.yml
file, to the appropriate locations on
the destination server.Update Hostname (if applicable):
docker-compose.yml
file to reflect the new
hostname.Start the Destination Server:
Verify Migration: