Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
08-07-2021 04:58 PM
Really thought this would be easier but I can't find anything clear online. I'm seeing some people say something about looking at the size from the browser but couldn't find anything like what they used on my own browser. I'm assuming all of that's deprecated. I also saw this command:
du -hc $NEO4J_HOME/data/databases/graph.db/*store.db*
but haven't found any context behind it. What directory should I run this in? Should I be editing some of these phrases (e.g. should I change the "$NEO4j_HOME" or "*store.db*" phrases to something else and if so what). Overall just confused on how to do this.
08-08-2021 06:42 AM
This depends on the installation you're using. In case you're using a Bitnami image the directory will be /bitnami/neo4j/data/ but the logs and conf may be stored at /opt/bitnami/neo4j/
On a normal Linux installation the default directory is /var/lib/neo4j/
You can use CALL apoc.monitor.store() also to monitor the DB size you are using (including the logs)
08-11-2021 08:51 AM
:sysinfo gives you straightforward info about the size of the dmbs too
All the sessions of the conference are now available online