I have question on the example below in the manual:
Why the command like this for shard1?
neo4j-home> bin/neo4j-admin database copy neo4j shard1
--copy-only-nodes-with-labels=S1,SAll \
--skip-labels=S1,S2,S3,SAll
I think the correct command would be like this:
neo4j-home> bin/neo4j-admin database copy neo4j shard1
--copy-only-nodes-with-labels=SAll \
--skip-labels=S1,S2,S3