error returned from database: relation "proof_generation_details" does not exist #759
-
Team or ProjectNo response EnvironmentMainnet L2 block numberNo response Provide a brief description of the functionality you're trying to implement and the issue you are running into.I received error while trying to upgrade image from 24.0.0 to 25.0.0 ? How to fix it? image: matterlabs/external-node:v25.0.0 Repo Link (Optional)No response Additional DetailsNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It seems like you are encountering a database migration issue when upgrading to ZKsync Era node version 25.0.0. The error message indicates that the "proof_generation_details" relation does not exist in your database, which is likely required for the new version. Here are a few steps you can take to resolve this issue:
If these steps do not resolve the issue, I recommend reaching out for more specific support or consulting the ZKsync developers discussions on Github for more in-depth assistance. Your feedback helps us serve you better. If this fully addresses your question, please give it a thumbs up. If it doesn't, please give it a thumbs down. This will inform the community and team so we can improve our support. |
Beta Was this translation helpful? Give feedback.
-
Hello @Apollaman. Can you please check what this query returns for your DB:
Do you remember doing any manual actions with your DB, specifically deleting
Then launch 25.0.0 and it should work |
Beta Was this translation helpful? Give feedback.
Hello @Apollaman. Can you please check what this query returns for your DB:
Do you remember doing any manual actions with your DB, specifically deleting
proof_generation_details
table?Anyway, to fix this issue please run these queries