cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

DB Shutdown All the Time

skmn_88
Node Link

I have neo4j 3.5 version, the database on the linux RHEL 8 is going down everytime when the session is disconnected.

I have started the database using below command :-

neo4J console start &

But the database still going down. Can Any one help me with proper script to start the database and make it run forever.

Regards Nawaz

1 REPLY 1

Goodevening, if you SSH to the machine and run the command. When disconnect I would quess that you also stop the command.

If your able to install software on the machine, or maybe it is allready installed the program is called "screen".

Within "screen" you can start a program, and then with "ctrl+a" and "d" you log out but the program keeps running. If you want to return #screen -r.

Yours kindly Omer