cypher-shell
cypher-shell copied to clipboard
Cypher-shell: Bookmark for unexpected database encountered
When using the cypher-shell with fabric, one has to first switch to the system database to be able to then switch to the fabric database
Neo4j Version: 4.0.0 Operating System: MacOS Mojave
Steps to reproduce
- Configure fabric e.g.
fabric.database.name=example - Start the cypher-shell
- Try
:use example
Expected behavior
Should switch to the example database
Actual behavior
Bookmark for unexpected database encountered: 3d4380b8-f4f2-4603-b7d6-19a4f56dda20:5
However, if you first switch to system, the subsequent switch to example works correctly.