I have neo4j database started up as a process inside a container using an Entry point as "bin/neo4j console".
I see that, the data thats stored in the previous iteration is not stored after restart.
I see the process as below in the container.
" /jdk/bin/java -cp /var/lib/neo4j/plugins:/var/lib/neo4j/conf:/var/lib/neo4j/lib/:/var/lib/neo4j/plugins/ -XX:+UseG1GC -XX:-OmitStackTraceInFastThrow -XX:+AlwaysPreTouch -XX:+UnlockExperim"
Is there anything I am missing or doing wrongly?
Why is the database not retaining the data.