Home > database >  Already installed secondary database is how to view the community version or enterprise edition?
Already installed secondary database is how to view the community version or enterprise edition?

Time:10-19

Already installed secondary database is how to view the community version or enterprise edition?

CodePudding user response:

Through ps check for secondary startup command, see which entrance class starts, such as community edition startup command for
/usr/bin/java -cp/var/lib/neo4j/plugins:/etc/neo4j:/usr/share/neo4j/lib/*:/var/lib/neo4j/plugins/* -server -XX:+UseG1GC -XX:-OmitStackTraceInFastThrow -XX:+AlwaysPreTouch -XX:+UnlockExperimentalVMOptions -XX:+TrustFinalNonStaticFields -XX:+DisableExplicitGC -Djdk.nio.maxCachedBufferSize=262144 -Dio.netty.tryReflectionSetAccessible=true -Djdk.tls.ephemeralDHKeySize=2048 -Djdk.tls.rejectClientInitiatedRenegotiation=true -Dfile.encoding=UTF-8 org.neo4j.server.CommunityEntryPoint --home-dir=/var/lib/neo4j --config-dir=/etc/neo4j


Entrance class for the
 org.neo4j.server.Com munityEntryPoint 
, this is the community edition
  • Related