Install ELIAS 18 version 2304.
During installation, select “Install MongoDB locally”.
Leave other settings as default.
Start ELIAS 18 and log in.
Create a container:
Import packages into the container.
Import IDFs.
Create image template:
Open Command Prompt.
Navigate to:
C:\Program Files\MongoDB\Server\4.0\bin
C:\Temp\mongodump
mongodump -d=ELIAS-Database --out=C:\Temp\mongodb
Download and install MongoDB server version 6.0.6 from: MongoDB Community Download
Download and install MongoDB Command Line Database Tools (MSI package) from: MongoDB Database Tools
C:\Temp\mongodump on Server A → to C:\Temp\mongodump on Server B
mongorestore C:\Temp\mongodump
This article shows how to set up ELIAS 18 on one server, back up its MongoDB, move the backup to another server and restore it.