cypher-shell icon indicating copy to clipboard operation
cypher-shell copied to clipboard

Cypher-shell: Bookmark for unexpected database encountered

Open luanne opened this issue 5 years ago • 0 comments

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

  1. Configure fabric e.g. fabric.database.name=example
  2. Start the cypher-shell
  3. 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.

luanne avatar Feb 10 '20 17:02 luanne