Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can we get an quick investigation (added to this issue or docs) what happens when a new multi-database is created/started in neo4j? #49

Closed
neo-technology-build-agent opened this issue Sep 1, 2022 · 2 comments

Comments

@neo-technology-build-agent
Copy link
Collaborator

Issue by jexp
Tuesday Aug 17, 2021 at 11:06 GMT
Originally opened as neo4j-contrib/neo4j-apoc-procedures#2180


i.e.

  • which extension factories are started / restarted on a per db basis
  • which things are re-initialized
  • what did we do in apoc to accommodate for multi-db so far
@neo-technology-build-agent
Copy link
Collaborator Author

Comment by eastlondoner
Tuesday Aug 17, 2021 at 11:26 GMT


Example (on a cluster):

CALL apoc.export.csv.all("file:///movies.csv", {});
<success>

CREATE DATABASE movies WAIT;
CALL apoc.export.csv.all("file:///movies.csv", {});
Failed to invoke procedure `apoc.export.csv.all`: Caused by: java.io.FileNotFoundException: /data/databases/movies/temp-bootstrap/file:/movies.csv (No such file or directory)

@loveleif
Copy link
Contributor

Inactive for two years, closing. Please open a new issue if this is still an issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants