According to http://docs.neo4j.org/chunked/stable/operations-backup.html, it seems that neo4j is running as a server on a listening port for backup.
When I use it as an embedded database, there's no listening port. How come it says backup is possible for embedded? To my knowledge, embedded database can't be run as a server. There'll be an exception when opening database already running as a server like Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.kernel.StoreLockerLifecycleAdapter@7d473306' was successfully initialized, but failed to start. Please see attached cause exception. It's because the database is already locked by the server. -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
