For native mode, you just need to find the location of the neo4j-db chart folder, then pin the zip and send it to the remote system.
In your code, where you would call graphdatabaseservice, you would give the target location
Check if its relative database path can be in the project folder.
Now, to launch the db instance in the browser, you will need to use the neo4j switching server and point it to the folder containing the index folder. Therefore, if your neo4j-db is located in $ project / tmp / neo4j-db, you will transfer the file path to this folder (the folder with the index will be inside this folder)
Edit
The folder containing the schema and index folders must be archived. You can download and unzip a folder in a specific location using Putty on your stand-alone server. Then just change the org.neo4j.server.database.location file to conf/neo4j-server.properties .
Sumeet sharma
source share