You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Install datahub-prerequisites from helm chart version 0.0.18 to 0.1.13
Install datahub from helm chart version 0.2.180 to 0.4.19
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
Datahub ui reports fail to load.
Expected behavior
After the upgrade datahub needs to work as expected. Screenshots
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
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:
Expected behavior
After the upgrade datahub needs to work as expected.
Screenshots
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 asneo4j
The text was updated successfully, but these errors were encountered: