Import
Last updated
Last updated
This guide helps you to import data from our legacy servers, which are using FeathersJS and MongoDB.
You need docker installed on your machine. Furthermore you need SSH access to the server and you need to know the following login credentials and server settings:
Run docker-compose
with all environment variables specified:
Download the remote mongo database:
Import the local download into Neo4J:
Environment variable
Description
SSH_USERNAME
Your ssh username on the server
SSH_HOST
The IP address of the server
MONGODB_USERNAME
Mongo username on the server
MONGODB_PASSWORD
Mongo password on the server
MONGODB_AUTH_DB
Mongo authentication database
MONGODB_DATABASE
The name of the mongo database
UPLOADS_DIRECTORY
Path to remote uploads folder