-
Notifications
You must be signed in to change notification settings - Fork 148
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
cache lookup failed for type 0 after upgrading ag from 2.12 to 2.13.1 #643
Comments
HI @emotionbug , could you please check on this |
@ns-berumalu |
@emotionbug , Please suggest to whome should i contact on this |
Hi @yjy44 , could you please prioritise this |
Did you happen to do an pg_dump and import into the new database? I'm asking because, if so, we had a similar issue that we fixed by running these commands (replace "mygraph" with the name of your graph):
|
After upgrading ag from 2.12 to 2.13.1 we are seeing cache lookup failed for type 0 errors. Please suggest on this.
postgres=# merge (p:account {'ResInternalID':'xxxx'}) on create set p+={'listed':'false'} merge (r:user {'ResInternalID':'xxxx'}) set r={'listed':'false'} merge (p)-[e:owns {'type':'User'}]->(r);
ERROR: cache lookup failed for type 0
The text was updated successfully, but these errors were encountered: