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

Error after upgrade Database does not exist. Database name: 'graph.db' #504

Open
lambertpan opened this issue Sep 17, 2024 · 1 comment
Open
Labels
bug Something isn't working stale

Comments

@lambertpan
Copy link

Describe the bug
datahub-prerequisites from helm chart version 0.0.18 to 0.1.13
datahub from helm chart version 0.2.180 to 0.4.25
After the upgrade I get the following error java.util.concurrent.CompletionException: org.neo4j.driver.exceptions.FatalDiscoveryException: Database does not exist. Database name: 'graph.db'. in datahub-datahub-gms

To Reproduce
Steps to reproduce the behavior:

  1. Install datahub-prerequisites from helm chart version 0.0.18 to 0.1.13
  2. Install datahub from helm chart version 0.2.180 to 0.4.19
  3. check the log of gms pod, you will find java.util.concurrent.CompletionException: org.neo4j.driver.exceptions.FatalDiscoveryException: Database does not exist. Database name: 'graph.db'. in datahub-datahub-gms
  4. Datahub ui reports fail to load.

Expected behavior
After the upgrade datahub needs to work as expected.
Screenshots
image

Additional context
Looks like graph.db is no longer supported hy Neo4j https://community.neo4j.com/t/migrate-data-from-3-5-1-community-to-4-0-0-community/14502/10, so the following line https://github.com/acryldata/datahub-helm/blob/master/charts/datahub/subcharts/datahub-gms/templates/deployment.yaml#L248 needs to be updated as neo4j

@lambertpan lambertpan added the bug Something isn't working label Sep 17, 2024
Copy link

This issue is stale because it has been open for 30 days with no activity. If you believe this is still an issue on the latest DataHub release please leave a comment with the version that you tested it with. If this is a question/discussion please head to https://slack.datahubproject.io. For feature requests please use https://feature-requests.datahubproject.io

@github-actions github-actions bot added the stale label Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working stale
Projects
None yet
Development

No branches or pull requests

1 participant